svn commit: r426193 - head/devel/liborcus

Jan Beich jbeich at FreeBSD.org
Wed Nov 16 00:22:32 UTC 2016


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
 


More information about the svn-ports-head mailing list