diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-18 19:45:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-18 19:45:11 +0000 |
commit | ae8e0c16782d71868edd399688a79484302853a3 (patch) | |
tree | 79b7b626275ea6071f43efe0d2acbe133ffb3eda /misc | |
parent | 30485f5e1ceadd11179751a432ac0620d0f2c250 (diff) | |
download | ports-ae8e0c16782d71868edd399688a79484302853a3.tar.gz ports-ae8e0c16782d71868edd399688a79484302853a3.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/geekcode/Makefile | 4 | ||||
-rw-r--r-- | misc/geekcode/distinfo | 2 | ||||
-rw-r--r-- | misc/geekcode/files/patch-aa | 10 |
3 files changed, 9 insertions, 7 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index 2467eda8bb15..7a280f18b710 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: geekcode generator -# Version required: 1.3 +# Version required: 1.4 # Date created: 30 Aug 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= geekcode-1.3 +DISTNAME= geekcode-1.4 CATEGORIES= misc MASTER_SITES= http://seymour.napalm.net/ diff --git a/misc/geekcode/distinfo b/misc/geekcode/distinfo index a27b2362e812..82b26b8a5ec6 100644 --- a/misc/geekcode/distinfo +++ b/misc/geekcode/distinfo @@ -1 +1 @@ -MD5 (geekcode-1.3.tar.gz) = a9e2fed4281f560f6d48d6065a1239da +MD5 (geekcode-1.4.tar.gz) = 569a88c5cdc9056fd6c987de04d29b40 diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa index 2fe17c0a7c3a..13959a1de0cd 100644 --- a/misc/geekcode/files/patch-aa +++ b/misc/geekcode/files/patch-aa @@ -1,15 +1,15 @@ ---- Makefile.orig Mon Aug 30 15:33:00 1999 -+++ Makefile Thu Sep 2 18:42:00 1999 +--- Makefile.orig Mon Sep 13 14:03:56 1999 ++++ Makefile Sat Sep 18 12:42:20 1999 @@ -1,6 +1,6 @@ -CFLAGS=-O3 -s -+CFLAGS?=-O3 -Wall -s ++CFLAGS?=-O3 -s TARGET=geekcode -CC=gcc +CC?=gcc SRCFILES = gc_appearance.c \ gc_computers.c \ -@@ -24,14 +24,14 @@ +@@ -26,15 +26,15 @@ rm -f $(TARGET) $(LIBFILES) geekcode: @@ -19,6 +19,7 @@ - gcc $(CFLAGS) -c gc_lifestyle.c - gcc $(CFLAGS) -c gc_politics.c - gcc $(CFLAGS) -c gc_type.c +- gcc $(CFLAGS) -c gc_consoleio.c - gcc $(CFLAGS) -c geekcode.c - gcc $(CFLAGS) -o $(TARGET) $(LIBFILES) + ${CC} $(CFLAGS) -c gc_appearance.c @@ -27,6 +28,7 @@ + ${CC} $(CFLAGS) -c gc_lifestyle.c + ${CC} $(CFLAGS) -c gc_politics.c + ${CC} $(CFLAGS) -c gc_type.c ++ ${CC} $(CFLAGS) -c gc_consoleio.c + ${CC} $(CFLAGS) -c geekcode.c + ${CC} $(CFLAGS) -o $(TARGET) $(LIBFILES) |