pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/magic Fixed the path to the AWK interpreter of bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b918297d33a4
branches:  trunk
changeset: 514825:b918297d33a4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 11:27:41 2006 +0000

description:
Fixed the path to the AWK interpreter of bin/spice2sim. This is needed for
all bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.

diffstat:

 cad/magic/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 211f45262c75 -r b918297d33a4 cad/magic/Makefile
--- a/cad/magic/Makefile        Sun Jun 18 11:21:42 2006 +0000
+++ b/cad/magic/Makefile        Sun Jun 18 11:27:41 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:22 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/18 11:27:41 rillig Exp $
 #
 
 DISTNAME=      magic-7.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    cad
 MASTER_SITES=  http://vlsi.cornell.edu/magic/
 
@@ -21,6 +21,12 @@
 CPPFLAGS+=     -DIS_LITTLE_ENDIAN
 .endif
 
+USE_TOOLS+=            awk:run
+REPLACE_INTERPRETER+=  awk
+REPLACE.awk.old=       /bin/awk
+REPLACE.awk.new=       ${TOOLS_PATH.awk}
+REPLACE_FILES.awk=     ext2spice/spice2sim
+
 .include "../../mk/x11.buildlink3.mk"
 
 post-patch:



Home | Main Index | Thread Index | Old Index