Index: head/databases/bbdb/Makefile =================================================================== --- head/databases/bbdb/Makefile (revision 485071) +++ head/databases/bbdb/Makefile (revision 485072) @@ -1,53 +1,52 @@ # Created by: Yoichi NAKAYAMA # $FreeBSD$ PORTNAME= bbdb DISTVERSIONPREFIX= v DISTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Big Brother Database LICENSE= GPLv3+ BUILD_DEPENDS= texi2dvi:print/texinfo USES= autoreconf emacs USE_GITHUB= yes GH_ACCOUNT= emacsmirror USE_TEX= latex:build BBDB_LISPDIR= ${EMACS_SITE_LISPDIR}/${PORTNAME} GNU_CONFIGURE= yes # 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} # 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/pkg-message =================================================================== --- head/databases/bbdb/pkg-message (revision 485071) +++ head/databases/bbdb/pkg-message (revision 485072) @@ -1,15 +1,14 @@ ######################################################################## -Add these lines to your Emacs initialization. +Add this line 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. +use, you may also want to add something similar to 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. ########################################################################