diff options
author | marino <marino@FreeBSD.org> | 2016-10-20 22:31:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-10-20 22:31:46 +0800 |
commit | d8bd375fd9ab56be8f833089404bd888706c020d (patch) | |
tree | 0de081e1d0cdbdcc5fb615568bdb0251c6382785 /net | |
parent | 1a04d69a166fa27a22180d5313f4cf4181296bda (diff) | |
download | freebsd-ports-graphics-d8bd375fd9ab56be8f833089404bd888706c020d.tar.gz freebsd-ports-graphics-d8bd375fd9ab56be8f833089404bd888706c020d.tar.zst freebsd-ports-graphics-d8bd375fd9ab56be8f833089404bd888706c020d.zip |
net/freeswitch: Mark broken for 2 reasons
reason 1: Unfetchable (checksum mismatch)
reason 2: attempts to strip libfreeswitch.a
libtool: install: /usr/bin/install -c .libs/libfreeswitch.a \
/wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
libtool: install: strip --strip-debug \
/wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
strip: file format not recognized
gmake[3]: *** [Makefile:1205: install-libLTLIBRARIES] Error 1
gmake[3]: Leaving directory '/wrkdirs/usr/ports/net/freeswitch/work/freeswitch-1.6.8'
Diffstat (limited to 'net')
-rw-r--r-- | net/freeswitch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index bdf5d49ce20..0375053227e 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -24,6 +24,8 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ CONFLICTS_BUILD= xmlrpc-c-* +BROKEN= unfetchable (checksum mismatch) and attempts to strip libfreeswitch.a\ + (returns file format not recognized) BROKEN_FreeBSD_9= Fails in configure due to compiler issues ONLY_FOR_ARCHS= amd64 |