Skip to content

Commit

Permalink
irsim: Update to 9.7.95
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 10, 2017
1 parent 2a28adc commit d466952
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
7 changes: 3 additions & 4 deletions science/irsim/Portfile
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0

name irsim
version 9.7.87
version 9.7.95
license GPL-2
categories science
maintainers nomaintainer
Expand All @@ -19,8 +19,8 @@ platforms darwin

master_sites http://opencircuitdesign.com/irsim/archive

checksums rmd160 f134c09633a4d34f67689eb5c730d72ab0b28b5d \
sha256 528e8daa9afa63ba81425fc679b786228e314f45b64f03f67150332f0fd7bff6
checksums rmd160 fdfe547c0b481bdfd9767216248ed1ef420b19c0 \
sha256 5569d483f680fd812813b451fe93d5efd57a1609bfe2b7022bcea65b0c18b8c6

extract.suffix .tgz

Expand All @@ -31,7 +31,6 @@ depends_lib port:tcl \
patchfiles patch-remove_sw.diff

build.env-append LIBS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man

post-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc
Expand Down
28 changes: 14 additions & 14 deletions science/irsim/files/patch-remove_sw.diff
@@ -1,22 +1,22 @@
--- scripts/configure.orig 2012-09-22 08:54:24.000000000 -0500
+++ scripts/configure 2015-01-08 12:47:25.000000000 -0600
@@ -5010,7 +5010,6 @@
/usr/local/lib \
--- scripts/configure.orig 2016-07-21 10:25:36.000000000 -0500
+++ scripts/configure 2017-02-10 05:19:07.000000000 -0600
@@ -5028,7 +5028,6 @@
/usr/lib64 \
/usr/local \
`ls -dr /usr/share/tcltk/tcl[7-9].[0-9]* 2>/dev/null` \
`ls -dr /usr/lib/tcl[7-9].[0-9]* 2>/dev/null` \
- /sw/lib \
/usr/lib \
/usr/lib64 \
/usr
@@ -5096,7 +5095,6 @@
`ls -dr /usr/local/tcl/tcl[7-9].[0-9]* 2>/dev/null` \
/usr/local/tcl \
/usr/local/lib \
- /sw/lib \
do
if test -r "$dir/tclConfig.sh" ; then
@@ -5117,7 +5116,6 @@
/usr/local \
`ls -dr /usr/share/tcltk/tk[7-9].[0-9]* 2>/dev/null` \
`ls -dr /usr/lib/tcl[7-9].[0-9]* 2>/dev/null` \
`ls -dr /usr/lib/tk[7-9].[0-9]* 2>/dev/null` \
- /sw/lib \
${x_libraries} \
@@ -6373,7 +6371,7 @@
/usr/lib \
/usr
@@ -6422,7 +6420,7 @@
SHDLIB_EXT=".dylib"
LDDL_FLAGS="-dynamiclib -flat_namespace -undefined suppress -noprebind"
LDFLAGS="${LDFLAGS} ${LIB_SPECS}"
Expand Down

0 comments on commit d466952

Please sign in to comment.