pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/openal kill an obsolete line in the installed .p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c784e85de33a
branches:  trunk
changeset: 554570:c784e85de33a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Feb 16 12:46:00 2009 +0000

description:
kill an obsolete line in the installed .pc file, reported by
Jared D. McNeill per PR pkg/40648, bump PKGREVISION

diffstat:

 audio/openal/Makefile         |   4 ++--
 audio/openal/distinfo         |   3 ++-
 audio/openal/patches/patch-ae |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 868ca3413371 -r c784e85de33a audio/openal/Makefile
--- a/audio/openal/Makefile     Mon Feb 16 12:32:53 2009 +0000
+++ b/audio/openal/Makefile     Mon Feb 16 12:46:00 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2008/07/18 13:43:26 obache Exp $
+# $NetBSD: Makefile,v 1.24 2009/02/16 12:46:00 drochner Exp $
 
 DISTNAME=      openal-0.0.8
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    audio
 MASTER_SITES=  http://www.openal.org/openal_webstf/downloads/
 
diff -r 868ca3413371 -r c784e85de33a audio/openal/distinfo
--- a/audio/openal/distinfo     Mon Feb 16 12:32:53 2009 +0000
+++ b/audio/openal/distinfo     Mon Feb 16 12:46:00 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2007/09/15 11:45:57 joerg Exp $
+$NetBSD: distinfo,v 1.11 2009/02/16 12:46:00 drochner Exp $
 
 SHA1 (openal-0.0.8.tar.gz) = 31aaedc18bd26759bd51f4fa495bc4ccb08acb3e
 RMD160 (openal-0.0.8.tar.gz) = 29368dbceea7cfd8b5c520b9e0f0cfdc7324e265
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = df734f669866c728ede17d1bfc809ec6a31c43d2
 SHA1 (patch-ac) = a8911a1c8f421c9043df3ed5d7054a30f92eb635
 SHA1 (patch-ad) = c740552ebcb4f846faa7ac17140753a6aac4393c
+SHA1 (patch-ae) = 590a40890ccfe488248ef9d58c8991c07f0422d7
diff -r 868ca3413371 -r c784e85de33a audio/openal/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/openal/patches/patch-ae     Mon Feb 16 12:46:00 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2009/02/16 12:46:00 drochner Exp $
+
+--- admin/pkgconfig/openal.pc.in.orig  2006-02-11 10:36:55.000000000 +0100
++++ admin/pkgconfig/openal.pc.in
+@@ -5,7 +5,6 @@ includedir=@includedir@
+ 
+ Name: OpenAL
+ Description:  OpenAL is a cross-platform 3D audio API.
+-Requires: @requirements@
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -lopenal
+ Cflags: -I${includedir}



Home | Main Index | Thread Index | Old Index