pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Avoid adding unnecessary lines for GC...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a246ec293356
branches: trunk
changeset: 393316:a246ec293356
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue May 19 15:17:27 2009 +0000
description:
Avoid adding unnecessary lines for GConf.
Bump version to 2.10.
diffstat:
pkgtools/url2pkg/Makefile | 4 ++--
pkgtools/url2pkg/files/url2pkg.pl | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r ae72c7ba8edb -r a246ec293356 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Tue May 19 15:05:11 2009 +0000
+++ b/pkgtools/url2pkg/Makefile Tue May 19 15:17:27 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2009/04/22 04:54:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.58 2009/05/19 15:17:27 wiz Exp $
#
-DISTNAME= url2pkg-2.9
+DISTNAME= url2pkg-2.10
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff -r ae72c7ba8edb -r a246ec293356 pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Tue May 19 15:05:11 2009 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Tue May 19 15:17:27 2009 +0000
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: url2pkg.pl,v 1.12 2009/04/22 04:54:48 schmonz Exp $
+# $NetBSD: url2pkg.pl,v 1.13 2009/05/19 15:17:27 wiz Exp $
#
use strict;
@@ -109,8 +109,6 @@
sub magic_gconf2_schemas() {
my @gconf2_files = grep(/schemas(?:\.in.*)$/, @wrksrc_files);
if (@gconf2_files) {
- push(@build_vars, ["CONFIGURE_ENV+", "GCONF_SCHEMA_FILE_DIR=\${PREFIX}/share/gconf/schemas/"]);
- push(@build_vars, ["MAKE_ENV+", "GCONF_SCHEMA_FILE_DIR=\${PREFIX}/share/gconf/schemas/"]);
foreach my $f (@gconf2_files) {
if ($f =~ qr"(.*schemas)") {
push(@extra_vars, ["GCONF_SCHEMAS+", $1]);
Home |
Main Index |
Thread Index |
Old Index