diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-05 22:35:01 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-05 22:35:01 +0000 |
commit | 202080ed60316cf0869cd5bb826f0a74688879da (patch) | |
tree | 6c81da423ff09d6a39e6ef0a0e49e7105263f3c4 /net-misc/shout/files | |
parent | Stable on alpha. (diff) | |
download | historical-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-r1 | 1 | ||||
-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.diff | 25 |
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 |