ports/185500: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Jan 25 13:00:01 UTC 2014
The following reply was made to PR ports/185500; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list