ftp/ncftp3 stale patch no recorded checksums
jhell
jhell at DataIX.net
Wed Oct 6 03:46:24 UTC 2010
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
-------------- next part --------------
--- 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 at FreeBSD.org
COMMENT= ftp replacement with advanced user interface
More information about the freebsd-ports
mailing list