pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gnome-vfs Fixed Perl interpreter for some fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5154192455cf
branches:  trunk
changeset: 523245:5154192455cf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 04 01:19:09 2007 +0000

description:
Fixed Perl interpreter for some file systems. PKGREVISION++

diffstat:

 sysutils/gnome-vfs/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r c0851ad3a78a -r 5154192455cf sysutils/gnome-vfs/Makefile
--- a/sysutils/gnome-vfs/Makefile       Thu Jan 04 01:01:41 2007 +0000
+++ b/sysutils/gnome-vfs/Makefile       Thu Jan 04 01:19:09 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2006/04/17 13:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2007/01/04 01:19:09 rillig Exp $
 
 DISTNAME=              gnome-vfs-1.0.5
-PKGREVISION=           11
+PKGREVISION=           12
 CATEGORIES=            sysutils gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-vfs/1.0/}
 
@@ -14,7 +14,7 @@
 
 USE_PKGLOCALEDIR=      YES
 USE_X11BASE=           YES
-USE_TOOLS+=            gmake msgfmt pkg-config
+USE_TOOLS+=            gmake msgfmt pkg-config perl:run
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 
@@ -23,6 +23,9 @@
 
 CONFIGURE_ARGS.gnu-iconv=      --with-libiconv=yes
 
+REPLACE_PERL.extfs=    a deb.in mailfs rpms tar
+REPLACE_PERL+=         ${REPLACE_PERL.extfs:S,^,modules/extfs/,}
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../databases/gnome-mime-data/buildlink3.mk"



Home | Main Index | Thread Index | Old Index