Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 14:31:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424328 - head/net/freeswitch
Message-ID:  <201610201431.u9KEVkh9038958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610201431.u9KEVkh9038958>