aboutsummaryrefslogtreecommitdiff
path: root/net/gopher
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-24 07:53:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-24 07:53:15 +0000
commit76f5c1cbc07a413a7704db3c8c452271c6c3854b (patch)
tree4e4cd1e786ae471a5c1ad998c685b59f677b3123 /net/gopher
parenteb8b111fd5c71a9cf06baa8e046f3c46ba7a7889 (diff)
downloadports-76f5c1cbc07a413a7704db3c8c452271c6c3854b.tar.gz
ports-76f5c1cbc07a413a7704db3c8c452271c6c3854b.zip
Update, 2.1 -> 2.1.3.
NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(), which, according to the comments, is a replacement of setpwfile(), which according to the manpage of getpwent(), is deprecated.
Notes
Notes: svn path=/head/; revision=1509
Diffstat (limited to 'net/gopher')
-rw-r--r--net/gopher/Makefile8
-rw-r--r--net/gopher/files/patch-aa2
2 files changed, 5 insertions, 5 deletions
diff --git a/net/gopher/Makefile b/net/gopher/Makefile
index b1d66f429e6e..9a5c0e86f309 100644
--- a/net/gopher/Makefile
+++ b/net/gopher/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gopher
-# Version required: 2.1
+# Version required: 2.1.3
# Date created: 11 Dec 1994
# Whom: ats
#
-# $Id: Makefile,v 1.3 1995/04/15 05:41:32 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/16 15:37:13 ache Exp $
#
-DISTNAME= gopher2.1
-PKGNAME= gopher-2.1
+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
diff --git a/net/gopher/files/patch-aa b/net/gopher/files/patch-aa
index 2c16f826bfca..b0681a146299 100644
--- a/net/gopher/files/patch-aa
+++ b/net/gopher/files/patch-aa
@@ -41,7 +41,7 @@
--- 304,310 ----
OTHERLIBS = $(UMAXLIBS) $(SEQLIBS) $(PTXLIBS) $(SCOLIBS) \
- $(SVR4LIBS) $(AUXLIBS) $(DGUXLIBS)
+ $(SVR4LIBS) $(AUXLIBS) $(DGUXLIBS) $(SOCKSLIBS)
+ OTHERLIBS = -lcompat -lcrypt
CLIENTLIBS = -lcurses -ltermcap -lgopher $(OTHERLIBS)