pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Bl3ify and enable pkgviews installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/52228b2f4135
branches: trunk
changeset: 473976:52228b2f4135
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Apr 25 03:43:06 2004 +0000
description:
Bl3ify and enable pkgviews installation.
diffstat:
devel/p5-IPC-Run/Makefile | 6 ++++--
devel/p5-IPC-ShareLite/Makefile | 6 ++++--
devel/p5-IPC-SharedCache/Makefile | 6 ++++--
3 files changed, 12 insertions(+), 6 deletions(-)
diffs (60 lines):
diff -r d55d5bd1db57 -r 52228b2f4135 devel/p5-IPC-Run/Makefile
--- a/devel/p5-IPC-Run/Makefile Sun Apr 25 03:40:52 2004 +0000
+++ b/devel/p5-IPC-Run/Makefile Sun Apr 25 03:43:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:32:34 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/25 03:44:35 minskim Exp $
DISTNAME= IPC-Run-0.74
PKGNAME= p5-${DISTNAME}
@@ -8,7 +8,9 @@
MAINTAINER= tech-pkg%NetBSD.org@localhost
COMMENT= Perl module for interacting with child processes
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/Run/.packlist
.include "../../lang/perl5/module.mk"
diff -r d55d5bd1db57 -r 52228b2f4135 devel/p5-IPC-ShareLite/Makefile
--- a/devel/p5-IPC-ShareLite/Makefile Sun Apr 25 03:40:52 2004 +0000
+++ b/devel/p5-IPC-ShareLite/Makefile Sun Apr 25 03:43:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/31 10:01:43 he Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/25 03:43:06 minskim Exp $
#
DISTNAME= IPC-ShareLite-0.09
@@ -9,7 +9,9 @@
MAINTAINER= tech-pkg%NetBSD.org@localhost
COMMENT= Light-weight interface to shared memory
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/ShareLite/.packlist
.include "../../lang/perl5/module.mk"
diff -r d55d5bd1db57 -r 52228b2f4135 devel/p5-IPC-SharedCache/Makefile
--- a/devel/p5-IPC-SharedCache/Makefile Sun Apr 25 03:40:52 2004 +0000
+++ b/devel/p5-IPC-SharedCache/Makefile Sun Apr 25 03:43:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/09 12:33:00 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/25 03:44:24 minskim Exp $
#
DISTNAME= IPC-SharedCache-1.3
@@ -11,7 +11,9 @@
DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/SharedCache/.packlist
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index