svn commit: r547269 - head/ftp/pftpd

Stefan Eßer se at FreeBSD.org
Tue Sep 1 12:25:14 UTC 2020


Author: se
Date: Tue Sep  1 12:25:13 2020
New Revision: 547269
URL: https://svnweb.freebsd.org/changeset/ports/547269

Log:
  Remove -fcommon and deprecation notice
  
  The port has been fixed to build with -fno-common

Modified:
  head/ftp/pftpd/Makefile

Modified: head/ftp/pftpd/Makefile
==============================================================================
--- head/ftp/pftpd/Makefile	Tue Sep  1 12:21:30 2020	(r547268)
+++ head/ftp/pftpd/Makefile	Tue Sep  1 12:25:13 2020	(r547269)
@@ -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


More information about the svn-ports-head mailing list