Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 12:25:14 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547269 - head/ftp/pftpd
Message-ID:  <202009011225.081CPEe6089274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009011225.081CPEe6089274>