pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Adding a MESSAGE file noting where these packages sear...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c015744b035a
branches: trunk
changeset: 465937:c015744b035a
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jan 08 19:18:00 2004 +0000
description:
Adding a MESSAGE file noting where these packages search for plugins or
modules that may be added by other packages.
diffstat:
lang/perl5/MESSAGE | 9 +++++++++
lang/perl5/Makefile | 3 ++-
lang/perl58/MESSAGE | 9 +++++++++
lang/perl58/Makefile | 3 ++-
security/PAM/MESSAGE | 9 +++++++++
security/PAM/Makefile | 3 ++-
6 files changed, 33 insertions(+), 3 deletions(-)
diffs (90 lines):
diff -r 0f3f26a6886d -r c015744b035a lang/perl5/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl5/MESSAGE Thu Jan 08 19:18:00 2004 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.4 2004/01/08 19:18:00 jlam Exp $
+
+${PKGNAME} will use the following directory as the default
+location of the site-specific Perl modules:
+
+ ${PERL5_SITELIB}
+
+===========================================================================
diff -r 0f3f26a6886d -r c015744b035a lang/perl5/Makefile
--- a/lang/perl5/Makefile Thu Jan 08 18:05:07 2004 +0000
+++ b/lang/perl5/Makefile Thu Jan 08 19:18:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2004/01/08 18:03:04 jlam Exp $
+# $NetBSD: Makefile,v 1.78 2004/01/08 19:18:00 jlam Exp $
.include "../../lang/perl5/Makefile.common"
@@ -132,6 +132,7 @@
PERL5_SITEARCH= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_DIST_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}
PERL5_PACKLIST= ${PERL5_ARCHLIB}/.packlist
PLIST_SUBST+= PERL5_SITEPERL=${PERL5_SITEPERL:S/^${PREFIX}\///}
+MESSAGE_SUBST+= PERL5_SITELIB=${PERL5_SITELIB}
# It's tough to guess which hints file will be used, so add our modifications
# to all of them:
diff -r 0f3f26a6886d -r c015744b035a lang/perl58/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl58/MESSAGE Thu Jan 08 19:18:00 2004 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $
+
+${PKGNAME} will use the following directory as the default
+location of the site-specific Perl modules:
+
+ ${PERL5_SITELIB}
+
+===========================================================================
diff -r 0f3f26a6886d -r c015744b035a lang/perl58/Makefile
--- a/lang/perl58/Makefile Thu Jan 08 18:05:07 2004 +0000
+++ b/lang/perl58/Makefile Thu Jan 08 19:18:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/01/08 18:05:07 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/01/08 19:18:00 jlam Exp $
# The following two variables should have empty values unless we're
# building a perl snapshot or release candidate.
@@ -184,6 +184,7 @@
PERL5_SITEARCH?= ${VIEWBASE}/lib/perl5/site_perl/${PERL5_VERS}/${MACHINE_ARCH}-${LOWER_OPSYS}
PERL5_PACKLIST= ${PERL5_ARCHLIB}/.packlist
PLIST_SUBST+= PERL5_SITEPERL=${PERL5_SITEPERL:S/^${PREFIX}\///}
+MESSAGE_SUBST+= PERL5_SITELIB=${PERL5_SITELIB}
# It's tough to guess which hints file will be used, so add our modifications
# to all of them:
diff -r 0f3f26a6886d -r c015744b035a security/PAM/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/PAM/MESSAGE Thu Jan 08 19:18:00 2004 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $
+
+${PKGNAME} will use the following directory as the default
+location of its plugin modules:
+
+ ${PAM_MODULEDIR}
+
+===========================================================================
diff -r 0f3f26a6886d -r c015744b035a security/PAM/Makefile
--- a/security/PAM/Makefile Thu Jan 08 18:05:07 2004 +0000
+++ b/security/PAM/Makefile Thu Jan 08 19:18:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/08 00:07:26 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/08 19:18:00 jlam Exp $
#
DISTNAME= Linux-${PKGNAME}
@@ -34,6 +34,7 @@
PAM_MODULEDIR= ${VIEWBASE}/lib/security
MAKE_ENV+= PAM_MODULEDIR="${PAM_MODULEDIR}"
+MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index