svn commit: r424328 - head/net/freeswitch

John Marino marino at FreeBSD.org
Thu Oct 20 14:31:47 UTC 2016


Author: marino
Date: Thu Oct 20 14:31:46 2016
New Revision: 424328
URL: https://svnweb.freebsd.org/changeset/ports/424328

Log:
  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'

Modified:
  head/net/freeswitch/Makefile

Modified: head/net/freeswitch/Makefile
==============================================================================
--- head/net/freeswitch/Makefile	Thu Oct 20 14:30:38 2016	(r424327)
+++ head/net/freeswitch/Makefile	Thu Oct 20 14:31:46 2016	(r424328)
@@ -24,6 +24,8 @@ LIB_DEPENDS=	libsqlite3.so:databases/sql
 
 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
 


More information about the svn-ports-head mailing list