pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libcdio Convert to buildlink3 and s/CD's/CDs/ in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92d00b5f7563
branches:  trunk
changeset: 473303:92d00b5f7563
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 19:19:44 2004 +0000

description:
Convert to buildlink3 and s/CD's/CDs/ in DESCR.

diffstat:

 misc/libcdio/DESCR    |  2 +-
 misc/libcdio/Makefile |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r df98acabadd8 -r 92d00b5f7563 misc/libcdio/DESCR
--- a/misc/libcdio/DESCR        Sun Apr 18 19:18:05 2004 +0000
+++ b/misc/libcdio/DESCR        Sun Apr 18 19:19:44 2004 +0000
@@ -4,4 +4,4 @@
 
 Some support for disk image types like BIN/CUE and NRG is available,
 so applications that use this library also have the ability to read
-disc images as though they were CD's.
+disc images as though they were CDs.
diff -r df98acabadd8 -r 92d00b5f7563 misc/libcdio/Makefile
--- a/misc/libcdio/Makefile     Sun Apr 18 19:18:05 2004 +0000
+++ b/misc/libcdio/Makefile     Sun Apr 18 19:19:44 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/08 18:52:33 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/18 19:19:44 snj Exp $
 #
 
 DISTNAME=      libcdio-0.68
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.gnu.org/software/libcdio/
 COMMENT=       CD-ROM access library
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   libcdio.pc.in
@@ -21,6 +21,6 @@
 pre-patch:
        ${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/_cdio_freebsd.c
 
-.include "../../devel/popt/buildlink2.mk"
-.include "../../audio/libcddb/buildlink2.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../audio/libcddb/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index