aboutsummaryrefslogtreecommitdiffstats
path: root/audio/shout/files
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-15 12:04:29 +0800
committerwill <will@FreeBSD.org>2000-06-15 12:04:29 +0800
commit4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b (patch)
treeecffbc56770359e08a3f10238fdbb9d4f3ebca49 /audio/shout/files
parenta709ba343c5c1aa4e6fc945421066e45e0a63112 (diff)
downloadfreebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.tar.gz
freebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.tar.zst
freebsd-ports-gnome-4e8b4a8a9238ecd35c8f48a1b49c830c8d71e57b.zip
Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
Diffstat (limited to 'audio/shout/files')
-rw-r--r--audio/shout/files/patch-aa21
-rw-r--r--audio/shout/files/patch-ab19
-rw-r--r--audio/shout/files/patch-ac15
3 files changed, 55 insertions, 0 deletions
diff --git a/audio/shout/files/patch-aa b/audio/shout/files/patch-aa
new file mode 100644
index 000000000000..8763c427e5de
--- /dev/null
+++ b/audio/shout/files/patch-aa
@@ -0,0 +1,21 @@
+--- sock.c Thu Apr 20 03:31:50 2000
++++ sock.c.new Wed Jun 14 15:43:59 2000
+@@ -12,8 +12,10 @@
+ #include <process.h>
+ #include <winbase.h>
+ #else /* *NIX */
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <sys/wait.h>
+@@ -22,7 +24,6 @@
+ #include <ctype.h>
+ #include <stdarg.h>
+ #include <errno.h>
+-#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #endif /* !win32 */
diff --git a/audio/shout/files/patch-ab b/audio/shout/files/patch-ab
new file mode 100644
index 000000000000..b9e2676d43db
--- /dev/null
+++ b/audio/shout/files/patch-ab
@@ -0,0 +1,19 @@
+--- util.c Thu Apr 20 03:31:50 2000
++++ util.c.new Wed Jun 14 15:42:24 2000
+@@ -18,8 +18,6 @@
+ #include <process.h>
+ #include <winbase.h>
+ #else /* *NIX */
+-#include <sys/socket.h>
+-#include <netinet/in.h>
+ #include <netdb.h>
+ #include <fcntl.h>
+ #include <sys/wait.h>
+@@ -29,7 +27,6 @@
+ #include <stdarg.h>
+ #include <time.h>
+ #include <errno.h>
+-#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <unistd.h>
+ #endif /* !win32 */
diff --git a/audio/shout/files/patch-ac b/audio/shout/files/patch-ac
new file mode 100644
index 000000000000..d4d24c0b9bee
--- /dev/null
+++ b/audio/shout/files/patch-ac
@@ -0,0 +1,15 @@
+--- configure Thu Apr 20 03:41:45 2000
++++ configure.new Wed Jun 14 19:34:23 2000
+@@ -539,9 +539,9 @@
+ LOGDIR="/var/log/icecast"
+ else
+ echo "FSSTD DISABLED"
+- BINDIR="${prefix}/icecast/bin"
+- ETCDIR="${prefix}/icecast/etc"
+- LOGDIR="${prefix}/icecast/log"
++ BINDIR="${prefix}/bin"
++ ETCDIR="${prefix}/etc/icecast"
++ LOGDIR="${prefix}/share/icecast/log"
+ fi
+
+
td>2-0/+2 * Update to version 0.40.1krion2004-12-313-9/+10 * Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-211-20/+0 * BROKEN: Does not compile on 4.xkrion2004-12-091-1/+7 * Add missing dependency.krion2004-12-011-1/+1 * Update to version 0.40.0krion2004-11-278-22/+122 * Style:pav2004-03-294-66/+32 * - Reset maintainer to ports@FreeBSD.org, thank you Anders forkrion2004-03-251-1/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * replace PERL -pi by REINPLACE_CMDoliver2003-08-041-4/+5 * - use COMMENTleeym2003-02-202-2/+2 * update to 0.23.sf2002-01-234-13/+47 * Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.orgpetef2001-11-30