ports/75217: [PATCH] ftp/nftpd unfetchable on modern systems
Pasi Hirvonen
psh at iki.fi
Sat Dec 18 13:30:23 UTC 2004
>Number: 75217
>Category: ports
>Synopsis: [PATCH] ftp/nftpd unfetchable on modern systems
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Dec 18 13:30:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Pasi Hirvonen
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mirp.foo 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Dec 9 18:48:50 EET 2004 pasi at mirp.foo:/usr/obj/usr/src/sys/MIRP i386
>Description:
ftp/nftpd port's Makefile uses OSVERSION to detect which version
of nctpd to download. The 5.2.1 tarball the port tries to fetch
on systems with OSVERSION >= 500000 does not exist anymore, it's
been renamed to ncftpd-2.8.1-freebsd5.3-i386-export.tar.gz.
(Thanks pointyhat!)
>How-To-Repeat:
>Fix:
--- ncftpd.patch begins here ---
diff -uNr ncftpd.orig/Makefile ncftpd/Makefile
--- ncftpd.orig/Makefile Sat Dec 18 15:14:20 2004
+++ ncftpd/Makefile Sat Dec 18 15:13:12 2004
@@ -24,7 +24,7 @@
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
-BINVER= 5.2.1
+BINVER= 5.3
.elif ${OSVERSION} >= 480000
BINVER= 4.8
.elif ${OSVERSION} >= 350000
diff -uNr ncftpd.orig/distinfo ncftpd/distinfo
--- ncftpd.orig/distinfo Sat Dec 18 15:13:50 2004
+++ ncftpd/distinfo Sat Dec 18 15:16:18 2004
@@ -1,5 +1,5 @@
-MD5 (ncftpd-2.8.1-freebsd3.5.1-i386-export.tar.gz) = 18b169c321c96d7be9de43a20c3ad3e7
-SIZE (ncftpd-2.8.1-freebsd3.5.1-i386-export.tar.gz) = 351191
+MD5 (ncftpd-2.8.1-freebsd5.3-i386-export.tar.gz) = 27ccc9c69a53f87a7bf347d32fbf252b
+SIZE (ncftpd-2.8.1-freebsd5.3-i386-export.tar.gz) = 381828
MD5 (ncftpd-2.8.1-freebsd4.8-i386-export.tar.gz) = b7a0d1351ccb73615da30e6e60640f2f
SIZE (ncftpd-2.8.1-freebsd4.8-i386-export.tar.gz) = 377612
MD5 (ncftpd-2.8.1-freebsd5.2.1-i386-export.tar.gz) = 47461a861adc84d52214d08f82b82775
--- ncftpd.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list