pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cstream Changes 2.7.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ea108b85572
branches: trunk
changeset: 551719:9ea108b85572
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 19 10:19:12 2008 +0000
description:
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:
misc/cstream/Makefile | 4 ++--
misc/cstream/distinfo | 9 ++++-----
misc/cstream/patches/patch-aa | 16 ----------------
3 files changed, 6 insertions(+), 23 deletions(-)
diffs (46 lines):
diff -r 1e9561001977 -r 9ea108b85572 misc/cstream/Makefile
--- a/misc/cstream/Makefile Fri Dec 19 09:35:14 2008 +0000
+++ b/misc/cstream/Makefile Fri Dec 19 10:19:12 2008 +0000
@@ -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 -r 1e9561001977 -r 9ea108b85572 misc/cstream/distinfo
--- a/misc/cstream/distinfo Fri Dec 19 09:35:14 2008 +0000
+++ b/misc/cstream/distinfo Fri Dec 19 10:19:12 2008 +0000
@@ -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 -r 1e9561001977 -r 9ea108b85572 misc/cstream/patches/patch-aa
--- a/misc/cstream/patches/patch-aa Fri Dec 19 09:35:14 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index