summaryrefslogtreecommitdiff
path: root/misc/geekcode
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-02-22 04:50:48 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-02-22 04:50:48 +0000
commit0a4c9fba0b6bd19a5800117d92740338aa718d42 (patch)
treeaedd8e958df59c9753e642541ec17cb725f472f9 /misc/geekcode
parentUpdate to 1.0.2 (diff)
Update to version 1.7
Submitted by: Rod Taylor <rod@zort.on.ca>
Notes
Notes: svn path=/head/; revision=26123
Diffstat (limited to 'misc/geekcode')
-rw-r--r--misc/geekcode/Makefile5
-rw-r--r--misc/geekcode/distinfo2
-rw-r--r--misc/geekcode/files/patch-aa33
-rw-r--r--misc/geekcode/pkg-descr2
4 files changed, 8 insertions, 34 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile
index 984a1efa3c95..d2a67e4f13d0 100644
--- a/misc/geekcode/Makefile
+++ b/misc/geekcode/Makefile
@@ -6,9 +6,10 @@
# $FreeBSD$
#
-DISTNAME= geekcode-1.5
+DISTNAME= geekcode-1.7
CATEGORIES= misc
-MASTER_SITES= http://seymour.napalm.net/
+MASTER_SITES= http://seymour.lazygenes.net/ \
+ http://www.zort.on.ca/software
MAINTAINER= cpiazza@FreeBSD.org
diff --git a/misc/geekcode/distinfo b/misc/geekcode/distinfo
index 20e719d888b5..bdb79341cd10 100644
--- a/misc/geekcode/distinfo
+++ b/misc/geekcode/distinfo
@@ -1 +1 @@
-MD5 (geekcode-1.5.tar.gz) = 9f9c03eae83e123984dc464ef70a310f
+MD5 (geekcode-1.7.tar.gz) = e685540e937daa920e3cbac5ddb9817b
diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa
index 13959a1de0cd..f2bae7993e6d 100644
--- a/misc/geekcode/files/patch-aa
+++ b/misc/geekcode/files/patch-aa
@@ -1,36 +1,9 @@
---- Makefile.orig Mon Sep 13 14:03:56 1999
-+++ Makefile Sat Sep 18 12:42:20 1999
-@@ -1,6 +1,6 @@
+--- Makefile.orig Mon Feb 21 20:49:20 2000
++++ Makefile Mon Feb 21 20:49:41 2000
+@@ -1,6 +1,4 @@
-CFLAGS=-O3 -s
-+CFLAGS?=-O3 -s
TARGET=geekcode
-CC=gcc
-+CC?=gcc
SRCFILES = gc_appearance.c \
gc_computers.c \
-@@ -26,15 +26,15 @@
- rm -f $(TARGET) $(LIBFILES)
-
- geekcode:
-- gcc $(CFLAGS) -c gc_appearance.c
-- gcc $(CFLAGS) -c gc_computers.c
-- gcc $(CFLAGS) -c gc_entertainment.c
-- 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
-+ ${CC} $(CFLAGS) -c gc_computers.c
-+ ${CC} $(CFLAGS) -c gc_entertainment.c
-+ ${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)
-
- install:
- install -m 755 geekcode /usr/local/bin
diff --git a/misc/geekcode/pkg-descr b/misc/geekcode/pkg-descr
index 9374705a5937..b497d29fd47a 100644
--- a/misc/geekcode/pkg-descr
+++ b/misc/geekcode/pkg-descr
@@ -1,4 +1,4 @@
The Geek Code Generator. It simply generates your geek code
by asking questions about all aspects of your geek life.
-WWW: http://seymour.napalm.net/geekcode.html
+WWW: http://seymour.lazygenes.net/geekcode.html