pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod Convert to bl3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc883979b603
branches: trunk
changeset: 473345:dc883979b603
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Apr 18 23:55:21 2004 +0000
description:
Convert to bl3.
diffstat:
inputmethod/Chinput/Makefile | 6 +++---
inputmethod/unicon-im/Makefile | 6 +++---
inputmethod/unicon-im/buildlink3.mk | 20 ++++++++++++++++++++
3 files changed, 26 insertions(+), 6 deletions(-)
diffs (71 lines):
diff -r 7133317b1463 -r dc883979b603 inputmethod/Chinput/Makefile
--- a/inputmethod/Chinput/Makefile Sun Apr 18 23:53:38 2004 +0000
+++ b/inputmethod/Chinput/Makefile Sun Apr 18 23:55:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 21:43:31 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/18 23:57:04 wiz Exp $
DISTNAME= Chinput-3.0
PKGREVISION= 1
@@ -9,7 +9,7 @@
HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html
COMMENT= Chinese input server
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11BASE= yes
ALL_TARGET= chinput
@@ -32,5 +32,5 @@
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Chinput
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/Chinput
-.include "../../inputmethod/unicon-im/buildlink2.mk"
+.include "../../inputmethod/unicon-im/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7133317b1463 -r dc883979b603 inputmethod/unicon-im/Makefile
--- a/inputmethod/unicon-im/Makefile Sun Apr 18 23:53:38 2004 +0000
+++ b/inputmethod/unicon-im/Makefile Sun Apr 18 23:55:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/21 16:52:29 martti Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/18 23:55:21 wiz Exp $
DISTNAME= unicon-1.2
PKGNAME= unicon-im-1.2
@@ -10,10 +10,10 @@
HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html
COMMENT= Libraries and modules of Unicon
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-.include "../../devel/pth/buildlink2.mk"
+.include "../../devel/pth/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 7133317b1463 -r dc883979b603 inputmethod/unicon-im/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/unicon-im/buildlink3.mk Sun Apr 18 23:55:21 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/18 23:55:21 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+UNICON_IM_BUILDLINK3_MK:= ${UNICON_IM_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= unicon-im
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nunicon-im}
+BUILDLINK_PACKAGES+= unicon-im
+
+.if !empty(UNICON_IM_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.unicon-im+= unicon-im>=1.2nb2
+BUILDLINK_PKGSRCDIR.unicon-im?= ../../inputmethod/unicon-im
+.endif # UNICON_IM_BUILDLINK3_MK
+
+.include "../../devel/pth/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
Home |
Main Index |
Thread Index |
Old Index