aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-06-10 09:17:40 +0800
committersahil <sahil@FreeBSD.org>2010-06-10 09:17:40 +0800
commit546b05f9bd00782fa613627c342275cb5f3d17ab (patch)
tree4adf52aa5235d896e2420fcf7ca0edc4c6091ef7 /audio
parent06ce2bd3deb3f2039e47aff1007174d86c668c1a (diff)
downloadfreebsd-ports-graphics-546b05f9bd00782fa613627c342275cb5f3d17ab.tar.gz
freebsd-ports-graphics-546b05f9bd00782fa613627c342275cb5f3d17ab.tar.zst
freebsd-ports-graphics-546b05f9bd00782fa613627c342275cb5f3d17ab.zip
- Fix package build when icecast.xml is absent
- Bump PORTREVISION PR: ports/146573 Submitted by: Takefu <takefu@airport.fm> Approved by: Sunpoet Hsieh <sunpoet@sunpoet.net> (maintainer) wxs@ (mentor)
Diffstat (limited to 'audio')
-rw-r--r--audio/icecast2/Makefile2
-rw-r--r--audio/icecast2/files/patch-conf::Makefile.in9
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 324581012cd..df4fd8172b9 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.2
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
diff --git a/audio/icecast2/files/patch-conf::Makefile.in b/audio/icecast2/files/patch-conf::Makefile.in
index 30a227006ab..76331047058 100644
--- a/audio/icecast2/files/patch-conf::Makefile.in
+++ b/audio/icecast2/files/patch-conf::Makefile.in
@@ -1,9 +1,10 @@
---- conf/Makefile.in.orig Mon Aug 11 16:35:19 2003
-+++ conf/Makefile.in Mon Aug 11 16:35:31 2003
-@@ -278,7 +278,7 @@
+--- conf/Makefile.in.orig 2008-05-30 08:58:57.000000000 +0900
++++ conf/Makefile.in 2010-05-14 17:36:16.000000000 +0900
+@@ -407,8 +407,7 @@
+
install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)
- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \
+- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \
- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml
+ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample