Summary: | Make qstat use CFLAGS | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | cpiazza <cpiazza> |
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
cpiazza
1999-05-08 02:50:02 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 State Changed From-To: open->closed Update committed, thanks! |