pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/hesiod Convert to bl3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/475994e817d5
branches: trunk
changeset: 473868:475994e817d5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 25 00:18:39 2004 +0000
description:
Convert to bl3.
diffstat:
net/hesiod/Makefile | 4 ++--
net/hesiod/buildlink3.mk | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r 2d795d1a0d0c -r 475994e817d5 net/hesiod/Makefile
--- a/net/hesiod/Makefile Sun Apr 25 00:18:14 2004 +0000
+++ b/net/hesiod/Makefile Sun Apr 25 00:18:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/25 00:18:39 wiz Exp $
DISTNAME= hesiod-3.0.2
CATEGORIES= net
@@ -13,7 +13,7 @@
PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff -r 2d795d1a0d0c -r 475994e817d5 net/hesiod/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hesiod/buildlink3.mk Sun Apr 25 00:18:39 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/25 00:18:39 wiz Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.4.
+# XXX After this file as been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink[23].mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.hesiod?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+HESIOD_BUILDLINK3_MK:= ${HESIOD_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= hesiod
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nhesiod}
+BUILDLINK_PACKAGES+= hesiod
+
+.if !empty(HESIOD_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.hesiod+= hesiod>=3.0.2
+BUILDLINK_PKGSRCDIR.hesiod?= ../../net/hesiod
+.endif # HESIOD_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index