summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-18 09:26:53 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-18 09:26:53 +0000
commite783eeade7218b55950c5f450f4589ef7339b0bf (patch)
tree4177ed989e239eefabee156b93d5724b5da57556
parentback out MANCOMPRESSED - didn't notice the USE_IMAKE (diff)
upgrade to 3.0b17
Notes
Notes: svn path=/head/; revision=16759
-rw-r--r--ftp/ncftp3/Makefile6
-rw-r--r--ftp/ncftp3/distinfo2
-rw-r--r--ftp/ncftp3/files/patch-af14
3 files changed, 11 insertions, 11 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index e98d6aebc9a5..98327698d73b 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -4,11 +4,11 @@
# Date created: 4 Nov 1994
# Whom: ache
#
-# $Id: Makefile,v 1.61 1998/11/14 09:43:27 asami Exp $
+# $Id: Makefile,v 1.62 1998/12/08 20:25:18 obrien Exp $
#
-DISTNAME= ncftp-3.0beta16-src
-PKGNAME= ncftp-3.0b16
+DISTNAME= ncftp-3.0beta17-src
+PKGNAME= ncftp-3.0b17
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/3.0BETA/
diff --git a/ftp/ncftp3/distinfo b/ftp/ncftp3/distinfo
index b1ce6d6a9ab7..9744537b5f57 100644
--- a/ftp/ncftp3/distinfo
+++ b/ftp/ncftp3/distinfo
@@ -1 +1 @@
-MD5 (ncftp-3.0beta16-src.tar.gz) = 8afa87526ca456962b6b0b0e8f730498
+MD5 (ncftp-3.0beta17-src.tar.gz) = 8cd600075ba997eb3bbd1c0d3643d101
diff --git a/ftp/ncftp3/files/patch-af b/ftp/ncftp3/files/patch-af
index e1789260866b..46148f5a6e76 100644
--- a/ftp/ncftp3/files/patch-af
+++ b/ftp/ncftp3/files/patch-af
@@ -1,11 +1,11 @@
---- Strn/Makefile.orig Tue Nov 11 04:28:01 1997
-+++ Strn/Makefile Sat Sep 26 19:47:28 1998
+--- Strn/Makefile.orig Mon Feb 8 18:10:17 1999
++++ Strn/Makefile Thu Feb 18 01:23:16 1999
@@ -42,7 +42,7 @@
$(LIBSO): $(SOBJS)
- /bin/rm -f $(LIBSO)
-- gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
-+ $(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
- /bin/ln -s $(LIBSO) $(LIBSOS)
- -@/bin/ls -l $(LIBSOS) $(LIBSO)
+ /bin/rm -f "$(LIBSO)"
+- gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
++ $(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
+ /bin/ln -s "$(LIBSO)" "$(LIBSOS)"
+ -@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"