ports/161497: [patch] editors/emacs: track devel/ncurses dependency
Nali Toja
nalitoja at gmail.com
Tue Oct 11 17:40:03 UTC 2011
>Number: 161497
>Category: ports
>Synopsis: [patch] editors/emacs: track devel/ncurses dependency
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Oct 11 17:40:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Nali Toja
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
The port doesn't track ncurses dependency when devel/ncurses is
installed. So, after portmaster/portupgrade there is a chance `emacs'
binary would be left broken.
ref. http://forums.freebsd.org/showthread.php?p=150242
>How-To-Repeat:
>Fix:
--- ncurses.diff begins here ---
Index: editors/emacs/Makefile
===================================================================
RCS file: /a/.csup/ports/editors/emacs/Makefile,v
retrieving revision 1.108
diff -u -p -r1.108 Makefile
--- editors/emacs/Makefile 23 Sep 2011 22:22:17 -0000 1.108
+++ editors/emacs/Makefile 11 Oct 2011 17:32:54 -0000
@@ -31,6 +31,7 @@ EMACS_VER= 23.3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
+USE_NCURSES= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
--- ncurses.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list