pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libprelude Fixed the PLISTs according to Kris...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1f46291bde8b
branches: trunk
changeset: 518097:1f46291bde8b
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Aug 31 13:04:54 2006 +0000
description:
Fixed the PLISTs according to Krister's latest bulk build on NetBSD 3.0.
Made the "perl" option work and tested all four option combinations.
diffstat:
security/libprelude/PLIST | 5 +----
security/libprelude/PLIST.py | 3 ++-
security/libprelude/options.mk | 5 ++++-
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 9f6366c58919 -r 1f46291bde8b security/libprelude/PLIST
--- a/security/libprelude/PLIST Thu Aug 31 12:44:42 2006 +0000
+++ b/security/libprelude/PLIST Thu Aug 31 13:04:54 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/08/23 10:51:25 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/08/31 13:04:54 rillig Exp $
bin/libprelude-config
bin/prelude-adduser
include/libprelude/common.h
@@ -102,9 +102,6 @@
share/examples/libprelude/global.conf
share/examples/libprelude/idmef-client.conf
share/examples/libprelude/tls.conf
-${PYSITELIB}/_prelude.so
-${PYSITELIB}/prelude.py
-${PYSITELIB}/prelude.pyc
@dirrm share/examples/libprelude
@dirrm share/doc/libprelude
@dirrm include/libprelude
diff -r 9f6366c58919 -r 1f46291bde8b security/libprelude/PLIST.py
--- a/security/libprelude/PLIST.py Thu Aug 31 12:44:42 2006 +0000
+++ b/security/libprelude/PLIST.py Thu Aug 31 13:04:54 2006 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST.py,v 1.1.1.1 2006/01/29 15:54:04 shannonjr Exp $
+@comment $NetBSD: PLIST.py,v 1.2 2006/08/31 13:04:54 rillig Exp $
${PYSITELIB}/_prelude.so
+${PYSITELIB}/prelude.py
${PYSITELIB}/prelude.pyc
diff -r 9f6366c58919 -r 1f46291bde8b security/libprelude/options.mk
--- a/security/libprelude/options.mk Thu Aug 31 12:44:42 2006 +0000
+++ b/security/libprelude/options.mk Thu Aug 31 13:04:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2006/06/08 22:07:24 shannonjr Exp $
+# $NetBSD: options.mk,v 1.6 2006/08/31 13:04:54 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude
PKG_SUPPORTED_OPTIONS= perl python
@@ -14,6 +14,8 @@
.if !empty(PKG_OPTIONS:Mperl)
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
USE_TOOLS+= perl:run
+GENERATE_PLIST+= cat ${PKGDIR}/PLIST.perl;
+.include "../../lang/perl5/buildlink3.mk"
.else
CONFIGURE_ARGS+= --with-perl=no
.endif
@@ -21,6 +23,7 @@
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PY_PATCHPLIST= yes
+GENERATE_PLIST+= cat ${PKGDIR}/PLIST.py;
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.else
Home |
Main Index |
Thread Index |
Old Index