Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2011 17:37:58 +0000
From:      Nali Toja <nalitoja@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161497: [patch] editors/emacs: track devel/ncurses dependency
Message-ID:  <86y5wrtond.fsf@gmail.com>
Resent-Message-ID: <201110111740.p9BHe30V065304@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y5wrtond.fsf>