From owner-svn-ports-branches@FreeBSD.ORG Sat Jan 25 12:55:50 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A829AA12; Sat, 25 Jan 2014 12:55:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 936CA1F1F; Sat, 25 Jan 2014 12:55:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0PCtof0005196; Sat, 25 Jan 2014 12:55:50 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0PCtoZt005195; Sat, 25 Jan 2014 12:55:50 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401251255.s0PCtoZt005195@svn.freebsd.org> From: Martin Wilke Date: Sat, 25 Jan 2014 12:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r341016 - in branches/2014Q1/emulators/xbraitenberg: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 12:55:50 -0000 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