diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-01-06 19:33:30 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-01-06 19:33:30 +0000 |
commit | 5625ff49e494e56f9da32a7e74b3cc3187226074 (patch) | |
tree | ec95370235d34fa859c348363b457c61f5aafd6d /audio/oss | |
parent | 747987c59bee3594b3034688217636db33c1206e (diff) | |
download | ports-5625ff49e494e56f9da32a7e74b3cc3187226074.tar.gz ports-5625ff49e494e56f9da32a7e74b3cc3187226074.zip |
Notes
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 4 | ||||
-rw-r--r-- | audio/oss/distinfo | 5 | ||||
-rw-r--r-- | audio/oss/files/patch-setup-FreeBSD-sbin-soundoff | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 182556398a7b..7ed07f756e22 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oss -DISTVERSION= 4.2-build2003 +DISTVERSION= 4.2-build2004 CATEGORIES= audio kld MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/ DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd @@ -16,6 +16,8 @@ COMMENT= Open Sound System BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +LICENSE= BSD + USE_BZIP2= yes ALL_TARGET= all install USE_GNOME= gtk20 diff --git a/audio/oss/distinfo b/audio/oss/distinfo index 7de8b90a7576..f8d9ad88f8f2 100644 --- a/audio/oss/distinfo +++ b/audio/oss/distinfo @@ -1,3 +1,2 @@ -MD5 (oss-v4.2-build2003-src-bsd.tar.bz2) = 5038825c8acb0ce314753fb2c3495852 -SHA256 (oss-v4.2-build2003-src-bsd.tar.bz2) = 42219b66dc58bce76ce7de5209d22e88064f25ac5bc2123a0470a2e4ba595db5 -SIZE (oss-v4.2-build2003-src-bsd.tar.bz2) = 1633543 +SHA256 (oss-v4.2-build2004-src-bsd.tar.bz2) = 77e7660af2745140712f6aaf90cc9ebab72e8ec1660a32f6b04fa4a57500c132 +SIZE (oss-v4.2-build2004-src-bsd.tar.bz2) = 1669242 diff --git a/audio/oss/files/patch-setup-FreeBSD-sbin-soundoff b/audio/oss/files/patch-setup-FreeBSD-sbin-soundoff index deb1f42e9a9f..d4a0fef76c2f 100644 --- a/audio/oss/files/patch-setup-FreeBSD-sbin-soundoff +++ b/audio/oss/files/patch-setup-FreeBSD-sbin-soundoff @@ -1,5 +1,5 @@ ---- setup/FreeBSD/sbin/soundoff.orig 2009-11-16 12:44:58.000000000 -0500 -+++ setup/FreeBSD/sbin/soundoff 2009-11-16 12:48:25.000000000 -0500 +--- setup/FreeBSD/sbin/soundoff.orig 2011-01-04 20:33:08.000000000 -0500 ++++ setup/FreeBSD/sbin/soundoff 2011-01-06 13:59:37.000000000 -0500 @@ -1,10 +1,10 @@ #!/bin/sh @@ -23,8 +23,8 @@ fi # Save legacy devices --/usr/sbin/ossdevlinks -+%%PREFIX%%/sbin/ossdevlinks +-/usr/sbin/ossdevlinks -N ++%%PREFIX%%/sbin/ossdevlinks -N PROGRAMS="`fstat /dev/mixer* /dev/dsp* /dev/midi* /dev/oss/*/* 2>/dev/null | sed '1 D'`" |