Date: Fri, 7 May 1999 18:33:32 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11567: Update: games/xqf Message-ID: <19990508013332.EB169142F@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11567 >Category: ports >Synopsis: Update: games/xqf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 7 18:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.8.99.2. This should now honour CFLAGS and PREFIX. Note: I did not update games/qstat which this depends on, because the new qstat does not seem to work with this. >How-To-Repeat: >Fix: Index: xqf/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/22 03:20:14 1.2 +++ Makefile 1999/05/08 01:03:38 @@ -1,12 +1,12 @@ # New ports collection makefile for: xqf -# Version required: 0.8.7.2 +# Version required: 0.8.99.2 # Date created: 08 February 1999 # Whom: steve farrell # # $Id: Makefile,v 1.2 1999/04/22 03:20:14 mharo Exp $ # -DISTNAME= xqf-0.8.99.1 +DISTNAME= xqf-0.8.99.2 CATEGORIES= games MASTER_SITES= ftp://ftp.linuxgames.com/xqf/ Index: xqf/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1999/04/22 03:20:14 1.2 +++ md5 1999/05/08 01:06:44 @@ -1 +1 @@ -MD5 (xqf-0.8.99.1.tar.gz) = 09ca80d248b3e469fb4d852c268ed740 +MD5 (xqf-0.8.99.2.tar.gz) = c8ebcbfb208644a56580962e370a6a45 Index: xqf/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/games/xqf/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1999/04/22 03:20:15 1.2 +++ patch-aa 1999/05/08 01:14:57 @@ -1,22 +1,32 @@ -*** Makefile.orig Wed Apr 21 19:36:44 1999 ---- Makefile Thu Apr 22 10:26:50 1999 +*** Makefile.orig Fri May 7 09:03:16 1999 +--- Makefile Fri May 7 18:14:50 1999 *************** -*** 1,6 **** - CC = gcc -! CFLAGS = -O2 -g -Wall `gtk-config --cflags` # -DDEBUG #-DDNS_STANDALONE +*** 19,29 **** + + EXTRA_CFLAGS = # -DQSTAT23 -DCOMPRESSOR_BZIP2 # -DDEBUG + +! CC = gcc +! CFLAGS = -O2 -g -Wall `gtk-config --cflags` $(EXTRA_CFLAGS) ! LDFLAGS = `gtk-config --libs` + +! INSTALL_ROOT = /usr/local + + TARGET = xqf + OBJS = xqf.o xqf-ui.o game.o pref.o server.o stat.o rc.o dialogs.o \ +--- 19,29 ---- - INSTALL_ROOT = /usr/local + EXTRA_CFLAGS = # -DQSTAT23 -DCOMPRESSOR_BZIP2 # -DDEBUG ---- 1,6 ---- - CC = gcc -! CFLAGS = -O2 -g -Wall `gtk12-config --cflags` # -DDEBUG #-DDNS_STANDALONE +! CC ?= gcc +! CFLAGS += `gtk12-config --cflags` $(EXTRA_CFLAGS) ! LDFLAGS = `gtk12-config --libs` - INSTALL_ROOT = /usr/local +! INSTALL_ROOT = ${PREFIX} + TARGET = xqf + OBJS = xqf.o xqf-ui.o game.o pref.o server.o stat.o rc.o dialogs.o \ *************** -*** 22,28 **** +*** 43,49 **** $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile install: @@ -24,7 +34,7 @@ clean: rm -f *.[oasi] *~ core $(TARGET) Makefile.old ---- 22,28 ---- +--- 43,49 ---- $(CC) $(CFLAGS) $(CPPFLAGS) -MM $$i; done) > Makefile install: -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990508013332.EB169142F>