Subject: pkg/15268: patch for graphics/aalib to remove X11 support
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 01/16/2002 19:03:32
>Number: 15268
>Category: pkg
>Synopsis: patch for graphics/aalib to remove X11 support
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jan 16 11:04:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Lubomir Sedlacik
>Release: NetBSD 1.5ZA
>Organization:
>Environment:
>Description:
this patch removes X11 dependency from aalib package.
>How-To-Repeat:
>Fix:
Index: DESCR
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/aalib/DESCR,v
retrieving revision 1.1
diff -u -r1.1 DESCR
--- DESCR 2001/10/31 23:50:13 1.1
+++ DESCR 2002/01/16 18:18:17
@@ -3,3 +3,5 @@
monitors, crashing graphical apps... AA-lib IS the solution. It works on a
terminal of any kind, it is fast and portable, it gives to you standard API.
It gives to your old hardware more power! "
+
+This package is built without X11 support.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/aalib/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile 2002/01/08 20:56:20 1.3
+++ Makefile 2002/01/16 18:18:17
@@ -3,6 +3,7 @@
DISTNAME= aalib-1.4rc4
PKGNAME= aalib-1.4.0.4
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aa-project/}
@@ -10,10 +11,13 @@
HOMEPAGE= http://aa-project.sourceforge.net/aalib/
COMMENT= ASCII Art library
+CONFLICTS+= aalib-x11-[0-9]*
+
WRKSRC= ${WRKDIR}/aalib-1.4.0
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_X11= yes
+
+CONFIGURE_ARGS+= --with-x11-driver=no
.include "../../mk/bsd.pkg.mk"
new file, MESSAGE:
--- /dev/null Wed Jan 16 19:03:12 2002
+++ MESSAGE Sun Jan 13 15:31:23 2002
@@ -0,0 +1,7 @@
+======================================================================
+$NetBSD$
+
+This package is built without X11 support. If you want X11 support
+included, use the graphics/aalib-x11 package instead.
+
+======================================================================
>Release-Note:
>Audit-Trail:
>Unformatted: