From owner-svn-ports-all@FreeBSD.ORG Sun Mar 30 11:06:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A03CDA0; Sun, 30 Mar 2014 11:06:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C81BF8B; Sun, 30 Mar 2014 11:06:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UB6HuY029870; Sun, 30 Mar 2014 11:06:17 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UB6HCM029869; Sun, 30 Mar 2014 11:06:17 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201403301106.s2UB6HCM029869@svn.freebsd.org> From: Antoine Brodin Date: Sun, 30 Mar 2014 11:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349613 - head/net/asterisk14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 11:06:18 -0000 Author: antoine Date: Sun Mar 30 11:06:17 2014 New Revision: 349613 URL: http://svnweb.freebsd.org/changeset/ports/349613 QAT: https://qat.redports.org/buildarchive/r349613/ Log: Mark broken: Fails to configure or build Fails to configure on 8 and 9: checking if OpenH323 version 1.19.0 is compatible with chan_h323... yes checking OpenH323 build option... opt checking OpenH323 installation validity... no configure: *** configure: *** The OPENH323 installation on this system appears to be broken. configure: *** Either correct the installation, or run configure configure: *** including --without-h323 ===> Script "configure" failed unexpectedly. Fails to build on 10: g++47 -o asterisk -Wl,--export-dynamic -Wl,--version-script,asterisk.exports -D_THREAD_SAFE -pthread -L/usr/local/lib -pipe -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 -L/usr/local/lib -L/usr/local/share/pwlib//lib -L/usr/local/lib abstract_jb.o acl.o aescrypt.o aeskey.o aestab.o alaw.o app.o ast_expr2.o ast_expr2f.o asterisk.o astfd.o astmm.o astobj2.o audiohook.o autoservice.o callerid.o cdr.o channel.o chanvars.o cli.o config.o cryptostub.o db.o devicestate.o dial.o dns.o dnsmgr.o dsp.o enum.o file.o fixedjitterbuf.o frame.o fskmodem.o global_datastores.o http.o image.o indications.o io.o jitterbuf.o loader.o logger.o manager.o md5.o netsock.o pbx .o plc.o poll.o privacy.o rtp.o say.o sched.o sha1.o slinfactory.o srv.o stdtime/localtime.o strcompat.o tdd.o term.o test.o threadstorage.o translate.o udptl.o ulaw.o utils.o editline/libedit.a buildinfo.o -ltermcap -lm -lcrypto -lh323_r -lpt_r -lldap -llber -lldap_r -lpthread -lssl -lcrypto -lexpat -pthread -L/usr/local/lib /usr/local/bin/ld: asterisk: local symbol `__progname' in /usr/lib/crt1.o is referenced by DSO /usr/local/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status gmake[2]: *** [asterisk] Error 1 Reported by: pkg-fallout Modified: head/net/asterisk14/Makefile Modified: head/net/asterisk14/Makefile ============================================================================== --- head/net/asterisk14/Makefile Sun Mar 30 10:59:46 2014 (r349612) +++ head/net/asterisk14/Makefile Sun Mar 30 11:06:17 2014 (r349613) @@ -12,6 +12,8 @@ PKGNAMESUFFIX= 14 MAINTAINER= bamby@sippysoft.com COMMENT= An Open Source PBX and telephony toolkit +BROKEN= Fails to configure or build + BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ newt.52:${PORTSDIR}/devel/newt \