ports/157142: [PATCH] security/pinentry: Add WITH_NCURSES=yes

Raphael Kubo da Costa kubito at gmail.com
Wed May 18 03:10:18 UTC 2011


>Number:         157142
>Category:       ports
>Synopsis:       [PATCH] security/pinentry: Add WITH_NCURSES=yes
>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:   Wed May 18 03:10:17 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #29: Sun May  1 16:10:18 BRT
>Description:
This patch should help fix the implicit dependency that is created when
devel/ncurses is installed (I have WITH_NCURSES_PORT=yes in my /etc/ports.cof),
which breaks pinentry when devel/ncurses is upgraded.

Port maintainer (makc at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- pinentry-0.8.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/pinentry/Makefile /tmp/pinentry/Makefile
--- /usr/ports/security/pinentry/Makefile	2011-03-27 16:03:02.000000000 -0300
+++ /tmp/pinentry/Makefile	2011-05-18 00:06:51.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	pinentry
 PORTVERSION=	0.8.1
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	pinentry
@@ -23,6 +23,7 @@
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+USE_NCURSES=	yes
 INFO=		pinentry
 
 CFLAGS+=	-I${LOCALBASE}/include
--- pinentry-0.8.1_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list