pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5b05eb9e69f
branches:  trunk
changeset: 470919:a5b05eb9e69f
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Mar 12 22:37:12 2004 +0000

description:
bl3ify

diffstat:

 cad/covered/Makefile         |  11 +++++++++--
 cad/verilog-current/Makefile |  24 ++++++++++--------------
 2 files changed, 19 insertions(+), 16 deletions(-)

diffs (77 lines):

diff -r 9c79feecd182 -r a5b05eb9e69f cad/covered/Makefile
--- a/cad/covered/Makefile      Fri Mar 12 22:36:27 2004 +0000
+++ b/cad/covered/Makefile      Fri Mar 12 22:37:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/22 07:21:54 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/12 22:37:12 dmcmahill Exp $
 #
 
 DISTNAME=      covered-0.2.2
@@ -9,8 +9,11 @@
 HOMEPAGE=      http://covered.sourceforge.net/
 COMMENT=       Verilog code coverage analyzer (stable release version)
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
-BUILD_DEPENDS+=        gperf-2.7.2:../../devel/gperf
+BUILD_DEPENDS+=        gperf>=2.7.2:../../devel/gperf
 DEPENDS+=      verilog{,-current}-[0-9]*:../../cad/verilog
 
 CONFLICTS+=    covered-current-[0-9]*
@@ -25,4 +28,8 @@
 post-patch:
        ${CHMOD} 755 ${WRKSRC}/missing
 
+pre-install:
+       ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
+       ${INSTALL_MAN_DIR} ${PREFIX}/man/man1
+
 .include "../../mk/bsd.pkg.mk"
diff -r 9c79feecd182 -r a5b05eb9e69f cad/verilog-current/Makefile
--- a/cad/verilog-current/Makefile      Fri Mar 12 22:36:27 2004 +0000
+++ b/cad/verilog-current/Makefile      Fri Mar 12 22:37:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/03/02 15:34:07 drochner Exp $
+# $NetBSD: Makefile,v 1.38 2004/03/12 22:37:12 dmcmahill Exp $
 #
 
 DISTNAME=      verilog-${SNAPDATE}
@@ -10,27 +10,23 @@
 HOMEPAGE=      http://icarus.com/eda/verilog/index.html
 COMMENT=       Verilog simulation and synthesis tool (development snapshot version)
 
-BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
-BUILD_DEPENDS+=        gperf-[0-9]*:../../devel/gperf
-# turn this back on when ipal comes along a little further
-#DEPENDS+=     ipal-current>=20001210:../../cad/ipal-current
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 CONFLICTS+=    verilog-[0-9]*
 
+USE_BUILDLINK3=        yes
+BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
+BUILD_DEPENDS+= gperf>=2.7.2:../../devel/gperf
+
 SNAPDATE=      20040220
-USE_BUILDLINK2=        yes
 GNU_CONFIGURE= yes
 USE_GNU_TOOLS+=        make
-#
-# for ipal.h
-#CPPFLAGS+=      -I${LOCALBASE}/include
-#CONFIGURE_ENV+=       CPPFLAGS="${CPPFLAGS}" LDFLAGS+="${LDFLAGS}"
 CONFIGURE_ARGS+=       --without-ipal
-YACC=                  ${LOCALBASE}/bin/bison
+YACC=          ${LOCALBASE}/bin/bison
 TEST_DIRS=     ${WRKSRC}
 TEST_TARGET=   check
 
-.include "../../devel/zlib/buildlink2.mk"
-.include "../../archivers/bzip2/buildlink2.mk"
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index