| 32 | |
| 33 | Update: I tried reinstalling with an explicit -libsigsegv and it still linked to it: |
| 34 | |
| 35 | |
| 36 | {{{ |
| 37 | # port uninstall grep |
| 38 | # port install grep -libsigsegv |
| 39 | ---> Computing dependencies for grep |
| 40 | ---> Fetching distfiles for grep |
| 41 | ---> Verifying checksums for grep |
| 42 | ---> Extracting grep |
| 43 | ---> Configuring grep |
| 44 | ---> Building grep |
| 45 | ---> Staging grep into destroot |
| 46 | ---> Installing grep @3.3_1 |
| 47 | ---> Activating grep @3.3_1 |
| 48 | ---> Cleaning grep |
| 49 | ---> Updating database of binaries |
| 50 | [...] |
| 51 | # otool -L /opt/macports/bin/ggrep |
| 52 | /opt/macports/bin/ggrep: |
| 53 | /opt/macports/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.5.0) |
| 54 | /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1673.126.0) |
| 55 | /opt/macports/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.1.0) |
| 56 | /opt/macports/lib/libpcre.1.dylib (compatibility version 4.0.0, current version 4.11.0) |
| 57 | /opt/macports/lib/libsigsegv.2.dylib (compatibility version 3.0.0, current version 3.5.0) |
| 58 | /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0) |
| 59 | }}} |