diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-19 03:45:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-19 03:45:11 +0800 |
commit | de187397942afb9bc4161f7014f1038e8b9c1e9f (patch) | |
tree | 56afea1e27e5f691a89d6851c4bb84b59aec3668 /misc/geekcode | |
parent | c58a921f0a71863bbef6e135abf47b3a51985201 (diff) | |
download | freebsd-ports-graphics-de187397942afb9bc4161f7014f1038e8b9c1e9f.tar.gz freebsd-ports-graphics-de187397942afb9bc4161f7014f1038e8b9c1e9f.tar.zst freebsd-ports-graphics-de187397942afb9bc4161f7014f1038e8b9c1e9f.zip |
Update to version 1.4
Diffstat (limited to 'misc/geekcode')
-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 2467eda8bb1..7a280f18b71 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 a27b2362e81..82b26b8a5ec 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 2fe17c0a7c3..13959a1de0c 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) |