pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils bl3ify, and remove now unused bl2 file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8654ab84a37
branches:  trunk
changeset: 474212:c8654ab84a37
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Apr 26 10:21:26 2004 +0000

description:
bl3ify, and remove now unused bl2 file.

diffstat:

 sysutils/pciutils/buildlink2.mk |  19 -------------------
 sysutils/pciutils/buildlink3.mk |  19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 19 deletions(-)

diffs (46 lines):

diff -r 861c2de137b8 -r c8654ab84a37 sysutils/pciutils/buildlink2.mk
--- a/sysutils/pciutils/buildlink2.mk   Mon Apr 26 10:19:53 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.2 2003/04/06 12:44:22 hubertf Exp $
-
-.if !defined(PCIUTILS_BUILDLINK2_MK)
-PCIUTILS_BUILDLINK2_MK=        # defined
-
-BUILDLINK_PACKAGES+=           pciutils
-BUILDLINK_DEPENDS.pciutils?=   pciutils>=2.1.11
-BUILDLINK_PKGSRCDIR.pciutils?= ../../sysutils/pciutils
-
-EVAL_PREFIX+=                  BUILDLINK_PREFIX.pciutils=pciutils
-BUILDLINK_PREFIX.pciutils_DEFAULT=     ${LOCALBASE}
-BUILDLINK_FILES.pciutils=      include/pciutils/*
-BUILDLINK_FILES.pciutils+=     lib/libpciutils.a
-
-BUILDLINK_TARGETS+=    pciutils-buildlink
-
-pciutils-buildlink: _BUILDLINK_USE
-
-.endif # PCIUTILS_BUILDLINK2_MK
diff -r 861c2de137b8 -r c8654ab84a37 sysutils/pciutils/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pciutils/buildlink3.mk   Mon Apr 26 10:21:26 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/26 10:21:26 cube Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+PCIUTILS_BUILDLINK3_MK:=       ${PCIUTILS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    pciutils
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npciutils}
+BUILDLINK_PACKAGES+=   pciutils
+
+.if !empty(PCIUTILS_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.pciutils+=   pciutils>=2.1.11
+BUILDLINK_PKGSRCDIR.pciutils?= ../../sysutils/pciutils
+BUILDLINK_DEPMETHOD.pciutils?= build
+.endif # PCIUTILS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index