Currently databases/bbdb builds only for emacs21, and there's no port for emacs22. Fix: Probably changing the line EMACS_PORT_NAME?= emacs21 in the port's Makefile to use emacs22 would help. But I don't know what policies exist, whether there should be a bbdb-emacs21 and bbdb-emacs22 port etc., so no formal patch from me right now.
Responsible Changed From-To: freebsd-ports-bugs->yoichi Over to maintainer (via the GNATS Auto Assign Tool)
I think we should respect default value of EMACS_PORT_NAME in bsd.emacs.mk (== emacs22). I'd like to apply following change. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/databases/bbdb/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 May 2007 20:01:01 -0000 1.7 +++ Makefile 19 Apr 2009 13:56:26 -0000 @@ -17,7 +17,6 @@ COMMENT= Big Brother Database USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 ALL_TARGET= bbdb info MAKE_ARGS= MAKE="${MAKE} MAKEINFO=\"makeinfo --no-split\""
yoichi 2009-04-27 16:23:29 UTC FreeBSD ports repository Modified files: databases/bbdb Makefile Log: Fix to use emacs22. PR: ports/131915 Submitted by: Slaven Rezic Revision Changes Path 1.8 +0 -1 ports/databases/bbdb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fix committed, thanks!