diff options
author | markd <markd@pkgsrc.org> | 2007-03-24 13:45:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-03-24 13:45:05 +0000 |
commit | 6744c06d7b66b877731cd10ec7af4f4bb857076f (patch) | |
tree | 55c0df54eb436ac72c98af6d1c8428dbd49ba5cf /audio/nas/patches | |
parent | a363e3602f00155e4a1dd47ae00f24d1ccbfb3c4 (diff) | |
download | pkgsrc-6744c06d7b66b877731cd10ec7af4f4bb857076f.tar.gz |
Don't build/install auscope. Removes dependency on perl if all you
are interested in is the nas library. Bump PKGREVISION.
Diffstat (limited to 'audio/nas/patches')
-rw-r--r-- | audio/nas/patches/patch-af | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/audio/nas/patches/patch-af b/audio/nas/patches/patch-af index ffb85003fdd..74e3c3c56cf 100644 --- a/audio/nas/patches/patch-af +++ b/audio/nas/patches/patch-af @@ -1,13 +1,13 @@ -$NetBSD: patch-af,v 1.1 2003/07/13 10:42:31 wulf Exp $ +$NetBSD: patch-af,v 1.2 2007/03/24 13:45:05 markd Exp $ ---- clients/audio/auscope/auscope.orig 2003-07-13 20:03:00.000000000 +0930 -+++ clients/audio/auscope/auscope 2003-07-13 20:03:10.000000000 +0930 -@@ -31,7 +31,7 @@ - require "getopts.pl"; - require "sys/socket.ph"; +--- clients/audio/Imakefile.orig 2007-03-25 00:47:25.000000000 +1200 ++++ clients/audio/Imakefile +@@ -29,7 +29,7 @@ --$disableTimestamp = !defined($t = eval 'require "syscall.ph"'); -+$disableTimestamp = !defined($t = eval 'require "sys/syscall.ph"'); - print "Warning: time stamping disabled due to $@" if $disableTimestamp; + SUBDIRS = widgets \ + auconvert auctl audemo audial auedit auinfo aupanel auplay \ +- aurecord autool auwave auphone auscope \ ++ aurecord autool auwave auphone \ + util examples - @errorStrings = ('Success', 'BadRequest', 'BadValue', 'BadDevice', 'BadBucket', + MakeSubdirs($(SUBDIRS)) |