diff options
Diffstat (limited to 'net/gopher')
-rw-r--r-- | net/gopher/Makefile | 21 | ||||
-rw-r--r-- | net/gopher/distinfo | 1 | ||||
-rw-r--r-- | net/gopher/files/patch-aa | 48 | ||||
-rw-r--r-- | net/gopher/files/patch-ab | 26 | ||||
-rw-r--r-- | net/gopher/pkg-comment | 1 | ||||
-rw-r--r-- | net/gopher/pkg-descr | 2 | ||||
-rw-r--r-- | net/gopher/pkg-plist | 11 |
7 files changed, 0 insertions, 110 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile deleted file mode 100644 index 9a5c0e86f309..000000000000 --- a/net/gopher/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gopher -# Version required: 2.1.3 -# Date created: 11 Dec 1994 -# Whom: ats -# -# $Id: Makefile,v 1.4 1995/04/16 15:37:13 ache Exp $ -# - -DISTNAME= gopher2_1_3 -PKGNAME= gopher-2.1.3 -CATEGORIES+= networking -MASTER_SITES= ftp://boombox.micro.umn.edu/pub/gopher/Unix/ -EXTRACT_SUFX= .tar.Z - -USE_GMAKE= yes - -pre-install: - mkdir -p ${PREFIX}/bin - mkdir -p ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/net/gopher/distinfo b/net/gopher/distinfo deleted file mode 100644 index 8bfd68df68d7..000000000000 --- a/net/gopher/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gopher2_1_3.tar.Z) = d50328dc4a4ba5c59708bf42ecc431d2 diff --git a/net/gopher/files/patch-aa b/net/gopher/files/patch-aa deleted file mode 100644 index b0681a146299..000000000000 --- a/net/gopher/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ -*** gopherd/error.c.ORIG Tue Jul 19 22:27:54 1994 ---- gopherd/error.c Sun Dec 11 19:44:34 1994 -*************** -*** 287,293 **** - - extern int errno; /* UNIX error number */ - extern int sys_nerr; /* # of error message strings in sys table */ -- extern char *sys_errlist[]; /* the system error message table */ - - #ifdef SYS5 - int t_errno; ---- 287,292 ---- -*** gopher/globals.h.ORIG Wed Jul 6 17:38:40 1994 ---- gopher/globals.h Sun Dec 11 19:50:17 1994 -*************** -*** 120,126 **** - - #ifndef VMS - extern char **environ; /* User environment array */ -- extern char *sys_errlist[]; - #endif - - /*** VMS needs special interrupt and subprocess handling ***/ ---- 120,125 ---- -*** gopher/gopher.c.ORIG Fri Nov 25 18:40:21 1994 ---- gopher/gopher.c Sun Dec 11 19:51:49 1994 -*************** -*** 1149,1155 **** - #else - extern int h_errno; - extern int sys_nerr; -- extern char *sys_errlist[]; - extern int errno; - #endif - ---- 1149,1154 ---- -*** Makefile.config.ORIG Wed Nov 30 01:12:16 1994 ---- Makefile.config Sun Dec 11 19:57:37 1994 -*************** -*** 304,309 **** ---- 304,310 ---- - - OTHERLIBS = $(UMAXLIBS) $(SEQLIBS) $(PTXLIBS) $(SCOLIBS) \ - $(SVR4LIBS) $(AUXLIBS) $(DGUXLIBS) $(SOCKSLIBS) -+ OTHERLIBS = -lcompat -lcrypt - - CLIENTLIBS = -lcurses -ltermcap -lgopher $(OTHERLIBS) - SERVERLIBS = -lm -lgopher $(OTHERLIBS) $(LOADLIBS) diff --git a/net/gopher/files/patch-ab b/net/gopher/files/patch-ab deleted file mode 100644 index 49f0f6904de2..000000000000 --- a/net/gopher/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- ./gopherd/AUTH.c.org Mon Feb 6 13:25:13 1995 -+++ ./gopherd/AUTH.c Thu May 11 19:26:05 1995 -@@ -216,19 +216,23 @@ - return(AUTHRES_SYSERR); - } - -+#ifndef __FreeBSD__ - if (fgetpwent(ourpasswd) == NULL) { - Debugmsg("fgetpwent failed..."); - return(AUTHRES_SYSERR); - } -+#endif - - fseek(ourpasswd, 0L,SEEK_SET); - - /** Mimic getpwnam, sigh why isn't setpwfile() everywhere....**/ - -+#ifndef __FreeBSD__ - while ((pw = fgetpwent(ourpasswd)) != NULL) { - if (strcmp(pw->pw_name, username) == 0) - return(AUTHunix_checkuser(pw, password)); - } -+#endif - return(AUTHRES_NOUSER); - #else - return(AUTHRES_SYSERR); diff --git a/net/gopher/pkg-comment b/net/gopher/pkg-comment deleted file mode 100644 index 9668d71384d5..000000000000 --- a/net/gopher/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -gopher - client and server for access to a distributed document service. diff --git a/net/gopher/pkg-descr b/net/gopher/pkg-descr deleted file mode 100644 index 25ca6b9151b2..000000000000 --- a/net/gopher/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Gopher - a system to connect and maintain a distributed document -delivery service all over the world. diff --git a/net/gopher/pkg-plist b/net/gopher/pkg-plist deleted file mode 100644 index 4a99d449029b..000000000000 --- a/net/gopher/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -@cwd /usr/local -bin/gopher -bin/gophfilt -etc/gopherd.conf -etc/gopherd -etc/gindexd -etc/gopherdlocal.conf -etc/gopherls -lib/gopher.rc -lib/gopher.hlp -lib/gopherremote.rc |