From owner-svn-ports-head@freebsd.org Thu Dec 20 09:33:49 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 3BFDA133E2ED; Thu, 20 Dec 2018 09:33:49 +0000 (UTC) (envelope-from crees@freebsd.org) Received: from mail70c50.megamailservers.eu (mail169c50.megamailservers.eu [91.136.10.179]) (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 0A2F96FC02; Thu, 20 Dec 2018 09:33:47 +0000 (UTC) (envelope-from crees@freebsd.org) X-Authenticated-User: bayofrum@uwclub.net Received: from pegasus.bayofrum.net (host-80-41-58-105.as13285.net [80.41.58.105]) (authenticated bits=0) by mail70c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id wBK9XcOR005721; Thu, 20 Dec 2018 09:33:40 +0000 Received: from www.bayofrum.net (unknown [192.168.1.70]) by pegasus.bayofrum.net (Postfix) with ESMTPA id 759C4142D9; Thu, 20 Dec 2018 09:33:30 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 Dec 2018 09:33:30 +0000 From: Chris Rees To: Alex Dupre CC: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Subject: Re: svn commit: r487868 - head/security/opensc In-Reply-To: <201812200902.wBK92V3v081700@repo.freebsd.org> References: <201812200902.wBK92V3v081700@repo.freebsd.org> Message-ID: <0d727668d05cfb70ecb60935d50e7bef@FreeBSD.org> X-Sender: crees@FreeBSD.org User-Agent: Roundcube Webmail/1.3.7 X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: 759C4142D9.ABCD0 X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@freebsd.org X-Spam-Status: No X-CTCH-RefID: str=0001.0A0B020C.5C1B61F4.003C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=PNMhB8iC c=1 sm=1 tr=0 a=EuuEpbt/dLJjUk3psnl2FQ==:117 a=EuuEpbt/dLJjUk3psnl2FQ==:17 a=kj9zAlcOel0A:10 a=2ur7OfE09M0A:10 a=6I5d2MoRAAAA:8 a=wW0svjmTV1EgS_fDcN4A:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 X-Rspamd-Queue-Id: 0A2F96FC02 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Thu, 20 Dec 2018 09:33:49 -0000 Hi Alex, On 2018-12-20 09:02, Alex Dupre wrote: > Author: ale > Date: Thu Dec 20 09:02:31 2018 > New Revision: 487868 > URL: https://svnweb.freebsd.org/changeset/ports/487868 > > Log: > Fix build on GCC based architectures. > > PR: 234178 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=234178 > Submitted by: Piotr Kubaj [snip] > CONFIGURE_ENV+= XSLTPROC="${FALSE}" > CONFIGURE_ARGS+=--without-xsl-stylesheetsdir > +.endif > + > +post-patch: > +.if exists(/usr/lib/libstdc++.so) > + ${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \ > + ${WRKSRC}/src/tools/Makefile.am > .endif I think this either needs USES+= autoreconf:automake or just edit Makefile.in (ugh) instead. Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.