From owner-svn-ports-head@freebsd.org Wed Nov 16 00:22:32 2016 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 AA277C445AF; Wed, 16 Nov 2016 00:22:32 +0000 (UTC) (envelope-from jbeich@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 7C0781E89; Wed, 16 Nov 2016 00:22:32 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAG0MV1T038895; Wed, 16 Nov 2016 00:22:31 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAG0MV3L038894; Wed, 16 Nov 2016 00:22:31 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611160022.uAG0MV3L038894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 16 Nov 2016 00:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426193 - head/devel/liborcus X-SVN-Group: ports-head 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: Wed, 16 Nov 2016 00:22:32 -0000 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 make_unique(Args&& ...args) ~~~~~^ ../../include/orcus/global.hpp:59:16: error: expected unqualified-id std::unique_ptr 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 make_unique(Args&& ...args) ~~~~~^ /usr/local/include/mdds-1.2/mdds/global.hpp:91:16: error: expected unqualified-id std::unique_ptr 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