Index: head/databases/bbdb/Makefile =================================================================== --- head/databases/bbdb/Makefile (revision 484935) +++ head/databases/bbdb/Makefile (revision 484936) @@ -1,47 +1,53 @@ # Created by: Yoichi NAKAYAMA # $FreeBSD$ PORTNAME= bbdb -DISTVERSION= 3.1.2 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 3.2 CATEGORIES= databases elisp -MASTER_SITES= SAVANNAH PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Big Brother Database LICENSE= GPLv3+ -.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox -# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/bbdb-emacs26-3.1.2_1.log -BROKEN= fails to build -.endif - -# do not depend on base texinfo on 10 BUILD_DEPENDS= texi2dvi:print/texinfo -USES= emacs +USES= autoreconf emacs +USE_GITHUB= yes +GH_ACCOUNT= emacsmirror USE_TEX= latex:build BBDB_LISPDIR= ${EMACS_SITE_LISPDIR}/${PORTNAME} GNU_CONFIGURE= yes -INFO= bbdb +# Do not install the info file. Upstream has yet to add any real content to it. +#INFO= bbdb PORTDOCS= bbdb.pdf NO_ARCH= yes PLIST_SUB+= BBDB_LISPDIR=${BBDB_LISPDIR} +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DOCS +# See http://lists.nongnu.org/archive/html/bbdb-user/2018-11/msg00003.html +.if ${FLAVOR:U} != devel_full && ${FLAVOR:U} != devel_nox +post-configure: + ${REINPLACE_CMD} -e '/[[:blank:]]*--eval '\''(setq byte-compile-dest-file-function (lambda (_) "$$@"))'\'' \\/d' \ + ${WRKSRC}/lisp/Makefile +.endif + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${BBDB_LISPDIR} ${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc \ ${STAGEDIR}${PREFIX}/${BBDB_LISPDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info \ - ${STAGEDIR}${PREFIX}/${INFO_PATH} +# Do not install the info file. Upstream has yet to add any real content to it. +# ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.info \ +# ${STAGEDIR}${PREFIX}/${INFO_PATH} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/bbdb.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/databases/bbdb/distinfo =================================================================== --- head/databases/bbdb/distinfo (revision 484935) +++ head/databases/bbdb/distinfo (revision 484936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513893339 -SHA256 (bbdb-3.1.2.tar.gz) = 05780f030584ddaa717d04700bc70e7d9e929141223c7f130fc0c778d73241bf -SIZE (bbdb-3.1.2.tar.gz) = 378935 +TIMESTAMP = 1542049821 +SHA256 (emacsmirror-bbdb-v3.2_GH0.tar.gz) = 36482abe5e9c11b9262334ae741b8828b9e76e708e54900559a70974f9f0b5df +SIZE (emacsmirror-bbdb-v3.2_GH0.tar.gz) = 189456 Index: head/databases/bbdb/pkg-descr =================================================================== --- head/databases/bbdb/pkg-descr (revision 484935) +++ head/databases/bbdb/pkg-descr (revision 484936) @@ -1,10 +1,7 @@ -BBDB is a rolodex-like database program for GNU Emacs. BBDB stands -for Insidious Big Brother Database, and is not, repeat, _not_ an -obscure reference to the Buck Rogers TV series. +BBDB is the Insidious Big Brother Database for GNU Emacs. It provides an +address book for email and snail mail addresses, phone numbers and the +like. It can be linked with various Emacs mail clients (Message and Mail +mode, Rmail, Gnus, MH-E, Mu4e, VM, and Wanderlust). BBDB is fully +customizable. -Put the expression below into your ~/.emacs - -(require 'bbdb) -(bbdb-initialize) - -WWW: http://bbdb.sourceforge.net/ +WWW: http://savannah.nongnu.org/projects/bbdb/ Index: head/databases/bbdb/pkg-message =================================================================== --- head/databases/bbdb/pkg-message (nonexistent) +++ head/databases/bbdb/pkg-message (revision 484936) @@ -0,0 +1,15 @@ +######################################################################## +Add these lines to your Emacs initialization. + +(require 'bbdb-loaddefs) +(require 'bbdb) + +Depending on which mail user agent and other miscellaneous packages you +use, you may also want to add something like these lines. + +(bbdb-initialize 'gnus 'message) +(bbdb-mua-auto-update-init 'gnus 'message) + +Refer to Emacs' help for these two functions, bbdb-initialize and +bbdb-mua-auto-update-init, for details. +######################################################################## Property changes on: head/databases/bbdb/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/bbdb/pkg-plist =================================================================== --- head/databases/bbdb/pkg-plist (revision 484935) +++ head/databases/bbdb/pkg-plist (revision 484936) @@ -1,33 +1,38 @@ %%BBDB_LISPDIR%%/bbdb-anniv.el %%BBDB_LISPDIR%%/bbdb-anniv.elc %%BBDB_LISPDIR%%/bbdb-com.el %%BBDB_LISPDIR%%/bbdb-com.elc +%%BBDB_LISPDIR%%/bbdb-gnus-aux.el +%%BBDB_LISPDIR%%/bbdb-gnus-aux.elc %%BBDB_LISPDIR%%/bbdb-gnus.el %%BBDB_LISPDIR%%/bbdb-gnus.elc %%BBDB_LISPDIR%%/bbdb-ispell.el %%BBDB_LISPDIR%%/bbdb-ispell.elc %%BBDB_LISPDIR%%/bbdb-loaddefs.el %%BBDB_LISPDIR%%/bbdb-message.el %%BBDB_LISPDIR%%/bbdb-message.elc %%BBDB_LISPDIR%%/bbdb-mhe.el %%BBDB_LISPDIR%%/bbdb-mhe.elc %%BBDB_LISPDIR%%/bbdb-migrate.el %%BBDB_LISPDIR%%/bbdb-migrate.elc +%%BBDB_LISPDIR%%/bbdb-mu4e.el %%BBDB_LISPDIR%%/bbdb-mua.el %%BBDB_LISPDIR%%/bbdb-mua.elc %%BBDB_LISPDIR%%/bbdb-pgp.el %%BBDB_LISPDIR%%/bbdb-pgp.elc %%BBDB_LISPDIR%%/bbdb-pkg.el -%%BBDB_LISPDIR%%/bbdb-print.el -%%BBDB_LISPDIR%%/bbdb-print.elc %%BBDB_LISPDIR%%/bbdb-rmail.el %%BBDB_LISPDIR%%/bbdb-rmail.elc %%BBDB_LISPDIR%%/bbdb-sc.el %%BBDB_LISPDIR%%/bbdb-sc.elc %%BBDB_LISPDIR%%/bbdb-site.el %%BBDB_LISPDIR%%/bbdb-site.elc %%BBDB_LISPDIR%%/bbdb-snarf.el %%BBDB_LISPDIR%%/bbdb-snarf.elc +%%BBDB_LISPDIR%%/bbdb-tex.el +%%BBDB_LISPDIR%%/bbdb-tex.elc +%%BBDB_LISPDIR%%/bbdb-vm-aux.el %%BBDB_LISPDIR%%/bbdb-vm.el +%%BBDB_LISPDIR%%/bbdb-wl.el %%BBDB_LISPDIR%%/bbdb.el %%BBDB_LISPDIR%%/bbdb.elc