mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
upgrade to 3.0b17
This commit is contained in:
parent
8e2e072dae
commit
e783eeade7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16759
@ -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/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ncftp-3.0beta16-src.tar.gz) = 8afa87526ca456962b6b0b0e8f730498
|
||||
MD5 (ncftp-3.0beta17-src.tar.gz) = 8cd600075ba997eb3bbd1c0d3643d101
|
||||
|
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user