Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 06:20:54 -0800 (PST)
From:      rbt@zort.on.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16908: New version of geekcode
Message-ID:  <200002221420.GAA10774@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         16908
>Category:       ports
>Synopsis:       New version of geekcode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 22 06:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rod Taylor
>Release:        
>Organization:
Zort
>Environment:
>Description:
New version, bug fixes and new details as well as a new archive site.

Please notice the dissapearance of the patches directory and it's contents
>How-To-Repeat:

>Fix:
diff -ruN geekcode.old/Makefile geekcode/Makefile
--- geekcode.old/Makefile       Mon Feb 21 22:58:53 2000
+++ geekcode/Makefile   Mon Feb 21 22:59:53 2000
@@ -6,9 +6,10 @@
 # $FreeBSD: ports/misc/geekcode/Makefile,v 1.4 1999/09/28 17:01:01 cpiazza Exp $
 #
 
-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 -ruN geekcode.old/files/md5 geekcode/files/md5
--- geekcode.old/files/md5      Mon Feb 21 22:58:53 2000
+++ geekcode/files/md5  Mon Feb 21 23:00:10 2000
@@ -1 +1 @@
-MD5 (geekcode-1.5.tar.gz) = 9f9c03eae83e123984dc464ef70a310f
+MD5 (geekcode-1.7.tar.gz) = e685540e937daa920e3cbac5ddb9817b
diff -ruN geekcode.old/patches/patch-aa geekcode/patches/patch-aa
--- geekcode.old/patches/patch-aa       Mon Feb 21 22:58:53 2000
+++ geekcode/patches/patch-aa   Wed Dec 31 19:00:00 1969
@@ -1,36 +0,0 @@
---- 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 -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 -ruN geekcode.old/pkg/DESCR geekcode/pkg/DESCR
--- geekcode.old/pkg/DESCR      Mon Feb 21 22:58:53 2000
+++ geekcode/pkg/DESCR  Mon Feb 21 23:01:25 2000
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200002221420.GAA10774>