From a0b60b9df24fb52e230de1c0c52d06d7c7c1f149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Tue, 1 Sep 2020 12:25:13 +0000 Subject: [PATCH] Remove -fcommon and deprecation notice The port has been fixed to build with -fno-common --- ftp/pftpd/Makefile | 6 ------ 1 file changed, 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