Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2010 23:46:18 -0400
From:      jhell <jhell@DataIX.net>
To:        obrien@FreeBSD.org
Cc:        FreeBSD Ports <ports@freebsd.org>
Subject:   ftp/ncftp3 stale patch no recorded checksums
Message-ID:  <4CABF10A.9070700@DataIX.net>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------070000010005080206060704
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit


After the recent update of ftp/ncftp3 there seems to be a stale v6 patch
file left hanging around that no longer applies to the 3.2.4 source code
for ncftp3.

The following patch comments out the section in question but it also
seems as there is "no native support for v6 in ncftp3 ?" at this time.

Does anyone know of a v6 patch for the new (3.2.4) source ?


Regards,

-- 

 jhell,v

--------------070000010005080206060704
Content-Type: text/plain;
 name="Makefile.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="Makefile.patch"

--- Makefile.orig	2010-10-05 23:26:16.738633363 -0400
+++ Makefile	2010-10-05 23:25:14.727629085 -0400
@@ -14,11 +14,11 @@
 		ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/
 DISTNAME=	ncftp-${PORTVERSION}-src
 
-.if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6)
-PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES=	ncftp-323-v6-20091109.diff.gz
-PATCH_DIST_STRIP=	-p1
-.endif
+#.if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6)
+#PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
+#PATCHFILES=	ncftp-323-v6-20091109.diff.gz
+#PATCH_DIST_STRIP=	-p1
+#.endif
 
 MAINTAINER=	obrien@FreeBSD.org
 COMMENT=	ftp replacement with advanced user interface

--------------070000010005080206060704--



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