pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ksi Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/732dee949cbc
branches:  trunk
changeset: 475204:732dee949cbc
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed May 12 03:32:30 2004 +0000

description:
Convert to buildlink3.

diffstat:

 lang/ksi/Makefile |  23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diffs (38 lines):

diff -r 542529af68e6 -r 732dee949cbc lang/ksi/Makefile
--- a/lang/ksi/Makefile Wed May 12 03:21:08 2004 +0000
+++ b/lang/ksi/Makefile Wed May 12 03:32:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/12 03:32:30 snj Exp $
 
 DISTNAME=              ksi-3.4.1
 PKGREVISION=           1
@@ -9,17 +9,18 @@
 HOMEPAGE=              http://ksi.sourceforge.net/
 COMMENT=               Portable, embeddable Scheme implementation written in C
 
-USE_BUILDLINK2=                yes
-USE_PKGLOCALEDIR=      yes
+CPPFLAGS+=             -Dunix
+GNU_CONFIGURE=         yes
+INFO_FILES=            ksi-lang.info ksi-lib.info ksi.info
+MAKE_ENV+=             BUILDLINK_DIR=${BUILDLINK_DIR}
+USE_BUILDLINK3=                yes
+USE_GNU_READLINE=      # uses rl_event_hook() interface
 USE_LIBTOOL=           yes
-GNU_CONFIGURE=         yes
-USE_GNU_READLINE=      # uses rl_event_hook() interface
-CPPFLAGS+=             -Dunix
+USE_MAKEINFO=          YES
 USE_NEW_TEXINFO=       YES
-USE_MAKEINFO=          YES
-INFO_FILES=            ksi-lang.info ksi-lib.info ksi.info
+USE_PKGLOCALEDIR=      yes
 
-.include "../../devel/boehm-gc/buildlink2.mk"
-.include "../../devel/readline/buildlink2.mk"
-.include "../../devel/zlib/buildlink2.mk"
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index