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