Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 19:50:20 -0700 (PDT)
From:      Raphael Kubo da Costa <kubito@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157138: [PATCH] graphics/aalib: Add USE_NCURSES=yes
Message-ID:  <4dd333ec.1448960a.1803.31cd@mx.google.com>
Resent-Message-ID: <201105180300.p4I30Mnl045189@freefall.freebsd.org>

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

>Number:         157138
>Category:       ports
>Synopsis:       [PATCH] graphics/aalib: 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:22 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:
aalib depends on ncurses. If one has devel/ncurses installed, an implicit
dependency ends up being added. When the port is updated, these implicit
dependencies break. Adding WITH_NCURSES=yes should fix the problem.

While here, remove MD5 from distinfo as well.

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

--- aalib-1.4.r5_6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/aalib/Makefile /tmp/aalib/Makefile
--- /usr/ports/graphics/aalib/Makefile	2010-12-04 05:31:52.000000000 -0200
+++ /tmp/aalib/Makefile	2011-05-17 23:45:24.000000000 -0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	aalib
 PORTVERSION=	1.4.r5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF/aa-project/aa-lib/1.4rc5
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/rc/}
@@ -16,6 +16,7 @@
 COMMENT=	An ascii art library
 
 USE_AUTOTOOLS=	libtool
+USE_NCURSES=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-1.4.0
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
diff -ruN --exclude=CVS /usr/ports/graphics/aalib/distinfo /tmp/aalib/distinfo
--- /usr/ports/graphics/aalib/distinfo	2005-11-25 23:47:32.000000000 -0200
+++ /tmp/aalib/distinfo	2011-05-17 23:45:03.000000000 -0300
@@ -1,3 +1,2 @@
-MD5 (aalib-1.4rc5.tar.gz) = 9801095c42bba12edebd1902bcf0a990
 SHA256 (aalib-1.4rc5.tar.gz) = fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee
 SIZE (aalib-1.4rc5.tar.gz) = 391028
--- aalib-1.4.r5_6.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dd333ec.1448960a.1803.31cd>