aboutsummaryrefslogtreecommitdiff
path: root/audio/shout
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 /audio/shout
parent97b4607c4daec448c170906844c457e4268100b2 (diff)
downloadports-a1b290c54de889d9db069a15f2560230fd19d999.tar.gz
ports-a1b290c54de889d9db069a15f2560230fd19d999.zip
Notes
Diffstat (limited to 'audio/shout')
-rw-r--r--audio/shout/Makefile6
1 files changed, 3 insertions, 3 deletions
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>