Bug 11568 - Make qstat use CFLAGS
Summary: Make qstat use CFLAGS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-08 02:50 UTC by cpiazza
Modified: 1999-05-09 17:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cpiazza 1999-05-08 02:50:02 UTC
Make qstat honour CFLAGS with this patch (patch-aa).
Note: do not update to 2.3c, or it will break games/xqf.

Fix: 

-Chris--le80T5jPRk9AngpnVKWvzATahaQMFyMOUqX7LjnlKDhg5iu8
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: qstat/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /dev/null	Fri May  7 18:42:20 1999
+++ patch-aa	Fri May  7 18:42:54 1999
@@ -0,0 +1,8 @@
+--- Makefile.orig	Fri May  7 18:42:29 1999
++++ Makefile	Fri May  7 18:42:44 1999
+@@ -1,5 +1,4 @@
+ 
+-CFLAGS =
+ 
+ # Uncomment if you have gcc
+ # CC = gcc
Comment 1 cpiazza 1999-05-08 21:56:58 UTC
I figured out how to get xqf to use 2.3c, so new patch below:
files added: patch-aa


Index: qstat/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/games/qstat/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    1999/03/15 01:35:02     1.2
+++ Makefile    1999/05/08 20:48:10
@@ -1,13 +1,13 @@
 # New ports collection makefile for:   qstat
-# Version required:    2.2b
+# Version required:    2.3c
 # Date created:        28 May 1998
 # Whom:                Daniel O'Connor <darius@dons.net.au>
 #
 # $Id: Makefile,v 1.2 1999/03/15 01:35:02 steve Exp $
 #
 
-DISTNAME=      qstat22b
-PKGNAME=       qstat-2.2b
+DISTNAME=      qstat23c
+PKGNAME=       qstat-2.3c
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.activesw.com/pub/quake/
 
Index: qstat/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/games/qstat/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5 1999/03/15 01:35:05     1.2
+++ md5 1999/05/08 20:48:55
@@ -1 +1 @@
-MD5 (qstat22b.tar.gz) = 368d42a6a92ad749c51a6906973a47ac
+MD5 (qstat23c.tar.gz) = 9f178469c6245c693cdf319c0dabc817
Index: qstat/patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /dev/null   Sat May  8 13:51:45 1999
+++ patch-aa    Sat May  8 13:48:33 1999
@@ -0,0 +1,8 @@
+--- Makefile.orig      Fri May  7 18:42:29 1999
++++ Makefile   Fri May  7 18:42:44 1999
+@@ -1,5 +1,4 @@
+ 
+-CFLAGS =
+ 
+ # Uncomment if you have gcc
+ # CC = gcc

---
Chris Piazza    Abbotsford, BC, Canada
           cpiazza@home.net
finger norn@norn.ca.eu.org for PGP key
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-05-09 17:47:37 UTC
State Changed
From-To: open->closed

Update committed, thanks!