From owner-svn-ports-all@freebsd.org Sun Mar 25 05:18:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FE3EF6F48D; Sun, 25 Mar 2018 05:18:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 097DF74861; Sun, 25 Mar 2018 05:18:07 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE71E19B9D; Sun, 25 Mar 2018 05:18:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2P5I6N9011787; Sun, 25 Mar 2018 05:18:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2P5I6Ga011785; Sun, 25 Mar 2018 05:18:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803250518.w2P5I6Ga011785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Mar 2018 05:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465497 - in head/textproc: libepubgen libqxp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: libepubgen libqxp X-SVN-Commit-Revision: 465497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 05:18:07 -0000 Author: yuri Date: Sun Mar 25 05:18:06 2018 New Revision: 465497 URL: https://svnweb.freebsd.org/changeset/ports/465497 Log: textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-lang jhibbits reported that they are failng on powerpc64 because of c++11 issues. PR: 226861 226862 Reported by: jhibbits Modified: head/textproc/libepubgen/Makefile head/textproc/libqxp/Makefile Modified: head/textproc/libepubgen/Makefile ============================================================================== --- head/textproc/libepubgen/Makefile Sun Mar 25 04:56:13 2018 (r465496) +++ head/textproc/libepubgen/Makefile Sun Mar 25 05:18:06 2018 (r465497) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/textproc/libqxp/Makefile ============================================================================== --- head/textproc/libqxp/Makefile Sun Mar 25 04:56:13 2018 (r465496) +++ head/textproc/libqxp/Makefile Sun Mar 25 05:18:06 2018 (r465497) @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip