Subject: pkg/23455: games/xnibbles does not need USE_X11BASE
To: None <gnats-bugs@gnats.netbsd.org>
From: None <snj@pobox.com>
List: netbsd-bugs
Date: 11/16/2003 06:37:34
>Number: 23455
>Category: pkg
>Synopsis: games/xnibbles does not need USE_X11BASE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 16 06:38:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Soren Jacobsen
>Release: NetBSD 1.6.1
>Organization:
>Environment:
pkgsrc as of 11/15/2003.
>Description:
xnibbles does not use X resources, so install to LOCALBASE.
Also make it respect CFLAGS. Bump PKGREVISION.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/xnibbles/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile 2003/03/29 12:41:11 1.7
+++ Makefile 2003/11/16 06:34:50
@@ -3,6 +3,7 @@
DISTNAME= xnibbles-1.0BETA4
PKGNAME= xnibbles-1.0b4
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/xnibbles
CATEGORIES= games x11
MASTER_SITES= http://www.tjhsst.edu/xnibbles/
@@ -12,7 +13,7 @@
COMMENT= Winding snakes game for X11
USE_BUILDLINK2= YES
-USE_X11BASE= YES
+USE_X11= YES
USE_GMAKE= YES
ALL_TARGET= netbsd
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/games/xnibbles/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 2001/12/05 04:29:32 1.3
+++ distinfo 2003/11/16 06:34:50
@@ -2,5 +2,5 @@
SHA1 (xnibbles-1.0BETA4.tar.gz) = 2f0ed0ea1184cb3e81fa56a430d3c53e96618452
Size (xnibbles-1.0BETA4.tar.gz) = 134982 bytes
-SHA1 (patch-aa) = 6e93781100df069b294c08f05be347351cbfea6b
+SHA1 (patch-aa) = 2f17a89e3b28a2e406cd82e72908b4c4f95cc6ac
SHA1 (patch-ab) = faadb812447658f6f7f1a808a4361f372d095a3f
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/games/xnibbles/patches/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- patches/patch-aa 2001/12/05 04:29:32 1.2
+++ patches/patch-aa 2003/11/16 06:34:50
@@ -59,7 +59,7 @@
+netbsd:
+ $(MAKE) OBJECTS='$(OBJECTS)' \
+ CC="$(CC)" LDFLAGS="$(LDFLAGS)" \
-+ CFLAGS='-Wall -O2 $(SDEV) \
++ CFLAGS+='-Wall -O2 $(SDEV) \
+ $(CFLAGS) -fwritable-strings \
+ $(JDEV) \
+ -DDATADIR=\"$(DATADIR)\"' \
>Release-Note:
>Audit-Trail:
>Unformatted: