summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-08-30 09:47:49 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-08-30 09:47:49 +0000
commita1b290c54de889d9db069a15f2560230fd19d999 (patch)
treef167b9dd249df742f657c72fe7d08331880dd730
parentFix 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
-rw-r--r--astro/roadmap/Makefile6
-rw-r--r--astro/saoimage/Makefile6
-rw-r--r--audio/cdplay/Makefile6
-rw-r--r--audio/ghostess/Makefile6
-rw-r--r--audio/gimmix/Makefile5
-rw-r--r--audio/jamin/Makefile6
-rw-r--r--audio/ksmp3play/Makefile6
-rw-r--r--audio/musicbox-tag-editor/Makefile6
-rw-r--r--audio/nspmod/Makefile5
-rw-r--r--audio/shout/Makefile6
-rw-r--r--audio/toolame/Makefile6
-rw-r--r--audio/wmrecord/Makefile6
-rw-r--r--biology/grappa/Makefile5
-rw-r--r--biology/lagan/Makefile6
-rw-r--r--biology/phylip/Makefile5
-rw-r--r--cad/transcalc/Makefile6
-rw-r--r--cad/varkon/Makefile6
-rw-r--r--comms/efax/Makefile6
-rw-r--r--comms/seyon/Makefile5
-rw-r--r--converters/shftool/Makefile6
-rw-r--r--converters/vda2fbd/Makefile5
-rw-r--r--deskutils/logjam/Makefile6
-rw-r--r--devel/buildtool/Makefile5
-rw-r--r--devel/openzz/Makefile6
-rw-r--r--devel/sourcenav/Makefile6
-rw-r--r--dns/checkdns/Makefile6
-rw-r--r--dns/inadyn-mt/Makefile5
-rw-r--r--editors/gate/Makefile6
-rw-r--r--editors/thoteditor/Makefile6
-rw-r--r--emulators/cinc/Makefile6
-rw-r--r--emulators/dtcyber/Makefile6
-rw-r--r--emulators/e-uae/Makefile6
-rw-r--r--finance/wmstock/Makefile6
-rw-r--r--ftp/frox/Makefile6
-rw-r--r--ftp/jftpgw/Makefile6
-rw-r--r--ftp/ncftp3/Makefile6
-rw-r--r--ftp/pftpd/Makefile5
-rw-r--r--ftp/pureadmin/Makefile6
-rw-r--r--ftp/wzdftpd/Makefile6
-rw-r--r--games/bomberinstinct/Makefile6
-rw-r--r--games/bygfoot/Makefile6
-rw-r--r--games/cavezofphear/Makefile5
-rw-r--r--games/cosmo/Makefile6
-rw-r--r--games/cre/Makefile6
-rw-r--r--games/drm/Makefile5
-rw-r--r--games/ezquake/Makefile6
-rw-r--r--games/vms-empire/Makefile5
-rw-r--r--irc/hybserv/Makefile5
-rw-r--r--irc/xaric/Makefile5
-rw-r--r--mail/crm114/Makefile6
-rw-r--r--mail/elmo/Makefile6
-rw-r--r--misc/cave/Makefile5
-rw-r--r--misc/floatator/Makefile6
-rw-r--r--multimedia/transcode/Makefile6
-rw-r--r--security/bugs/Makefile6
-rw-r--r--security/dmitry/Makefile5
-rw-r--r--security/doorman/Makefile6
-rw-r--r--shells/esh/Makefile6
-rw-r--r--sysutils/cpu/Makefile6
-rw-r--r--x11/bricons/Makefile6
-rw-r--r--x11/tycoon/Makefile8
-rw-r--r--x11/wmmatrix/Makefile8
-rw-r--r--x11/wmxss/Makefile8
-rw-r--r--x11/xbanner/Makefile8
-rw-r--r--x11/xgrab/Makefile8
-rw-r--r--x11/xmascot/Makefile8
-rw-r--r--x11/xmon/Makefile8
-rw-r--r--x11/xnee/Makefile8
68 files changed, 212 insertions, 196 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile
index 67adb523d035..fd552104811a 100644
--- a/astro/roadmap/Makefile
+++ b/astro/roadmap/Makefile
@@ -3,7 +3,7 @@
PORTNAME= roadmap
PORTVERSION= 1.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= astro geography
MASTER_SITES= SF/${PORTNAME}/RoadMap/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -28,8 +28,8 @@ MAKE_ARGS= INSTALLDIR="${PREFIX}" CC="${CC}" CXX="${CXX}"
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
SUB_FILES= pkg-message
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile
index 003cee5b03a4..ca698eb0131a 100644
--- a/astro/saoimage/Makefile
+++ b/astro/saoimage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= saoimage
PORTVERSION= 1.35.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= astro
MASTER_SITES= http://tdc-www.harvard.edu/software/saoimage/
@@ -18,8 +18,8 @@ USE_XORG= x11
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
PLIST_FILES= bin/saoimage etc/imtoolrc.sample share/man/man1/saoimage.1.gz
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile
index 18f420a41e5c..e5a50db408e1 100644
--- a/audio/cdplay/Makefile
+++ b/audio/cdplay/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cdplay
PORTVERSION= 0.92
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= LOCAL/dannyboy
@@ -23,8 +23,8 @@ MAKE_JOBS_UNSAFE= 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
PLIST_FILES= bin/cdplay \
share/man/man1/cdplay.1.gz
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile
index 7a1d62ccf18a..18ac2b1adaba 100644
--- a/audio/ghostess/Makefile
+++ b/audio/ghostess/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ghostess
PORTVERSION= 20120105
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.smbolton.com/linux/
@@ -29,8 +29,8 @@ CONFIGURE_ARGS= --with-jackmidi
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
PLIST_FILES= bin/ghostess bin/ghostess_universal_gui man/man1/ghostess.1.gz
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile
index 8069c4b6e877..e05f92f8fd9e 100644
--- a/audio/gimmix/Makefile
+++ b/audio/gimmix/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gimmix
PORTVERSION= 0.5.7.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= BERLIOS
@@ -23,8 +24,8 @@ CONFIGURE_ENV= DATADIRNAME=share
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
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/audio/jamin/Makefile b/audio/jamin/Makefile
index 247462e44126..f3e1462545ee 100644
--- a/audio/jamin/Makefile
+++ b/audio/jamin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jamin
PORTVERSION= 0.95.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= audio
MASTER_SITES= SF
@@ -24,8 +24,8 @@ USE_GNOME= gtk20 intltool libxml2
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
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/jamincont_1912.so
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index c143ccbfdbc6..78f520dccd92 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ksmp3play
PORTVERSION= 0.5.2.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R}
@@ -26,8 +26,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
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
OPTIONS_DEFINE= DOCS
diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile
index b24320d1e2e8..1f4913b40443 100644
--- a/audio/musicbox-tag-editor/Makefile
+++ b/audio/musicbox-tag-editor/Makefile
@@ -4,7 +4,7 @@
PORTNAME= musicbox-tag-editor
PORTVERSION= 0.2.3
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= audio
MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION}
DISTNAME= musicbox-${PORTVERSION}
@@ -25,8 +25,8 @@ SHEBANG_FILES= data/edit.pl
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
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \
diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile
index cf7c38c3a719..c136faf44432 100644
--- a/audio/nspmod/Makefile
+++ b/audio/nspmod/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nspmod
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/players
@@ -11,8 +12,8 @@ COMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+
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
PLIST_FILES= bin/nspmod man/man1/nspmod.1.gz
diff --git a/audio/shout/Makefile b/audio/shout/Makefile
index 9893503a467d..f0de8854eff0 100644
--- a/audio/shout/Makefile
+++ b/audio/shout/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shout
PORTVERSION= 0.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= http://downloads.xiph.org/releases/libshout/ \
http://downloads.us.xiph.org/releases/libshout/ \
@@ -16,7 +16,7 @@ GNU_CONFIGURE= 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
.include <bsd.port.mk>
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile
index e8ebfc0a44bb..3bf5afca8454 100644
--- a/audio/toolame/Makefile
+++ b/audio/toolame/Makefile
@@ -3,7 +3,7 @@
PORTNAME= toolame
PORTVERSION= 0.2l
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%200.2/${PORTNAME}%2002l
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
@@ -21,8 +21,8 @@ USE_CSTD= gnu89
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
PLIST_FILES= bin/toolame
PORTDOCS= FUTURE HISTORY LGPL.txt README
diff --git a/audio/wmrecord/Makefile b/audio/wmrecord/Makefile
index 9c0922546990..222b6ed73ba0 100644
--- a/audio/wmrecord/Makefile
+++ b/audio/wmrecord/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmrecord
PORTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio windowmaker
MASTER_SITES= http://linkinnovations.linux.tucows.com/files/x11/dock/ \
http://www.bsd-geek.de/FreeBSD/distfiles/
@@ -18,8 +18,8 @@ MAKE_ARGS= LIBS="-L${LOCALBASE}/lib -lXpm -lX11 -lXext" \
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
PLIST_FILES= bin/wmrecord man/man1/wmrecord.1.gz
diff --git a/biology/grappa/Makefile b/biology/grappa/Makefile
index 03a6a453afc0..6fa8dae805ee 100644
--- a/biology/grappa/Makefile
+++ b/biology/grappa/Makefile
@@ -3,6 +3,7 @@
PORTNAME= grappa
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= http://www.cs.unm.edu/~moret/GRAPPA/
DISTNAME= GRAPPA20
@@ -16,8 +17,8 @@ USES= gmake
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
PLIST_FILES= bin/grappa bin/invdist bin/distmat
diff --git a/biology/lagan/Makefile b/biology/lagan/Makefile
index 7644b44c967d..b4d2f7b8df37 100644
--- a/biology/lagan/Makefile
+++ b/biology/lagan/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lagan
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= http://lagan.stanford.edu/lagan_web/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
@@ -20,8 +20,8 @@ MAKE_JOBS_UNSAFE=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
SUB_FILES= pkg-message
SUB_LIST= LAGAN_DIR="${LAGAN_DIR}"
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile
index a3c9f3d03cda..b04bd95a153f 100644
--- a/biology/phylip/Makefile
+++ b/biology/phylip/Makefile
@@ -3,6 +3,7 @@
PORTNAME= phylip
PORTVERSION= 3.697
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/
@@ -28,8 +29,8 @@ USE_LDCONFIG= yes
CFLAGS+= -fcommon
-EXPIRATION_DATE= 2020-09-30
-DEPRECATED= Unmaintained and outdated
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
PORTDOCS= *
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index 770efc373587..1082ac0e4e56 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= transcalc
PORTVERSION= 0.14
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= cad
MASTER_SITES= http://transcalc.sourceforge.net/
@@ -16,8 +16,8 @@ GNU_CONFIGURE= 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
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
diff --git a/cad/varkon/Makefile b/cad/varkon/Makefile
index e42dee91a9bc..55a53a5bcd30 100644
--- a/cad/varkon/Makefile
+++ b/cad/varkon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= varkon
PORTVERSION= 1.19E
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Varkon_${PORTVERSION}
DISTNAME= Varkon_sources_${PORTVERSION}
@@ -31,8 +31,8 @@ DOS2UNIX_FILES= sources/PL/src/Makefile.FreeBSD
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
VARKON_PREFIX= ${PREFIX}/lib/${PORTNAME}
diff --git a/comms/efax/Makefile b/comms/efax/Makefile
index 0bdb345e7576..6af3791629df 100644
--- a/comms/efax/Makefile
+++ b/comms/efax/Makefile
@@ -3,7 +3,7 @@
PORTNAME= efax
DISTVERSION= 0.9a-001114a7
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= comms
MASTER_SITES= http://shino.pos.to/linux/
@@ -24,8 +24,8 @@ SUB_FILES= pkg-message
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
CONFLICTS= efax-gtk-*
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile
index 8e20dc687113..80bc195460d4 100644
--- a/comms/seyon/Makefile
+++ b/comms/seyon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= seyon
PORTVERSION= 2.20c
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= DEBIAN
DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
@@ -17,8 +18,8 @@ MAKE_JOBS_UNSAFE= 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
PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \
lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \
diff --git a/converters/shftool/Makefile b/converters/shftool/Makefile
index c08f81ac35a5..eeeb20313596 100644
--- a/converters/shftool/Makefile
+++ b/converters/shftool/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shftool
PORTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= converters
MASTER_SITES= http://www.df.lth.se/~triad/krad/shftool/
@@ -16,8 +16,8 @@ GNU_CONFIGURE= 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
post-patch:
${REINPLACE_CMD} -e 's,^LIBLOC_LIST=.*,LIBLOC_LIST=${LOCALBASE},' \
diff --git a/converters/vda2fbd/Makefile b/converters/vda2fbd/Makefile
index a86f2a5a6cd6..bba5d52d2b8a 100644
--- a/converters/vda2fbd/Makefile
+++ b/converters/vda2fbd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vda2fbd
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= converters cad
MASTER_SITES= http://www.dhondt.de/
@@ -17,8 +18,8 @@ WRKSRC_SUBDIR= src
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= model.ps.gz
PLIST_FILES= bin/vda2fbd
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile
index 19306ba6ffbe..1ea800b44e99 100644
--- a/deskutils/logjam/Makefile
+++ b/deskutils/logjam/Makefile
@@ -3,7 +3,7 @@
PORTNAME= logjam
PORTVERSION= 4.6.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= deskutils
MASTER_SITES= http://andy-shev.github.com/LogJam/download/
@@ -15,8 +15,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
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
OPTIONS_DEFINE= GTKSPELL SQLITE GTKHTML RSVG
OPTIONS_DEFAULT= GTKSPELL
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
index 2d4e7a7d7b91..b1f0a4590b23 100644
--- a/devel/buildtool/Makefile
+++ b/devel/buildtool/Makefile
@@ -3,6 +3,7 @@
PORTNAME= buildtool
PORTVERSION= 0.16
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
@@ -14,8 +15,8 @@ CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR}
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
OPTIONS_DEFINE= DOCS
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile
index 5805a018239d..677f80a32204 100644
--- a/devel/openzz/Makefile
+++ b/devel/openzz/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openzz
DISTVERSION= 1.0.4-4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
@@ -22,8 +22,8 @@ USE_LDCONFIG= 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
post-patch:
@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile
index 0307f274285b..5822f943799d 100644
--- a/devel/sourcenav/Makefile
+++ b/devel/sourcenav/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sourcenav
PORTVERSION= 4.5
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/NG${PORTVERSION}
@@ -28,8 +28,8 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/sourcenav
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
post-patch:
${REINPLACE_CMD} -e 's|@XINCLUDES@|-I${LOCALBASE}/include|; \
diff --git a/dns/checkdns/Makefile b/dns/checkdns/Makefile
index cc6b6a52f979..a0f4d5c0d629 100644
--- a/dns/checkdns/Makefile
+++ b/dns/checkdns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= checkdns
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://www.enderunix.org/checkdns/ \
http://www.trunix.org/projeler/checkdns/
@@ -13,8 +13,8 @@ COMMENT= Domain name server analysis and reporting tool
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
SUB_FILES= pkg-message
diff --git a/dns/inadyn-mt/Makefile b/dns/inadyn-mt/Makefile
index b71614b60306..c4b9e1ca42ff 100644
--- a/dns/inadyn-mt/Makefile
+++ b/dns/inadyn-mt/Makefile
@@ -3,6 +3,7 @@
PORTNAME= inadyn-mt
PORTVERSION= 02.28.10
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.v.${PORTVERSION}/
DISTNAME= ${PORTNAME}.v.${PORTVERSION}
@@ -21,8 +22,8 @@ MAKE_ARGS+= INSTALL_PREFIX="${STAGEDIR}${PREFIX}/etc"
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= readme.html AUTHORS README
PORTEXAMPLES= *
diff --git a/editors/gate/Makefile b/editors/gate/Makefile
index 1b32410fa4fe..e8807ba215a5 100644
--- a/editors/gate/Makefile
+++ b/editors/gate/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gate
PORTVERSION= 2.06
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.unixpapa.com/software/
@@ -21,8 +21,8 @@ ALL_TARGET= gate gate.1
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
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile
index 715d1510ab10..069b402dd0ea 100644
--- a/editors/thoteditor/Makefile
+++ b/editors/thoteditor/Makefile
@@ -3,7 +3,7 @@
PORTNAME= thoteditor
PORTVERSION= 2.1e
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors www
MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \
ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/
@@ -26,8 +26,8 @@ MAKE_JOBS_UNSAFE= 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
post-extract:
@${MKDIR} ${WRKSRC}
diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile
index 08558db0ce68..68190f8f62b1 100644
--- a/emulators/cinc/Makefile
+++ b/emulators/cinc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cinc
PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/OldFiles
@@ -15,8 +15,8 @@ USES= gmake
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
PLIST_FILES= bin/cinc \
bin/casm
diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile
index b6ddfb4e71ee..8fb17d64660f 100644
--- a/emulators/dtcyber/Makefile
+++ b/emulators/dtcyber/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dtcyber
PORTVERSION= 2.0b1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://members.iinet.net.au/~tom-hunter/ \
LOCAL/trasz
@@ -22,8 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
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
SUB_FILES= pkg-message
PLIST_FILES= bin/dtcyber %%EXAMPLESDIR%%/cyber.ini %%EXAMPLESDIR%%/cos.tap
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index b935dc99bdb3..1cca30e22a2b 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -3,7 +3,7 @@
PORTNAME= e-uae
DISTVERSION= 0.8.29.w4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= emulators
MASTER_SITES= http://www.rcdrummond.net/uae/${DISTNAME}/
DISTNAME= e-uae-0.8.29-WIP4
@@ -25,8 +25,8 @@ MAKE_JOBS_UNSAFE= 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= ChangeLog README bsdsocket.txt cmd-line.txt \
compiling.txt configuration.txt floppies.txt \
diff --git a/finance/wmstock/Makefile b/finance/wmstock/Makefile
index f1fa8ca64bb6..bd30f329e57d 100644
--- a/finance/wmstock/Makefile
+++ b/finance/wmstock/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmstock
PORTVERSION= 0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= finance windowmaker
MASTER_SITES= http://www.mattfischer.com/wmstock/src/
@@ -16,8 +16,8 @@ SHEBANG_FILES= getquote
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
WRKSRC= ${WRKDIR}/wmstock/src
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile
index 9846e8f1e848..86d2740b7833 100644
--- a/ftp/frox/Makefile
+++ b/ftp/frox/Makefile
@@ -3,7 +3,7 @@
PORTNAME= frox
PORTVERSION= 0.7.18
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= http://www.hollo.org/frox/download/ \
http://frox.sourceforge.net/download/ \
@@ -21,8 +21,8 @@ CONFIGURE_ARGS= --enable-configfile=${PREFIX}/etc/frox.conf
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
USE_RC_SUBR= frox
SUB_FILES= pkg-message
diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile
index 8330d9d40bd8..890a6d3e4b35 100644
--- a/ftp/jftpgw/Makefile
+++ b/ftp/jftpgw/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jftpgw
PORTVERSION= 0.13.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= ftp
MASTER_SITES= http://www.mcknight.de/jftpgw/
@@ -20,8 +20,8 @@ CONFIGURE_ARGS= --with-logpath=/var/log \
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
OPTIONS_DEFINE= DOCS
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= *
diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile
index f390f65946d0..3be0985b2974 100644
--- a/ftp/pftpd/Makefile
+++ b/ftp/pftpd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pftpd
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ifm.liu.se/pub/unix/pftpd/
@@ -14,8 +15,8 @@ MAKE_JOBS_UNSAFE= 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
PLIST_FILES= sbin/pftpd \
diff --git a/ftp/pureadmin/Makefile b/ftp/pureadmin/Makefile
index e12221801b7d..a00ace810a8d 100644
--- a/ftp/pureadmin/Makefile
+++ b/ftp/pureadmin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pureadmin
PORTVERSION= 0.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= ftp
MASTER_SITES= SF/purify/Default/${PORTVERSION}
@@ -21,8 +21,8 @@ LIBS+= -lX11 -lm
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= index.txt introduction.txt main_window.txt \
preferences.txt user_manager.txt
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 75d7cfea3f2b..bf7d4bd208d4 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R}
@@ -21,8 +21,8 @@ USE_LDCONFIG= 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
USE_RC_SUBR= wzdftpd
diff --git a/games/bomberinstinct/Makefile b/games/bomberinstinct/Makefile
index 62734a79b3bb..304bca7ec057 100644
--- a/games/bomberinstinct/Makefile
+++ b/games/bomberinstinct/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bomberinstinct
PORTVERSION= 0.8.9
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/Bomber%20Instinct/BomberInstinct-${PORTVERSION}
DISTNAME= BomberInstinct-${PORTVERSION}
@@ -22,8 +22,8 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread
# Upstream is dead.
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
post-patch:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile
index 001d7e08a2f3..f19fe9fb6a60 100644
--- a/games/bygfoot/Makefile
+++ b/games/bygfoot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bygfoot
PORTVERSION= 2.2.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -25,7 +25,7 @@ LIBS+= -L${LOCALBASE}/lib -lm
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
.include <bsd.port.mk>
diff --git a/games/cavezofphear/Makefile b/games/cavezofphear/Makefile
index 94d3ca0c55de..a3161a5df93b 100644
--- a/games/cavezofphear/Makefile
+++ b/games/cavezofphear/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cavezofphear
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.x86.no/cavezofphear/ \
http://mirror.amdmi3.ru/distfiles/
@@ -22,8 +23,8 @@ ALL_TARGET= phear
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= ChangeLog README README-EDITOR TODO
diff --git a/games/cosmo/Makefile b/games/cosmo/Makefile
index dec2e584bacc..82c5d63315fa 100644
--- a/games/cosmo/Makefile
+++ b/games/cosmo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cosmo
PORTVERSION= 2.0.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games
MASTER_SITES= http://hanzubon.jp/mirrors/Vine/%SUBDIR%/ \
http://ftp.jaist.ac.jp/pub/Linux/Vine/%SUBDIR%/ \
@@ -27,8 +27,8 @@ USE_XORG= x11 xext
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
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/cosmo
diff --git a/games/cre/Makefile b/games/cre/Makefile
index e6cf5c83f41e..726a64b91668 100644
--- a/games/cre/Makefile
+++ b/games/cre/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cre
DISTVERSION= 1.2beta_r2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/1.2%20BETA%2C%20Release%202
DISTNAME= ${PORTNAME}_${DISTVERSION}_src
@@ -22,8 +22,8 @@ BUILD_WRKSRC= ${WRKSRC}/src
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
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= CRE_Manual.txt Exhaust_README.txt
diff --git a/games/drm/Makefile b/games/drm/Makefile
index e4a55b788cfd..4463a0131db6 100644
--- a/games/drm/Makefile
+++ b/games/drm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= drm
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SUNSITE/games/arcade
DISTNAME= dr_mario
@@ -15,8 +16,8 @@ USES= ncurses tar:Z
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
OPTIONS_DEFINE= DOCS
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile
index 92bcd3e57acf..5fd30bf6f073 100644
--- a/games/ezquake/Makefile
+++ b/games/ezquake/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ezquake
PORTVERSION= 1.9
-PORTREVISION= 9
+PORTREVISION= 10
PORTEPOCH= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}:ezquake \
@@ -47,8 +47,8 @@ BROKEN_powerpc= Does not install on powerpc: signal 2
# Fix with clang11
CFLAGS+= -fcommon
-EXPIRATION_DATE= 2020-09-30
-DEPRECATED= Unmaintained and out of date
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
.include "${.CURDIR}/../quake-data/Makefile.include"
diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile
index a9ef5edb7cb3..43c89fba6bf5 100644
--- a/games/vms-empire/Makefile
+++ b/games/vms-empire/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vms-empire
PORTVERSION= 1.14
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.catb.org/~esr/vms-empire/
@@ -18,8 +19,8 @@ OPTIONS_DEFINE= DOCS
CFLAGS+= -fcommon
-EXPIRATION_DATE= 2020-09-30
-DEPRECATED= Unmaintained and outdated
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz \
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile
index 9bbdcb6b02c0..aa696c8f6847 100644
--- a/irc/hybserv/Makefile
+++ b/irc/hybserv/Makefile
@@ -4,6 +4,7 @@
PORTNAME= hybserv
DISTVERSIONPREFIX= REL_
DISTVERSION= 1_9_5
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= ports@FreeBSD.org
@@ -20,8 +21,8 @@ GNU_CONFIGURE= 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
USERS= ${PORTNAME}
GROUPS= ${USERS}
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index 9805ac88aa01..99e3fd99022e 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xaric
PORTVERSION= 0.13.7
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://xaric.org/software/xaric/releases/
@@ -14,8 +15,8 @@ USES= gmake ncurses pathfix ssl
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
post-patch:
@${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile
index d097549cd955..8d985e6c95c2 100644
--- a/mail/crm114/Makefile
+++ b/mail/crm114/Makefile
@@ -3,7 +3,7 @@
PORTNAME= crm114
PORTVERSION= 20100106
-PORTREVISION= 4
+PORTREVISION= 5
# WARNING change versionname in CRM114RELEASENAME too.
# portlint didn't like this variable at this place.
# So I have to put it down in this file.
@@ -40,8 +40,8 @@ CFLAGS+= -DNO_LOGL
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
INSTALL_TARGET= install_binary_only
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile
index 9ebb7ab0cccd..465c428efa7a 100644
--- a/mail/elmo/Makefile
+++ b/mail/elmo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= elmo
PORTVERSION= 1.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -22,8 +22,8 @@ USE_PERL5= run
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
OPTIONS_DEFINE= GPGME NLS
OPTIONS_SUB= yes
diff --git a/misc/cave/Makefile b/misc/cave/Makefile
index 8f2bf7431e77..feaa4e7ca5e9 100644
--- a/misc/cave/Makefile
+++ b/misc/cave/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cave
PORTVERSION= 1.0b
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
@@ -18,8 +19,8 @@ CPPFLAGS+= -I${NCURSESINC} -I${LOCALBASE}/include
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
PLIST_FILES= bin/${PORTNAME} \
man/man1/cave.1.gz
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile
index 4304bd2e0aad..08b5838e6460 100644
--- a/misc/floatator/Makefile
+++ b/misc/floatator/Makefile
@@ -3,7 +3,7 @@
PORTNAME= floatator
PORTVERSION= 0.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://floatator.cichon.com/download/
@@ -21,8 +21,8 @@ MAKE_JOBS_UNSAFE= 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
do-install:
.for f in floatator floatator_X_interface
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index bd59864210d9..884590d4de9e 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= transcode
PORTVERSION= 1.1.7
-PORTREVISION= 43
+PORTREVISION= 44
CATEGORIES= multimedia
MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/
@@ -24,8 +24,8 @@ INSTALL_TARGET= install-strip
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
OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 MPEG2 BKTR POSTPROC FREETYPE LAME \
XVID X264 OGG VORBIS THEORA DVDREAD DV QUICKTIME LZO A52 \
diff --git a/security/bugs/Makefile b/security/bugs/Makefile
index 7a26c1a758fb..9b6e13e94144 100644
--- a/security/bugs/Makefile
+++ b/security/bugs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bugs
PORTVERSION= 4.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SUNSITE/apps/crypto
@@ -20,8 +20,8 @@ TEST_TARGET= test
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
PLIST_SUB= PORTVERSION="${PORTVERSION}"
diff --git a/security/dmitry/Makefile b/security/dmitry/Makefile
index 8e2615d5e46e..b15337113e08 100644
--- a/security/dmitry/Makefile
+++ b/security/dmitry/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dmitry
PORTVERSION= 1.3a
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= PACKETSTORM/UNIX/misc
DISTNAME= DMitry-${PORTVERSION}
@@ -18,8 +19,8 @@ PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
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
OPTIONS_DEFINE= DOCS
diff --git a/security/doorman/Makefile b/security/doorman/Makefile
index f69a2903f633..ecd2c8673fd4 100644
--- a/security/doorman/Makefile
+++ b/security/doorman/Makefile
@@ -3,7 +3,7 @@
PORTNAME= doorman
PORTVERSION= 0.81
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -26,8 +26,8 @@ INSTALL_TARGET= installdirs install-exec install-data
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
SUB_FILES= pkg-message doormand.cf.EXAMPLE
USE_RC_SUBR= doorman
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 8884cae728ab..e27f525caf57 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -3,7 +3,7 @@
PORTNAME= esh
PORTVERSION= 0.8.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= shells
MASTER_SITES= GENTOO
@@ -22,8 +22,8 @@ INFO= esh
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
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/sysutils/cpu/Makefile b/sysutils/cpu/Makefile
index fea21e1712b7..d21f426f005f 100644
--- a/sysutils/cpu/Makefile
+++ b/sysutils/cpu/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cpu
PORTVERSION= 1.4.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -20,7 +20,7 @@ CPPFLAGS+= -DLDAP_DEPRECATED
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
.include <bsd.port.mk>
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile
index e22bcf33bf86..1a4953c94741 100644
--- a/x11/bricons/Makefile
+++ b/x11/bricons/Makefile
@@ -4,7 +4,7 @@
PORTNAME= bricons
PORTVERSION= 3.0
DISTVERSIONPREFIX= athena-
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= XCONTRIB/../R5contrib
@@ -19,8 +19,8 @@ USE_XORG= xaw
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
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile
index b79624dfcdcc..ae33708f4bcf 100644
--- a/x11/tycoon/Makefile
+++ b/x11/tycoon/Makefile
@@ -3,18 +3,18 @@
PORTNAME= tycoon
PORTVERSION= 1.07o
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= x11
MASTER_SITES= SUNSITE/X11/desktop
MAINTAINER= ports@FreeBSD.org
COMMENT= Nifty set of desktop apps, including floating buttons
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile
index b815001b21c6..5043d6c72796 100644
--- a/x11/wmmatrix/Makefile
+++ b/x11/wmmatrix/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmmatrix
PORTVERSION= 0.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/
@@ -12,11 +12,11 @@ DISTNAME= wmMatrix-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= DockApp that runs a version of the xmatrix screenhack
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
MAKE_JOBS_UNSAFE= yes
diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile
index b46a4938bcf8..7fb229b54270 100644
--- a/x11/wmxss/Makefile
+++ b/x11/wmxss/Makefile
@@ -3,18 +3,18 @@
PORTNAME= wmxss
PORTVERSION= 0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Run xscreensaver modules inside a WindowMaker dock
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
USES= uidfix xorg
USE_XORG= x11 xpm
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile
index 857f72df37d1..9f18d1703dda 100644
--- a/x11/xbanner/Makefile
+++ b/x11/xbanner/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xbanner
PORTVERSION= 1.31
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= SUNSITE/X11/xutils
DISTNAME= XBanner${PORTVERSION}
@@ -11,11 +11,11 @@ DISTNAME= XBanner${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Make your XDM login screen look beautiful
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
USES= xorg
USE_XORG= x11 xpm
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
index e8e5fa231bf0..9ac586aface0 100644
--- a/x11/xgrab/Makefile
+++ b/x11/xgrab/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xgrab
PORTVERSION= 2.41
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= XCONTRIB/applications
DISTNAME= ${PORTNAME}sc.2_41
@@ -16,11 +16,11 @@ BUILD_DEPENDS= xrdb:x11/xrdb
BROKEN_armv6= fails to install: xrdb: Socket is not connected: Can't open display ':0'
BROKEN_armv7= fails to install: xrdb: Socket is not connected: Can't open display ':0'
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
USES= display:build imake:notall tar:Z xorg
USE_XORG= x11 xaw
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile
index 25b53eb82226..22645555cab5 100644
--- a/x11/xmascot/Makefile
+++ b/x11/xmascot/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmascot
PORTVERSION= 2.6a
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://cclub-flying.dsl.gr.jp/products/xmascot/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -11,11 +11,11 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Moving mascot on your X11 screen
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11).
+EXPIRATION_DATE=2021-04-01
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile
index a28cd03cbaee..1cd825937d43 100644
--- a/x11/xmon/Makefile
+++ b/x11/xmon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmon
PORTVERSION= 1.5.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= XCONTRIB/devel_tools
DISTNAME= xmon.${PORTVERSION}
@@ -11,11 +11,11 @@ DISTNAME= xmon.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Raw X11 protocol analyser
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
WRKSRC= ${WRKDIR}/xmon.${PORTVERSION}
USES= imake xorg
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile
index 33510e729abc..697e2185bce1 100644
--- a/x11/xnee/Makefile
+++ b/x11/xnee/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xnee
PORTVERSION= 3.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= GNU
@@ -12,11 +12,11 @@ COMMENT= X11 events recorder and player
LICENSE= GPLv3
-# Fix build with llvm 11
+# Fix build with -fno-common (llvm 11)
CFLAGS+= -fcommon
-DEPRECATED= Unmaintained and dead upstream
-EXPIRATION_DATE=2020-09-30
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
GNU_CONFIGURE= yes
USES= gmake pathfix xorg