git: 16cb2607fb35 - main - cad/irsim: Update to 9.7.116
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Dec 2022 20:05:13 UTC
The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=16cb2607fb354e560c70cad29834e63b882b5c34 commit 16cb2607fb354e560c70cad29834e63b882b5c34 Author: Danilo Egea Gondolfo <danilo@FreeBSD.org> AuthorDate: 2022-12-27 20:02:42 +0000 Commit: Danilo Egea Gondolfo <danilo@FreeBSD.org> CommitDate: 2022-12-27 20:05:07 +0000 cad/irsim: Update to 9.7.116 Run STRIP_CMD against all the binaries. The makefile doesn't provide a install-strip target. --- cad/irsim/Makefile | 12 +++++++++--- cad/irsim/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 1e858b3a6b1f..5be9c07d5907 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -1,5 +1,5 @@ PORTNAME= irsim -DISTVERSION= 9.7.110 +DISTVERSION= 9.7.116 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/irsim/archive/ @@ -9,6 +9,8 @@ WWW= http://opencircuitdesign.com/irsim/ LICENSE= GPLv2 +USES= gmake tar:tgz xorg + OPTIONS_RADIO= INTERPRETER OPTIONS_RADIO_INTERPRETER= SCHEME TCL OPTIONS_DEFAULT= SCHEME @@ -22,7 +24,6 @@ TCL_USES= tk:tea CONFIGURE_WRKSRC= ${WRKSRC}/scripts -USES= gmake tar:tgz xorg USE_XORG= x11 GNU_CONFIGURE= yes @@ -50,6 +51,11 @@ post-patch: /-l\/usr\/X11R6\/include/d' ${CONFIGURE_WRKSRC}/configure post-install: - cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gentbl bin/genspktbl +.if empty(PORT_OPTIONS:MTCL) + cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gentbl bin/genspktbl bin/irsim +.else + cd ${STAGEDIR}${PREFIX}/lib/irsim/tcl && \ + ${STRIP_CMD} irsimexec tclirsim.so diglib.so random.so +.endif .include <bsd.port.mk> diff --git a/cad/irsim/distinfo b/cad/irsim/distinfo index 9d31587c2c69..54dc3b42fad7 100644 --- a/cad/irsim/distinfo +++ b/cad/irsim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615922474 -SHA256 (irsim-9.7.110.tgz) = 8388d92081c0e47077f0b7f0a3de4e906da83260e0966c8da8016bb8c966aedc -SIZE (irsim-9.7.110.tgz) = 466632 +TIMESTAMP = 1672169839 +SHA256 (irsim-9.7.116.tgz) = f6afcab1e57743ade0d34e410788d26bf4bf94ee45144b9ea78a567f9651a555 +SIZE (irsim-9.7.116.tgz) = 481566