diff options
author | adam <adam@pkgsrc.org> | 2008-12-19 10:19:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-12-19 10:19:12 +0000 |
commit | 915b1e09f5f6af026164cd5c2b66abd31382b5fb (patch) | |
tree | eedf729af8ac0673134c330c4276460bd60e1a71 /misc | |
parent | 9dda6170da08b79f9d137c48cc60a6d913456e2f (diff) | |
download | pkgsrc-915b1e09f5f6af026164cd5c2b66abd31382b5fb.tar.gz |
Changes 2.7.5:
* NetBSD and general pkgsrc compatibility. Should get rid of the only
patch used in pkgsrc.
Changes 2.7.4:
* Print the message that we switch to normal from O_DIRECT only when
verbose > 0.
Changes 2.7.3:
* More c flags changes for more portability.
Changes 2.7.2:
* Fix compilation under Redhat-7.3.
Changes 2.7.1:
* Support for $CSTREAM_AUDIO_BITRATE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cstream/Makefile | 4 | ||||
-rw-r--r-- | misc/cstream/distinfo | 9 | ||||
-rw-r--r-- | misc/cstream/patches/patch-aa | 16 |
3 files changed, 6 insertions, 23 deletions
diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 0c92b6be9a6..7b88eed5139 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:37 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/12/19 10:19:12 adam Exp $ -DISTNAME= cstream-2.2 +DISTNAME= cstream-2.7.5 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ diff --git a/misc/cstream/distinfo b/misc/cstream/distinfo index f9d31b29657..5de77620dad 100644 --- a/misc/cstream/distinfo +++ b/misc/cstream/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 11:02:51 agc Exp $ +$NetBSD: distinfo,v 1.4 2008/12/19 10:19:12 adam Exp $ -SHA1 (cstream-2.2.tar.gz) = aef89176123f1ae6cb824e66b2e9b3aa3be7644e -RMD160 (cstream-2.2.tar.gz) = 911c9deb0023a65cf8288a7af98bbdba50cece81 -Size (cstream-2.2.tar.gz) = 43124 bytes -SHA1 (patch-aa) = 68f73e1052731342f59cbd3baaf772d45e62cacd +SHA1 (cstream-2.7.5.tar.gz) = 8071730c1ae322cffb844945a268b95b7e57c3ca +RMD160 (cstream-2.7.5.tar.gz) = 10275b5a6e93f93b27f8822c6427c5382b493d3a +Size (cstream-2.7.5.tar.gz) = 102269 bytes diff --git a/misc/cstream/patches/patch-aa b/misc/cstream/patches/patch-aa deleted file mode 100644 index 5a6ddcc73c7..00000000000 --- a/misc/cstream/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/09/22 12:30:24 wiz Exp $ - ---- cstream.c.orig Wed Jul 11 17:13:05 2001 -+++ cstream.c -@@ -93,6 +93,11 @@ - #include <netinet/in.h> - #include <arpa/inet.h> - -+/* Solaris needs this */ -+#ifndef INADDR_NONE -+#define INADDR_NONE 0xffffffff -+#endif -+ - #ifndef NORESOLV - #include <netdb.h> - #endif |