From d0a91017a07c93d0b70c42b73911ee4526138d75 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Fri, 16 Nov 2018 10:25:55 +0000 Subject: [PATCH] databases/bbdb: Use upstream's recommended config in pkg-message Also, remove MAKE_JOBS_UNSAFE=yes. It was only intended to be included temporarily for testing. --- databases/bbdb/Makefile | 3 +-- databases/bbdb/pkg-message | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/databases/bbdb/Makefile b/databases/bbdb/Makefile index 51f7b69d0d21..b5e7c80c5853 100644 --- a/databases/bbdb/Makefile +++ b/databases/bbdb/Makefile @@ -4,6 +4,7 @@ PORTNAME= bbdb DISTVERSIONPREFIX= v DISTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= databases elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -27,8 +28,6 @@ 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 diff --git a/databases/bbdb/pkg-message b/databases/bbdb/pkg-message index f5bc2ae1046b..2103b5af6d86 100644 --- a/databases/bbdb/pkg-message +++ b/databases/bbdb/pkg-message @@ -1,11 +1,10 @@ ######################################################################## -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)