Date: Sat, 8 May 1999 14:00:04 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: freebsd-ports@FreeBSD.org Subject: RE: ports/11568: Make qstat use CFLAGS Message-ID: <199905082100.OAA36621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11568; it has been noted by GNATS. From: Chris Piazza <cpiazza@home.net> To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/11568: Make qstat use CFLAGS Date: Sat, 08 May 1999 13:56:58 -0700 (PDT) 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 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?199905082100.OAA36621>