Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 23:28:13 +0200 (EET)
From:      Esa Karkkainen <ejk@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ejk@iki.fi
Subject:   ports/47445: Update port: ftp/ncftp3 from 3.1.4 to 3.1.5
Message-ID:  <200301242128.h0OLSDNn070107@corsair.my.domain>

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

>Number:         47445
>Category:       ports
>Synopsis:       Update port: ftp/ncftp3 from 3.1.4 to 3.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 24 13:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Esa Karkkainen
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 4.7-STABLE Thu Jan 23 19:59:11 EET 2003
Ports tree cvsupped Fri Jan 24 19:23 EET 2003

>Description:

Update ftp/ncftp3 from 3.1.4 to 3.1.5

>How-To-Repeat:

N/A

>Fix:

Following fixes and resulting ncftp/ncftp3 binary have been tested on
4.7-STABLE and freshly installed 5.0-RELEASE.

diff -ruN ncftp3.orig/Makefile ncftp3/Makefile
--- ncftp3.orig/Makefile	Sat Aug 31 05:08:26 2002
+++ ncftp3/Makefile	Fri Jan 24 22:40:15 2003
@@ -7,14 +7,13 @@
 #
 
 PORTNAME=	ncftp
-PORTVERSION=	3.1.4
-PORTREVISION=	1
+PORTVERSION=	3.1.5
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.ncftp.com/ncftp/
 DISTNAME=	ncftp-${PORTVERSION}-src
 
 PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES=	ncftp-314-v6-20020709.diff.gz
+PATCHFILES=	ncftp-315-v6-20030112.diff.gz
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	obrien@FreeBSD.org
diff -ruN ncftp3.orig/distinfo ncftp3/distinfo
--- ncftp3.orig/distinfo	Sat Aug 31 05:08:26 2002
+++ ncftp3/distinfo	Fri Jan 24 22:40:55 2003
@@ -1,2 +1,2 @@
-MD5 (ncftp-3.1.4-src.tar.bz2) = 605e735209ab30d0f129d079c06705e4
-MD5 (ncftp-314-v6-20020709.diff.gz) = 6b1fa736b9b60bff919be4a2a3419cde
+MD5 (ncftp-3.1.5-src.tar.bz2) = 686ee315742a34bd4132f0d077d2c172
+MD5 (ncftp-315-v6-20030112.diff.gz) = eadf43435b928a4650d54efb319dd845
diff -ruN ncftp3.orig/files/patch-af ncftp3/files/patch-af
--- ncftp3.orig/files/patch-af	Mon Jan 10 17:57:20 2000
+++ ncftp3/files/patch-af	Fri Jan 24 22:50:35 2003
@@ -1,9 +1,9 @@
---- Strn/Makefile.in.orig	Mon Jan 10 14:37:45 2000
-+++ Strn/Makefile.in	Mon Jan 10 14:38:32 2000
-@@ -42,7 +42,7 @@
+--- Strn/Makefile.in.orig	Sun Oct 13 03:01:11 2002
++++ Strn/Makefile.in	Fri Jan 24 22:50:11 2003
+@@ -62,7 +62,7 @@
  
  $(LIBSO): $(SOBJS)
- 	/bin/rm -f "$(LIBSO)"
+ 	/bin/rm -f "$(LIBSO)" "$(LIBSOS)"
 -	gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
 +	$(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
  	/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
diff -ruN ncftp3.orig/files/patch-sio-Makefile.in ncftp3/files/patch-sio-Makefile.in
--- ncftp3.orig/files/patch-sio-Makefile.in	Sat Jul  6 05:24:58 2002
+++ ncftp3/files/patch-sio-Makefile.in	Fri Jan 24 22:57:14 2003
@@ -1,26 +1,12 @@
---- sio/Makefile.in.orig	Fri Jun 28 03:09:26 2002
-+++ sio/Makefile.in	Fri Jul  5 11:26:55 2002
-@@ -64,15 +64,19 @@
- 	chmod a+r $(PREFIX)/lib/$(LIB) $(PREFIX)/include/sio.h $(PREFIX)/include/usio.h
- 	-@/bin/ls -l $(PREFIX)/lib/$(LIB) $(PREFIX)/include/sio.h $(PREFIX)/include/usio.h
- 
-+dynamic: $(LIBSO)
-+
- shared: $(LIBSO)
- 
- so: $(LIBSO)
+--- sio/Makefile.in.orig	Sun Oct 13 01:17:13 2002
++++ sio/Makefile.in	Fri Jan 24 22:55:29 2003
+@@ -72,7 +72,8 @@
  
  $(LIBSO): $(SOBJS)
--	/bin/rm -f $(LIBSO)
--	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
--	chmod a+r $(LIB) sio.h usio.h
--	-@/bin/ls -l $(LIBSO)
-+	/bin/rm -f $(LIBSO) $(LIBSOS)
+ 	/bin/rm -f "$(LIBSO)" "$(LIBSOS)"
+-	gcc -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
 +	$(CC) -shared "-Wl,-soname,$(LIBSO)" -o "$(LIBSO)" $(SOBJS)
 +	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
-+	chmod a+r $(LIBSO) sio.h usio.h
-+	/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
-+	-@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"
- 
- soinstall: $(LIBSO)
- 	cp $(LIBSO) $(PREFIX)/lib/$(LIBSO)
+ 	chmod a+r "$(LIBSO)" sio.h usio.h
+ 	/bin/ln -s "$(LIBSO)" "$(LIBSOS)"
+ 	-@/bin/ls -l "$(LIBSOS)" "$(LIBSO)"

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301242128.h0OLSDNn070107>