aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2020-09-01 12:25:13 +0000
committerStefan Eßer <se@FreeBSD.org>2020-09-01 12:25:13 +0000
commita0b60b9df24fb52e230de1c0c52d06d7c7c1f149 (patch)
treece8fa395f2bbdfed35af325515169397fee8e7bf /ftp
parent71ecb265c743b4a015d619ccbe314d318ab08872 (diff)
downloadports-a0b60b9df24fb52e230de1c0c52d06d7c7c1f149.tar.gz
ports-a0b60b9df24fb52e230de1c0c52d06d7c7c1f149.zip
Remove -fcommon and deprecation notice
The port has been fixed to build with -fno-common
Notes
Notes: svn path=/head/; revision=547269
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pftpd/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index 0afa4ce0848f..38a74b6a124b 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -13,12 +13,6 @@ COMMENT= Multithreaded anonymous FTP daemon
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
-CFLAGS+= -fcommon
-
-DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
-EXPIRATION_DATE=2021-04-01
-
-
PLIST_FILES= sbin/pftpd \
man/man1/pftpd.1.gz \
man/man1/rpad.1.gz