diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-30 19:06:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-30 19:06:17 +0800 |
commit | 37ac0c65816acdd947107be4175c7eb2cadbe7ac (patch) | |
tree | 4de5ad154ceb4ce650f70e5a8faf301ff10dd9e5 /net | |
parent | 700a9e793cbb164d282d953d457ea18fbbd0a709 (diff) | |
download | freebsd-ports-gnome-37ac0c65816acdd947107be4175c7eb2cadbe7ac.tar.gz freebsd-ports-gnome-37ac0c65816acdd947107be4175c7eb2cadbe7ac.tar.zst freebsd-ports-gnome-37ac0c65816acdd947107be4175c7eb2cadbe7ac.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 1102121ff764..de79986373d6 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -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 \ |