From owner-freebsd-ports Fri May 7 18:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20ADF15432 for ; Fri, 7 May 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09017; Fri, 7 May 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 8B57F1542B for ; Fri, 7 May 1999 18:33:36 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id EB169142F; Fri, 7 May 1999 18:33:32 -0700 (PDT) Message-Id: <19990508013332.EB169142F@norn.ca.eu.org> Date: Fri, 7 May 1999 18:33:32 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11567: Update: games/xqf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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