diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index ecd09ea7151a..e1fb12294bc1 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -1,53 +1,56 @@ # Created by: swallace PORTNAME= irsim -DISTVERSION= 9.7.108 +DISTVERSION= 9.7.110 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ MAINTAINER= danilo@FreeBSD.org COMMENT= Event-driven logic-level simulator for MOS circuis LICENSE= GPLv2 OPTIONS_RADIO= INTERPRETER OPTIONS_RADIO_INTERPRETER= SCHEME TCL OPTIONS_DEFAULT= SCHEME SCHEME_DESC= Scheme interpreter TCL_DESC= Tcl interpreter OPTIONS_SUB= yes SCHEME_CONFIGURE_ON= --with-interpreter=scheme TCL_CONFIGURE_ON= --with-interpreter=tcl TCL_USES= tk:tea CONFIGURE_WRKSRC= ${WRKSRC}/scripts USES= gmake tar:tgz xorg USE_XORG= x11 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MTCL} PLIST_SUB+= NOTCL="@comment " .else WISH= ${FALSE} PLIST_SUB+= NOTCL="" .endif .if empty(PORT_OPTIONS:MSCHEME) && empty(PORT_OPTIONS:MTCL) CONFIGURE_ARGS+= --with-interpreter=no .endif post-patch: @${REINPLACE_CMD} -e \ 's|FreeBSD-\*|*-*-freebsd*| ; \ s|wish |${WISH:T} | ; \ s|"-fpic"|"-fPIC"| ; \ /-l\/usr\/X11R6\/include/d' ${CONFIGURE_WRKSRC}/configure +post-install: + cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gentbl bin/genspktbl + .include diff --git a/cad/irsim/distinfo b/cad/irsim/distinfo index 1a33aeb89da1..9d31587c2c69 100644 --- a/cad/irsim/distinfo +++ b/cad/irsim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585096970 -SHA256 (irsim-9.7.108.tgz) = 0b4e67ff9febb10e1c9828b6b5fc672bd0a96ac914d2af04ec10776620a472dc -SIZE (irsim-9.7.108.tgz) = 466474 +TIMESTAMP = 1615922474 +SHA256 (irsim-9.7.110.tgz) = 8388d92081c0e47077f0b7f0a3de4e906da83260e0966c8da8016bb8c966aedc +SIZE (irsim-9.7.110.tgz) = 466632