From owner-svn-ports-head@freebsd.org Sat Nov 3 13:11:07 2018 Return-Path: Delivered-To: svn-ports-head@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 EDF6310FD5EF; Sat, 3 Nov 2018 13:11:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A71A181872; Sat, 3 Nov 2018 13:11:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 978D71345D; Sat, 3 Nov 2018 13:11:06 +0000 (UTC) Date: Sat, 3 Nov 2018 13:11:06 +0000 From: Alexey Dokuchaev To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483822 - in head: comms/ebook2cwgui comms/tilp2 devel/librcc editors/xmlcopyeditor ftp/multiget ftp/wxdfast graphics/eom net/wireshark x11-themes/gtk-oxygen-engine x11-themes/gtk3-oxyg... Message-ID: <20181103131106.GA44477@FreeBSD.org> References: <201811021636.wA2Ga17F019581@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201811021636.wA2Ga17F019581@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 03 Nov 2018 13:11:07 -0000 On Fri, Nov 02, 2018 at 04:36:01PM +0000, Mark Linimon wrote: > New Revision: 483822 > URL: https://svnweb.freebsd.org/changeset/ports/483822 > > Log: > Fix build on powerpc64 by adding compiler:c++11-lang to USES. > > Approved by: portmgr (tier-2 blanket) > > --- head/comms/tilp2/Makefile Fri Nov 2 16:12:05 2018 (r483821) > +++ head/comms/tilp2/Makefile Fri Nov 2 16:36:00 2018 (r483822) > @@ -17,7 +17,8 @@ LIB_DEPENDS= libticables2.so:comms/libticables2 \ > > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > -USES= autoreconf desktop-file-utils gettext gmake groff localbase \ > +USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ This is probably wrong because TILP is not written in C++. Would you please add a few lines of the build log when to your future build fixing commits to make it more clear what is the problem you're fixing? ./danfe