From owner-svn-ports-head@FreeBSD.ORG Sat Jul 19 15:25:43 2014 Return-Path: Delivered-To: svn-ports-head@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 E44686D5; Sat, 19 Jul 2014 15:25:43 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D18142477; Sat, 19 Jul 2014 15:25:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6JFPhZr013269; Sat, 19 Jul 2014 15:25:43 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6JFPhMC013268; Sat, 19 Jul 2014 15:25:43 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407191525.s6JFPhMC013268@svn.freebsd.org> From: John Marino Date: Sat, 19 Jul 2014 15:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362264 - head/games/quake3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 19 Jul 2014 15:25:44 -0000 Author: marino Date: Sat Jul 19 15:25:43 2014 New Revision: 362264 URL: http://svnweb.freebsd.org/changeset/ports/362264 QAT: https://qat.redports.org/buildarchive/r362264/ Log: games/quake3: Fix corrupted patch The svn diff utility didn't apply the patch correctly -- 2 lines ended up as one. Fix to resolve malformed patch error. Follows: PR: 188095 Modified: head/games/quake3/files/patch-code-unix-Makefile Modified: head/games/quake3/files/patch-code-unix-Makefile ============================================================================== --- head/games/quake3/files/patch-code-unix-Makefile Sat Jul 19 14:09:12 2014 (r362263) +++ head/games/quake3/files/patch-code-unix-Makefile Sat Jul 19 15:25:43 2014 (r362264) @@ -98,7 +98,8 @@ +RELEASE_CFLAGS+=-O2 -fomit-frame-pointer -pipe -ffast-math -falign-functions=2 -fno-strict-aliasing -fstrength-reduce + else +RELEASE_CFLAGS+=-O2 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations -+ endif+endif ++ endif ++endif -DEBUG_CFLAGS=$(BASE_CFLAGS) -g -Wall -Werror -ifeq ($(ARCH),axp)