ports/90468: databases/bbdb: fix build with emacs20

NIIMI Satoshi sa2c at sa2c.net
Thu Dec 15 23:50:07 UTC 2005


>Number:         90468
>Category:       ports
>Synopsis:       databases/bbdb: fix build with emacs20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 23:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Tue Nov 8 17:05:21 JST 2005 root at berkeley.l.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Because the command name of editors/emacs20 changed from "emacs" to
"emacs20", this port does not build with emacs20.
	
>How-To-Repeat:
	
>Fix:

	

--- bbdb.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/bbdb/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	7 Mar 2003 05:58:24 -0000	1.4
+++ Makefile	15 Dec 2005 23:22:17 -0000
@@ -25,6 +25,9 @@
 PLIST_SUB+=	BBDB_LISPDIR=${BBDB_LISPDIR} \
 		DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-emacs=${EMACS_CMD}
+
 do-install:
 	${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
 	${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${WRKSRC}/lisp/*.elc ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
--- bbdb.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list