ports/157144: [PATCH] lang/guile: Add USE_NCURSES=yes

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


>Number:         157144
>Category:       ports
>Synopsis:       [PATCH] lang/guile: 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:30:11 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 fix the problem with happens when devel/ncurses is installed
and is then upgraded (ports which have implicit dependencies end up being
broken).

While here, remove MD5 from distinfo.

Port maintainer (amatus at gnu.org) is cc'd.

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

--- guile-1.8.6_6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/guile/Makefile /tmp/guile/Makefile
--- /usr/ports/lang/guile/Makefile	2010-12-22 18:05:44.000000000 -0200
+++ /tmp/guile/Makefile	2011-05-18 00:23:35.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	guile
 PORTVERSION=	1.8.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	guile
@@ -23,6 +23,7 @@
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gnometarget
+USE_NCURSES=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ruN --exclude=CVS /usr/ports/lang/guile/distinfo /tmp/guile/distinfo
--- /usr/ports/lang/guile/distinfo	2009-01-22 14:01:48.000000000 -0200
+++ /tmp/guile/distinfo	2011-05-18 00:27:54.000000000 -0300
@@ -1,3 +1,2 @@
-MD5 (guile-1.8.6.tar.gz) = 9e23d3dbea0e89bab8a9acc6880150de
 SHA256 (guile-1.8.6.tar.gz) = 69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86
 SIZE (guile-1.8.6.tar.gz) = 3960608
--- guile-1.8.6_6.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list