diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-30 09:47:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-30 09:47:49 +0000 |
commit | a1b290c54de889d9db069a15f2560230fd19d999 (patch) | |
tree | f167b9dd249df742f657c72fe7d08331880dd730 /ftp/ncftp3 | |
parent | Fix build with clang11 (diff) |
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
Notes
Notes:
svn path=/head/; revision=547044
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index e98be120d4e4..a9a82559679f 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncftp PORTVERSION= 3.2.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \ ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ @@ -24,8 +24,8 @@ CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes CFLAGS+= -fcommon -EXPIRATION_DATE= 2020-09-30 -DEPRECATED= Unmaintained and dead upstream +DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11) +EXPIRATION_DATE=2021-04-01 PORTDOCS= * |