pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc The package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1200e24885a4
branches:  trunk
changeset: 530560:1200e24885a4
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Jul 01 15:47:54 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 audio/faad2/Makefile         |  4 +++-
 audio/lame/Makefile          |  3 ++-
 audio/liba52/Makefile        |  6 ++++--
 audio/libcddb/Makefile       |  3 ++-
 multimedia/libmp4v2/Makefile |  4 +++-
 5 files changed, 14 insertions(+), 6 deletions(-)

diffs (90 lines):

diff -r e4a88517be2c -r 1200e24885a4 audio/faad2/Makefile
--- a/audio/faad2/Makefile      Sun Jul 01 15:40:05 2007 +0000
+++ b/audio/faad2/Makefile      Sun Jul 01 15:47:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/02/09 20:10:50 drochner Exp $
+# $NetBSD: Makefile,v 1.39 2007/07/01 15:50:01 heinz Exp $
 
 DISTNAME=      faad2-2.0
 PKGREVISION=   9
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.audiocoding.com/
 COMMENT=       AAC decoding library
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 RESTRICTED=    Dolby doesn't allow binary distributions
 NO_BIN_ON_FTP= ${RESTRICTED}
 NO_BIN_ON_CDROM=${RESTRICTED}
diff -r e4a88517be2c -r 1200e24885a4 audio/lame/Makefile
--- a/audio/lame/Makefile       Sun Jul 01 15:40:05 2007 +0000
+++ b/audio/lame/Makefile       Sun Jul 01 15:47:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2006/12/15 14:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2007/07/01 15:51:33 heinz Exp $
 #
 
 DISTNAME=      lame-${VERS}
@@ -14,6 +14,7 @@
 
 LICENSE=       lame-license
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_TOOLS+=            gmake
diff -r e4a88517be2c -r 1200e24885a4 audio/liba52/Makefile
--- a/audio/liba52/Makefile     Sun Jul 01 15:40:05 2007 +0000
+++ b/audio/liba52/Makefile     Sun Jul 01 15:47:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:26:06 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/07/01 15:52:58 heinz Exp $
 #
 
 DISTNAME=      a52dec-0.7.4
@@ -11,7 +11,9 @@
 HOMEPAGE=      http://liba52.sourceforge.net/
 COMMENT=       Free ATSC A/52 stream decoder library
 
-GNU_CONFIGURE= yes
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
 CONFIGURE_ARGS+=       --disable-oss
diff -r e4a88517be2c -r 1200e24885a4 audio/libcddb/Makefile
--- a/audio/libcddb/Makefile    Sun Jul 01 15:40:05 2007 +0000
+++ b/audio/libcddb/Makefile    Sun Jul 01 15:47:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2007/01/20 17:43:36 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/07/01 15:54:36 heinz Exp $
 
 DISTNAME=      libcddb-1.3.0
 CATEGORIES=    audio
@@ -9,6 +9,7 @@
 HOMEPAGE=      http://libcddb.sourceforge.net/
 COMMENT=       Library to access data on a CDDB server
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_PKGLOCALEDIR=      yes
diff -r e4a88517be2c -r 1200e24885a4 multimedia/libmp4v2/Makefile
--- a/multimedia/libmp4v2/Makefile      Sun Jul 01 15:40:05 2007 +0000
+++ b/multimedia/libmp4v2/Makefile      Sun Jul 01 15:47:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/02/16 00:56:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/07/01 15:47:54 heinz Exp $
 
 DISTNAME=              mpeg4ip-1.5.0.1
 PKGNAME=               libmp4v2-1.5.0.1
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://mpeg4ip.sourceforge.net/
 COMMENT=               libmp4v2 from mpeg4ip
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 CONFLICTS+=            mpeg4ip<1.5.0.1
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index