Date: Sat, 25 Jan 2014 13:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/185500: commit references a PR Message-ID: <201401251300.s0PD01rq012275@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185500; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/185500: commit references a PR Date: Sat, 25 Jan 2014 12:55:59 +0000 (UTC) Author: miwi Date: Sat Jan 25 12:55:49 2014 New Revision: 341016 URL: http://svnweb.freebsd.org/changeset/ports/341016 QAT: https://qat.redports.org/buildarchive/r341016/ Log: MFH: r340240 - Fix build with clang PR: 185500 Submitted by: Ports Fury Added: branches/2014Q1/emulators/xbraitenberg/files/ - copied from r340240, head/emulators/xbraitenberg/files/ Modified: branches/2014Q1/emulators/xbraitenberg/Makefile (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/emulators/xbraitenberg/Makefile ============================================================================== --- branches/2014Q1/emulators/xbraitenberg/Makefile Sat Jan 25 12:40:42 2014 (r341015) +++ branches/2014Q1/emulators/xbraitenberg/Makefile Sat Jan 25 12:55:49 2014 (r341016) @@ -8,12 +8,16 @@ CATEGORIES= emulators MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Braitenberg vehicle simulator with pseudo-physics +COMMENT= Braitenberg vehicle simulator with pseudo-physics USE_XORG= x11 ice sm xext GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_fpermissive=no PLIST_FILES= bin/xbraitenberg -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e \ + '/operator bool() const/d' ${WRKSRC}/operator.hh + .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401251300.s0PD01rq012275>