diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-09 15:20:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-09 15:20:59 +0000 |
commit | 027809dc74e99231153d12b03249364cbb3de9a4 (patch) | |
tree | 13b198cec3ab5e0e8f04742ebdc2c9561ca49a27 /audio | |
parent | 96e8fb01777cdd9eaa5cc878b60370536787e528 (diff) | |
download | pkgsrc-027809dc74e99231153d12b03249364cbb3de9a4.tar.gz |
Add comments to patches.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/esound/distinfo | 6 | ||||
-rw-r--r-- | audio/esound/patches/patch-aa | 5 | ||||
-rw-r--r-- | audio/esound/patches/patch-ab | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/audio/esound/distinfo b/audio/esound/distinfo index 2753e0d31db..5daf6e694de 100644 --- a/audio/esound/distinfo +++ b/audio/esound/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2009/09/21 17:27:40 sno Exp $ +$NetBSD: distinfo,v 1.31 2011/09/09 15:20:59 wiz Exp $ SHA1 (esound-0.2.41.tar.bz2) = 6c343483b3789f439277935eaad7e478bee685ea RMD160 (esound-0.2.41.tar.bz2) = 72597ea46e507008e3a43efaaf5b4b9ef62b896f Size (esound-0.2.41.tar.bz2) = 396474 bytes -SHA1 (patch-aa) = d734a1004026287071e571ceb3fd346b809a6a30 -SHA1 (patch-ab) = e01a89213d203861067e45f8f58d87ae6d19e01f +SHA1 (patch-aa) = fa6d1bf07ceec181c01d57afe69a978d0a8ec401 +SHA1 (patch-ab) = 907078a1b00e26f131aa149bd89490fddfd405c6 SHA1 (patch-ac) = e1e75d036c66221307ab1e9100a5c10a56f4145f diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa index bcdbb1bea38..e38d0373e18 100644 --- a/audio/esound/patches/patch-aa +++ b/audio/esound/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.8 2005/07/27 17:16:33 drochner Exp $ +$NetBSD: patch-aa,v 1.9 2011/09/09 15:20:59 wiz Exp $ + +Install configuration into examples directory, and use +CONF_FILES for installation. --- Makefile.in.orig 2005-06-07 03:04:14.000000000 +0200 +++ Makefile.in diff --git a/audio/esound/patches/patch-ab b/audio/esound/patches/patch-ab index 0e7eeb0578c..8c43a2d06e4 100644 --- a/audio/esound/patches/patch-ab +++ b/audio/esound/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.8 2008/11/20 17:42:27 wiz Exp $ +$NetBSD: patch-ab,v 1.9 2011/09/09 15:20:59 wiz Exp $ + +Adapt path to audio device. --- audio_oss.c.orig 2008-11-18 20:35:19.000000000 +0000 +++ audio_oss.c |