summaryrefslogtreecommitdiff
path: root/games/xqf
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-22 03:20:15 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-22 03:20:15 +0000
commit1b54b6b847b9074d20889286a6c1e122847b144e (patch)
tree852b86b2641e82de51bb13adceb0e7d831f16129 /games/xqf
parentGrrr, last-second changes... (diff)
Update to version 0.8.99.1
PR: 11269 Submitted by: "Daniel O'Connor" <doconnor@test2.gsoft.com.au
Notes
Notes: svn path=/head/; revision=18067
Diffstat (limited to 'games/xqf')
-rw-r--r--games/xqf/Makefile6
-rw-r--r--games/xqf/distinfo2
-rw-r--r--games/xqf/files/patch-aa55
3 files changed, 38 insertions, 25 deletions
diff --git a/games/xqf/Makefile b/games/xqf/Makefile
index dddcfc644e27..eb78b365d0d9 100644
--- a/games/xqf/Makefile
+++ b/games/xqf/Makefile
@@ -3,17 +3,17 @@
# Date created: 08 February 1999
# Whom: steve farrell
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/04/03 02:09:41 steve Exp $
#
-DISTNAME= xqf-0.8.7.2
+DISTNAME= xqf-0.8.99.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.linuxgames.com/xqf/
MAINTAINER= steve@farrell.org
RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat
-LIB_DEPENDS= gtk10:${PORTSDIR}/x11-toolkits/gtk10
+LIB_DEPENDS= gtk12:${PORTSDIR}/x11-toolkits/gtk12
USE_GMAKE= yes
diff --git a/games/xqf/distinfo b/games/xqf/distinfo
index 9b585eb59dbc..f6626493e098 100644
--- a/games/xqf/distinfo
+++ b/games/xqf/distinfo
@@ -1 +1 @@
-MD5 (xqf-0.8.7.2.tar.gz) = c99985cd49facbab0ae408a95cbcb027
+MD5 (xqf-0.8.99.1.tar.gz) = 09ca80d248b3e469fb4d852c268ed740
diff --git a/games/xqf/files/patch-aa b/games/xqf/files/patch-aa
index 3c7c8e909952..24eeb8ba6f13 100644
--- a/games/xqf/files/patch-aa
+++ b/games/xqf/files/patch-aa
@@ -1,21 +1,34 @@
---- Makefile.orig Sun Jan 17 07:40:27 1999
-+++ Makefile Fri Apr 2 11:25:01 1999
-@@ -1,7 +1,7 @@
- CC = gcc
-
--CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG
--LDFLAGS = `gtk-config --libs`
-+CFLAGS = -O2 -g -Wall `gtk10-config --cflags` # -DDEBUG
-+LDFLAGS = `gtk10-config --libs`
-
- INSTALL_ROOT = /usr/local
-
-@@ -26,7 +26,7 @@
- $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
-
- install:
-- install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin
-+ install -c -s -m 755 -g wheel -o root $(TARGET) $(INSTALL_ROOT)/bin
-
- clean:
- rm -f *.[oasi] *~ core $(TARGET) Makefile.old
+*** Makefile.orig Wed Apr 21 19:36:44 1999
+--- Makefile Thu Apr 22 10:26:50 1999
+***************
+*** 1,6 ****
+ CC = gcc
+! CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG #-DDNS_STANDALONE
+! LDFLAGS = `gtk-config --libs`
+
+ INSTALL_ROOT = /usr/local
+
+--- 1,6 ----
+ CC = gcc
+! CFLAGS = -O2 -g -Wall `gtk12-config --cflags` # -DDEBUG #-DDNS_STANDALONE
+! LDFLAGS = `gtk12-config --libs`
+
+ INSTALL_ROOT = /usr/local
+
+***************
+*** 22,28 ****
+ $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
+
+ install:
+! install -s -m 755 -g root -o root $(TARGET) $(INSTALL_ROOT)/bin
+
+ clean:
+ rm -f *.[oasi] *~ core $(TARGET) Makefile.old
+--- 22,28 ----
+ $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile
+
+ install:
+! install -c -s -m 755 -g wheel -o root $(TARGET) $(INSTALL_ROOT)/bin
+
+ clean:
+ rm -f *.[oasi] *~ core $(TARGET) Makefile.old