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 /misc | |
parent | 97b4607c4daec448c170906844c457e4268100b2 (diff) | |
download | ports-a1b290c54de889d9db069a15f2560230fd19d999.tar.gz ports-a1b290c54de889d9db069a15f2560230fd19d999.zip |
Notes
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 |