svn commit: r546901 - in head/ftp: frox jftpgw ncftp3 pftpd pureadmin wzdftpd
Tobias C. Berner
tcberner at FreeBSD.org
Sat Aug 29 10:39:09 UTC 2020
Author: tcberner
Date: Sat Aug 29 10:39:06 2020
New Revision: 546901
URL: https://svnweb.freebsd.org/changeset/ports/546901
Log:
ftp/: Fix build with clang11 and deprecate ports@ ports
Modified:
head/ftp/frox/Makefile
head/ftp/jftpgw/Makefile
head/ftp/ncftp3/Makefile
head/ftp/pftpd/Makefile
head/ftp/pureadmin/Makefile
head/ftp/wzdftpd/Makefile
Modified: head/ftp/frox/Makefile
==============================================================================
--- head/ftp/frox/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/frox/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -19,6 +19,11 @@ USES= gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-configfile=${PREFIX}/etc/frox.conf
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
USE_RC_SUBR= frox
SUB_FILES= pkg-message
Modified: head/ftp/jftpgw/Makefile
==============================================================================
--- head/ftp/jftpgw/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/jftpgw/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -18,6 +18,11 @@ CONFIGURE_ARGS= --with-logpath=/var/log \
--enable-crypt \
--enable-sftp
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
OPTIONS_DEFINE= DOCS
USE_RC_SUBR= ${PORTNAME}
Modified: head/ftp/ncftp3/Makefile
==============================================================================
--- head/ftp/ncftp3/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/ncftp3/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -22,6 +22,11 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
PORTDOCS= *
LIBNCFTP= libncftp.so.3
Modified: head/ftp/pftpd/Makefile
==============================================================================
--- head/ftp/pftpd/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/pftpd/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -12,6 +12,12 @@ COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
+
PLIST_FILES= sbin/pftpd \
man/man1/pftpd.1.gz \
man/man1/rpad.1.gz
Modified: head/ftp/pureadmin/Makefile
==============================================================================
--- head/ftp/pureadmin/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/pureadmin/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -19,6 +19,11 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
LIBS+= -lX11 -lm
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
PORTDOCS= index.txt introduction.txt main_window.txt \
preferences.txt user_manager.txt
Modified: head/ftp/wzdftpd/Makefile
==============================================================================
--- head/ftp/wzdftpd/Makefile Sat Aug 29 10:28:51 2020 (r546900)
+++ head/ftp/wzdftpd/Makefile Sat Aug 29 10:39:06 2020 (r546901)
@@ -19,6 +19,11 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam -
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
USE_RC_SUBR= wzdftpd
OPTIONS_DEFINE= AVAHI ICONV IPV6 MYSQL PERL PGSQL SQLITE TCL DOCS
More information about the svn-ports-all
mailing list