diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:02:28 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-21 06:02:28 +0000 |
commit | bca0ddd7c724af60e05a4968cef223467db0b19a (patch) | |
tree | 072288316d0766b904a4af7cc15afae63694f005 /audio/icecast/patches | |
parent | 39db9bb39e5302c1a6773df8d129990304a45b2d (diff) | |
download | pkgsrc-bca0ddd7c724af60e05a4968cef223467db0b19a.tar.gz |
Add icecast-1.3.7:
Icecast is an Internet based broadcasting system based on the Mpeg
Layer III streaming technology. It is, however, not limited to
streaming mp3 files. It was originally inspired by Nullsoft's
Shoutcast and also mp3serv by Scott Man ley.
Diffstat (limited to 'audio/icecast/patches')
-rw-r--r-- | audio/icecast/patches/patch-aa | 20 | ||||
-rw-r--r-- | audio/icecast/patches/patch-ab | 25 |
2 files changed, 45 insertions, 0 deletions
diff --git a/audio/icecast/patches/patch-aa b/audio/icecast/patches/patch-aa new file mode 100644 index 00000000000..45553d348f0 --- /dev/null +++ b/audio/icecast/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $ + +--- src/definitions.h.orig Tue Nov 21 02:26:07 2000 ++++ src/definitions.h +@@ -31,6 +31,7 @@ + # define __USE_BSD + #endif + ++#ifndef __NetBSD__ + #ifndef __EXTENSIONS__ + # define __EXTENSIONS__ + #endif +@@ -62,6 +63,7 @@ + # endif + #endif + ++#endif /* __NetBSD__ */ + + + diff --git a/audio/icecast/patches/patch-ab b/audio/icecast/patches/patch-ab new file mode 100644 index 00000000000..e550dbf19b0 --- /dev/null +++ b/audio/icecast/patches/patch-ab @@ -0,0 +1,25 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $ + +--- configure.orig Tue Nov 21 06:35:44 2000 ++++ configure +@@ -880,15 +880,15 @@ + ICECAST_BINDIR=${prefix}/bin + ICECAST_SBINDIR=${prefix}/bin + ICECAST_ETCDIR=conf +- ICECAST_ETCDIR_INST=${prefix}/conf ++ ICECAST_ETCDIR_INST=${prefix}/etc/icecast + ICECAST_SHAREDIR=${prefix} + ICECAST_LOGDIR=logs +- ICECAST_LOGDIR_INST=${prefix}/logs ++ ICECAST_LOGDIR_INST=/var/log/icecast + ICECAST_TEMPLATEDIR=templates +- ICECAST_TEMPLATEDIR_INST=${prefix}/templates ++ ICECAST_TEMPLATEDIR_INST=${prefix}/share/icecast/templates + ICECAST_STATICDIR=static +- ICECAST_STATICDIR_INST=${prefix}/static +- ICECAST_DOCDIR=${prefix}/doc ++ ICECAST_STATICDIR_INST=${prefix}/share/icecast/static ++ ICECAST_DOCDIR=${prefix}/share/doc/icecast + USE_FSSTD=no + fi + |