diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 11:20:15 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 11:20:15 +0800 |
commit | ea8bf9fcee9e100e8be464ca3555a2802c612253 (patch) | |
tree | 7d8e279bf68f3df8df1297b9a0c6731bd5a20933 /games | |
parent | 54e96e07f08f115e65426b59bfc0fad00687f6bd (diff) | |
download | freebsd-ports-gnome-ea8bf9fcee9e100e8be464ca3555a2802c612253.tar.gz freebsd-ports-gnome-ea8bf9fcee9e100e8be464ca3555a2802c612253.tar.zst freebsd-ports-gnome-ea8bf9fcee9e100e8be464ca3555a2802c612253.zip |
Update to version 0.8.99.1
PR: 11269
Submitted by: "Daniel O'Connor" <doconnor@test2.gsoft.com.au
Diffstat (limited to 'games')
-rw-r--r-- | games/xqf/Makefile | 6 | ||||
-rw-r--r-- | games/xqf/distinfo | 2 | ||||
-rw-r--r-- | games/xqf/files/patch-aa | 55 |
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 |