diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax/Makefile | 6 | ||||
-rw-r--r-- | comms/seyon/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
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 \ |