pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae61407fe7a7
branches:  trunk
changeset: 610409:ae61407fe7a7
user:      asau <asau%pkgsrc.org@localhost>
date:      Tue Oct 23 16:07:12 2012 +0000

description:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.

diffstat:

 databases/p5-DBIx-Class-Candy/Makefile   |  3 +--
 databases/p5-DBIx-Class-Helpers/Makefile |  3 +--
 databases/p5-Dancer-Plugin-DBIC/Makefile |  3 +--
 lang/ocaml/Makefile                      |  4 +---
 lang/vala018/Makefile                    |  4 +---
 multimedia/libquicktime/Makefile         |  4 +---
 6 files changed, 6 insertions(+), 15 deletions(-)

diffs (98 lines):

diff -r d973830ad037 -r ae61407fe7a7 databases/p5-DBIx-Class-Candy/Makefile
--- a/databases/p5-DBIx-Class-Candy/Makefile    Tue Oct 23 14:04:40 2012 +0000
+++ b/databases/p5-DBIx-Class-Candy/Makefile    Tue Oct 23 16:07:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/10/10 09:31:23 sno Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 16:07:12 asau Exp $
 
 DISTNAME=      DBIx-Class-Candy-0.002101
 PKGNAME=       p5-${DISTNAME}
@@ -21,7 +21,6 @@
 BUILD_DEPENDS+=        p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=                auto/DBIx/Class/Candy/.packlist
 
diff -r d973830ad037 -r ae61407fe7a7 databases/p5-DBIx-Class-Helpers/Makefile
--- a/databases/p5-DBIx-Class-Helpers/Makefile  Tue Oct 23 14:04:40 2012 +0000
+++ b/databases/p5-DBIx-Class-Helpers/Makefile  Tue Oct 23 16:07:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/10/19 07:55:32 sno Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 16:07:12 asau Exp $
 
 DISTNAME=      DBIx-Class-Helpers-2.015001
 PKGNAME=       p5-${DISTNAME}
@@ -22,7 +22,6 @@
 BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=                auto/DBIx/Class/Helpers/.packlist
 
diff -r d973830ad037 -r ae61407fe7a7 databases/p5-Dancer-Plugin-DBIC/Makefile
--- a/databases/p5-Dancer-Plugin-DBIC/Makefile  Tue Oct 23 14:04:40 2012 +0000
+++ b/databases/p5-Dancer-Plugin-DBIC/Makefile  Tue Oct 23 16:07:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/10/19 08:02:55 sno Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 16:07:13 asau Exp $
 
 DISTNAME=      Dancer-Plugin-DBIC-0.1601
 PKGNAME=       p5-${DISTNAME}
@@ -17,7 +17,6 @@
 DEPENDS+=      p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=                auto/Dancer/Plugin/DBIC/.packlist
 
diff -r d973830ad037 -r ae61407fe7a7 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Tue Oct 23 14:04:40 2012 +0000
+++ b/lang/ocaml/Makefile       Tue Oct 23 16:07:12 2012 +0000
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2012/10/08 15:05:32 jaapb Exp $
-
-PKG_DESTDIR_SUPPORT=   user-destdir
+# $NetBSD: Makefile,v 1.81 2012/10/23 16:07:13 asau Exp $
 
 .include "Makefile.common"
 
diff -r d973830ad037 -r ae61407fe7a7 lang/vala018/Makefile
--- a/lang/vala018/Makefile     Tue Oct 23 14:04:40 2012 +0000
+++ b/lang/vala018/Makefile     Tue Oct 23 16:07:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/10/09 10:56:14 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 16:07:13 asau Exp $
 #
 
 DISTNAME=      vala-0.18.0
@@ -12,8 +12,6 @@
 COMMENT=       Compiler for the GObject type system
 LICENSE=       gnu-lgpl-v2.1
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+= --enable-vapigen
 CONFIGURE_ARGS+= --disable-unversioned
diff -r d973830ad037 -r ae61407fe7a7 multimedia/libquicktime/Makefile
--- a/multimedia/libquicktime/Makefile  Tue Oct 23 14:04:40 2012 +0000
+++ b/multimedia/libquicktime/Makefile  Tue Oct 23 16:07:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/10/10 14:28:51 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 16:07:13 asau Exp $
 #
 
 DISTNAME=      libquicktime-1.2.4
@@ -10,8 +10,6 @@
 COMMENT=       Library for quicktime/avi/mp4 files
 LICENSE=       gnu-lgpl-v2
 
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-doxygen
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index