Date: Wed, 16 Nov 2016 00:22:31 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426193 - head/devel/liborcus Message-ID: <201611160022.uAG0MV3L038894@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Nov 16 00:22:31 2016 New Revision: 426193 URL: https://svnweb.freebsd.org/changeset/ports/426193 Log: devel/liborcus: unbreak on 9.x after r425933 In file included from css_types.cpp:9: ../../include/orcus/global.hpp:59:6: error: no type named 'unique_ptr' in namespace 'std' std::unique_ptr<T> make_unique(Args&& ...args) ~~~~~^ ../../include/orcus/global.hpp:59:16: error: expected unqualified-id std::unique_ptr<T> make_unique(Args&& ...args) ^ In file included from css_types.cpp:11: /usr/local/include/mdds-1.2/mdds/global.hpp:91:6: error: no type named 'unique_ptr' in namespace 'std' std::unique_ptr<T> make_unique(Args&& ...args) ~~~~~^ /usr/local/include/mdds-1.2/mdds/global.hpp:91:16: error: expected unqualified-id std::unique_ptr<T> make_unique(Args&& ...args) ^ 4 errors generated. Reported by: pkg-fallout Modified: head/devel/liborcus/Makefile (contents, props changed) Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Tue Nov 15 23:47:08 2016 (r426192) +++ head/devel/liborcus/Makefile Wed Nov 16 00:22:31 2016 (r426193) @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611160022.uAG0MV3L038894>