pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libprelude Fixes perl module installation pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebd53f7bef9f
branches:  trunk
changeset: 551177:ebd53f7bef9f
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Dec 09 11:58:59 2008 +0000

description:
Fixes perl module installation path, PR 40138 by Rumko.
Change to install into vendor and use packlist.

diffstat:

 security/libprelude/PLIST.perl |  4 ----
 security/libprelude/options.mk |  9 +++++----
 2 files changed, 5 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r a1f96c255c3a -r ebd53f7bef9f security/libprelude/PLIST.perl
--- a/security/libprelude/PLIST.perl    Tue Dec 09 10:57:05 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.perl,v 1.1 2006/08/23 11:34:59 shannonjr Exp $
-lib/perl5/site_perl/5.8.0/${MACHINE_ARCH}-${LOWER_OPSYS}-thread-multi/auto/Prelude/.packlist
-lib/perl5/site_perl/5.8.0/${MACHINE_ARCH}-${LOWER_OPSYS}-thread-multi/auto/Prelude/Prelude.bs
-lib/perl5/site_perl/5.8.0/${MACHINE_ARCH}-${LOWER_OPSYS}-thread-multi/auto/Prelude/Prelude.so
diff -r a1f96c255c3a -r ebd53f7bef9f security/libprelude/options.mk
--- a/security/libprelude/options.mk    Tue Dec 09 10:57:05 2008 +0000
+++ b/security/libprelude/options.mk    Tue Dec 09 11:58:59 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2007/09/05 18:58:19 shannonjr Exp $
+# $NetBSD: options.mk,v 1.9 2008/12/09 11:58:59 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libprelude
 PKG_SUPPORTED_OPTIONS= perl python
@@ -15,10 +15,11 @@
 PLIST_SRC=             ${PKGDIR}/PLIST
 
 .if !empty(PKG_OPTIONS:Mperl)
-CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
+CONFIGURE_ARGS+=       --with-perl=${PERL5:Q} --with-perl-installdirs=vendor
 USE_TOOLS+=            perl:run
-PLIST_SRC+=            ${PKGDIR}/PLIST.perl
-.include "../../lang/perl5/buildlink3.mk"
+PERL5_PACKLIST=                auto/Prelude/.packlist
+PERL5_CONFIGURE=       no
+.include "../../lang/perl5/module.mk"
 .else
 CONFIGURE_ARGS+=       --with-perl=no
 .endif



Home | Main Index | Thread Index | Old Index