pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xnibbles s/USE_X11BASE/USE_X11/. Provided by Sor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/188d82517019
branches:  trunk
changeset: 463566:188d82517019
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Nov 18 14:34:33 2003 +0000

description:
s/USE_X11BASE/USE_X11/. Provided by Soren Jacobsen in PR pkg/23455.
Bump PKGREVISION.

diffstat:

 games/xnibbles/Makefile         |  5 +++--
 games/xnibbles/distinfo         |  4 ++--
 games/xnibbles/patches/patch-aa |  4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r ffdd4dcb364f -r 188d82517019 games/xnibbles/Makefile
--- a/games/xnibbles/Makefile   Tue Nov 18 14:22:28 2003 +0000
+++ b/games/xnibbles/Makefile   Tue Nov 18 14:34:33 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:11 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/11/18 14:34:33 xtraeme Exp $
 #
 
 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
diff -r ffdd4dcb364f -r 188d82517019 games/xnibbles/distinfo
--- a/games/xnibbles/distinfo   Tue Nov 18 14:22:28 2003 +0000
+++ b/games/xnibbles/distinfo   Tue Nov 18 14:34:33 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/12/05 04:29:32 jlam Exp $
+$NetBSD: distinfo,v 1.4 2003/11/18 14:34:33 xtraeme Exp $
 
 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
diff -r ffdd4dcb364f -r 188d82517019 games/xnibbles/patches/patch-aa
--- a/games/xnibbles/patches/patch-aa   Tue Nov 18 14:22:28 2003 +0000
+++ b/games/xnibbles/patches/patch-aa   Tue Nov 18 14:34:33 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2001/12/05 04:29:32 jlam Exp $
+$NetBSD: patch-aa,v 1.3 2003/11/18 14:34:33 xtraeme Exp $
 
 --- Makefile.orig      Thu Mar  5 17:06:19 1998
 +++ Makefile
@@ -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)\"' \



Home | Main Index | Thread Index | Old Index