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.
This commit is contained in:
adam 2008-12-19 10:19:12 +00:00
parent 9dda6170da
commit 915b1e09f5
3 changed files with 6 additions and 23 deletions

View file

@ -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/

View file

@ -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

View file

@ -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