ftp/: Fix build with clang11 and deprecate ports@ ports
This commit is contained in:
parent
7df5ee958c
commit
8f30718286
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546901
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -19,6 +19,11 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam --disable-bonjour
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user