summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-09-05 22:35:01 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-09-05 22:35:01 +0000
commit202080ed60316cf0869cd5bb826f0a74688879da (patch)
tree6c81da423ff09d6a39e6ef0a0e49e7105263f3c4 /net-misc/shout/files
parentStable on alpha. (diff)
downloadhistorical-202080ed60316cf0869cd5bb826f0a74688879da.tar.gz
historical-202080ed60316cf0869cd5bb826f0a74688879da.tar.bz2
historical-202080ed60316cf0869cd5bb826f0a74688879da.zip
Added metadata.xml. Fixed some install problems thanks to Alexander Gretencord <arutha@gmx.de> in bug #57389.
Diffstat (limited to 'net-misc/shout/files')
-rw-r--r--net-misc/shout/files/digest-shout-0.8.0-r11
-rw-r--r--net-misc/shout/files/digest-shout-0.8.0-r2 (renamed from net-misc/shout/files/digest-shout-0.8.0)0
-rw-r--r--net-misc/shout/files/variables.diff25
3 files changed, 25 insertions, 1 deletions
diff --git a/net-misc/shout/files/digest-shout-0.8.0-r1 b/net-misc/shout/files/digest-shout-0.8.0-r1
deleted file mode 100644
index 96ea0563730a..000000000000
--- a/net-misc/shout/files/digest-shout-0.8.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d44604a2235532e31e10d2d0e4740f20 shout-0.8.0.tar.gz 66394
diff --git a/net-misc/shout/files/digest-shout-0.8.0 b/net-misc/shout/files/digest-shout-0.8.0-r2
index 96ea0563730a..96ea0563730a 100644
--- a/net-misc/shout/files/digest-shout-0.8.0
+++ b/net-misc/shout/files/digest-shout-0.8.0-r2
diff --git a/net-misc/shout/files/variables.diff b/net-misc/shout/files/variables.diff
index f0c71c4c661b..afaefbcb2cad 100644
--- a/net-misc/shout/files/variables.diff
+++ b/net-misc/shout/files/variables.diff
@@ -17,4 +17,29 @@ diff -urN shout-0.8.0/Makefile.in shout-0.8.0-modified/Makefile.in
+logdir = /var/log/shout
DEFS = -I. @DEFS@
+
+--- shout-0.8.0/configure 2000-04-20 09:41:45.000000000 +0200
++++ shout-0.8.0/configure 2004-07-17 17:17:40.000000000 +0200
+@@ -532,20 +532,10 @@
+ prefix=$prefix
+ fi
+-if test "x$enable_fsstd" = "xyes"; then
+ echo "FSSTD ENABLED"
+ BINDIR="/usr/bin"
+- ETCDIR="/etc/icecast"
+- LOGDIR="/var/log/icecast"
+-else
+- echo "FSSTD DISABLED"
+- BINDIR="${prefix}/icecast/bin"
+- ETCDIR="${prefix}/icecast/etc"
+- LOGDIR="${prefix}/icecast/log"
+-fi
+-
+-
+-
++ ETCDIR="/etc/shout"
++ LOGDIR="/var/log/shout"
+
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2