pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad Convert to buildlink3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3eb828df3c2
branches: trunk
changeset: 472511:a3eb828df3c2
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 11 05:00:33 2004 +0000
description:
Convert to buildlink3.
diffstat:
cad/fastcap/Makefile | 4 ++--
cad/fasthenry/Makefile | 6 +++---
cad/magic/Makefile | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r 644a5c6decd4 -r a3eb828df3c2 cad/fastcap/Makefile
--- a/cad/fastcap/Makefile Sun Apr 11 04:40:24 2004 +0000
+++ b/cad/fastcap/Makefile Sun Apr 11 05:00:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/02/01 01:43:28 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/11 05:00:33 snj Exp $
#
DISTNAME= fastcap-2.0-15Jul92
@@ -19,7 +19,7 @@
EXTRACT_ONLY= fastcap-2.0-15Jul92.tar.Z
WRKSRC= ${WRKDIR}/fastcap
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= 4
diff -r 644a5c6decd4 -r a3eb828df3c2 cad/fasthenry/Makefile
--- a/cad/fasthenry/Makefile Sun Apr 11 04:40:24 2004 +0000
+++ b/cad/fasthenry/Makefile Sun Apr 11 05:00:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/02/01 01:43:28 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/11 05:02:25 snj Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -19,7 +19,7 @@
NO_SRC_ON_FTP= ${RESTRICTED}
WRKSRC= ${WRKDIR}/fasthenry-3.0
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS= default
@@ -30,7 +30,7 @@
#
# optimized libffm (free fast math library)
#>
-. include "../../math/libffm/buildlink2.mk"
+. include "../../math/libffm/buildlink3.mk"
DEPENDS+= libffm-[0-9]*:../../math/libffm
LIBS= -L${LOCALBASE}/lib -Wl,${RPATH_FLAG}${LOCALBASE}/lib -lffm -lm
MAKE_ENV+= LIBS="${LIBS}"
diff -r 644a5c6decd4 -r a3eb828df3c2 cad/magic/Makefile
--- a/cad/magic/Makefile Sun Apr 11 04:40:24 2004 +0000
+++ b/cad/magic/Makefile Sun Apr 11 05:00:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/22 07:21:55 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 05:06:12 snj Exp $
#
DISTNAME= magic-7.1
@@ -12,7 +12,7 @@
USE_GNU_TOOLS+= make
USE_X11= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
MAKE_ENV+= MAGIC_HOME=${PREFIX}
post-patch:
Home |
Main Index |
Thread Index |
Old Index