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
--- 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= obr...@freebsd.org COMMENT= ftp replacement with advanced user interface
_______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"