ports/157139: [PATCH] sysutils/libcdio: Add USE_NCURSES=yes

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


>Number:         157139
>Category:       ports
>Synopsis:       [PATCH] sysutils/libcdio: Add USE_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:00:23 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:
When devel/ncurses is installed, an implicit dependency is created, which
breaks this port when devel/ncurses is upgraded. Adding USE_NCURSES=yes should
help fix the problem.

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

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

--- libcdio-0.82_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/libcdio/Makefile /tmp/libcdio/Makefile
--- /usr/ports/sysutils/libcdio/Makefile	2010-05-30 14:39:04.000000000 -0300
+++ /tmp/libcdio/Makefile	2011-05-17 23:55:17.000000000 -0300
@@ -6,7 +6,7 @@
 
 PORTNAME=	libcdio
 PORTVERSION=	0.82
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libcdio
@@ -26,6 +26,7 @@
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
+USE_NCURSES=	yes
 CONFIGURE_ARGS+=	--with-libpopt-prefix=${LOCALBASE} \
 			--with-libiconv-prefix=${LOCALBASE} \
 USE_PERL5_BUILD=yes
--- libcdio-0.82_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list