From owner-svn-ports-head@freebsd.org Sat Sep 2 10:17:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDE27E0B445; Sat, 2 Sep 2017 10:17:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8599807EC; Sat, 2 Sep 2017 10:17:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v82AHDAT032722; Sat, 2 Sep 2017 10:17:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v82AHDZg032721; Sat, 2 Sep 2017 10:17:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201709021017.v82AHDZg032721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 2 Sep 2017 10:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449118 - head/net-im/ring-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/net-im/ring-daemon X-SVN-Commit-Revision: 449118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Sep 2017 10:17:15 -0000 Author: antoine Date: Sat Sep 2 10:17:13 2017 New Revision: 449118 URL: https://svnweb.freebsd.org/changeset/ports/449118 Log: Mark BROKEN: fails to build /bin/sh ../libtool --tag=CXX --mode=link c++ -std=gnu++11 -I@CMAKE_INSTALL_FULL_INCLUDEDIR@ -O2 -pipe -I/wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/contrib/native/pjproject/pjlib/include -I/usr/local/include -DPJ_LINUX -I/usr/local/include/jsoncpp -fstack-protector -fno-strict-aliasing -I/wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/contrib/native/pjproject/pjlib/include -I/usr/local/include -DPJ_LINUX -I/usr/local/include/jsoncpp -DPJ_AUTOCONF=1 -L/wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/contrib/amd64-portbld-freebsd/lib -lpjsua2-amd64-portbld-freebsd -lpjsua-amd64-portbld-freebsd -lpjsip-ua-amd64-portbld-freebsd -lpjsip-simple-amd64-portbld-freebsd -lpjsip-amd64-portbld-freebsd -lpjmedia-codec-amd64-portbld-freebsd -lpjmedia-videodev-amd64-portbld-freebsd -lpjmedia-audiodev-amd64-portbld-freebsd -lpjmedia-amd64-portbld-freebsd -lpjnath-amd64-portbld-freebsd -lpjlib-util-amd64-portbld-freebsd -lsrtp-amd64-portbld-free bsd -lresample-amd64-portbld-freebsd -lpj-amd64-portbld-freebsd -lm -lrt -lpthread -L/usr/local/lib -lgnutls -L/usr/local/lib -lpulse -lpthread -L/usr/local/lib -lsamplerate -L/usr/local/lib -lsndfile -L/usr/local/lib -lyaml-cpp -L@CMAKE_INSTALL_FULL_LIBDIR@ -ljsoncpp -L/usr/local/lib -lspeexdsp -pthread -L/usr/local/lib -lupnp -lthreadutil -lixml -L/usr/local/lib -lgnutls -L/usr/local/lib -lpcre -L/usr/local/lib -lopendht -fstack-protector -L/wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/contrib/amd64-portbld-freebsd/lib -lz -o libring.la -rpath /usr/local/lib libring_la-buildinfo.lo libring_la-conference.lo libring_la-account_factory.lo libring_la-call_factory.lo libring_la-preferences.lo libring_la-manager.lo libring_la-call.lo libring_la-account.lo libring_la-logger.lo libring_la-fileutils.lo libring_la-archiver.lo libring_la-threadloop.lo libring_la-ip_utils.lo libring_la-utf8_utils.lo libring_la-ice_transport.lo libring_la-plugin_manager.lo librin g_la-plugin_loader_dl.lo libring_la-string_u! tils.lo libring_la-ring_api.lo ./sip/libsiplink.la ./media/libmedia.la ./client/libclient.la ./config/libconfig.la ./hooks/libhooks.la ./security/libsecurity.la ./upnp/libupnpcontrol.la ./ringdht/libringacc.la ./im/libim.la ./media/video/libvideo.la ./media/video/v4l2/libv4l2.la cd: @CMAKE_INSTALL_FULL_LIBDIR@: No such file or directory libtool: error: cannot determine absolute directory name of '@CMAKE_INSTALL_FULL_LIBDIR@' Reported by: pkg-fallout Modified: head/net-im/ring-daemon/Makefile Modified: head/net-im/ring-daemon/Makefile ============================================================================== --- head/net-im/ring-daemon/Makefile Sat Sep 2 10:08:30 2017 (r449117) +++ head/net-im/ring-daemon/Makefile Sat Sep 2 10:17:13 2017 (r449118) @@ -12,6 +12,8 @@ COMMENT= Daemon part of the Ring VoIP SIP phone and IM LICENSE= GPLv3 +BROKEN= fails to build + BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp \ libjsoncpp.so:devel/jsoncpp \