ports/116241: update games/crafty (Also solves pr ports/116163)

Jonathan Shoemaker shoemaker at bluebottle.com
Mon Sep 10 00:50:07 UTC 2007


The following reply was made to PR ports/116241; it has been noted by GNATS.

From: shoemaker at bluebottle.com (Jonathan Shoemaker)
To: Edwin Groothuis <edwin at freebsd.org>
Cc: freebsd-ports-bugs at freebsd.org
Subject: Re: ports/116241: update games/crafty (Also solves pr ports/116163)
Date: 09 Sep 2007 18:40:38 -0600

 I must be getting somewhat senile...  Ok.  It wasn't even passing the
 CXX flags from /etc/make.conf anyway, because I left it as CXFLAGS.
 Doh!
 
 Hopefully the last one.  Please replace, yet again, patch-Makefile
 with this:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	patch-Makefile
 #
 echo x - patch-Makefile
 sed 's/^X//' >patch-Makefile << 'END-of-patch-Makefile'
 X--- Makefile.orig	Tue Jun 20 07:57:17 2006
 X+++ Makefile	Sun Sep  9 18:21:28 2007
 X@@ -146,10 +146,10 @@
 X freebsd:
 X 	$(MAKE) target=FreeBSD \
 X 		CC=gcc CXX='$(CC)' \
 X-		CFLAGS='$(CFLAGS) -fomit-frame-pointer -m486 -O3 -Wall' \
 X-		CXFLAGS=$(CFLAGS) \
 X-		LDFLAGS=$(LDFLAGS) \
 X-		opt='$(opt) -DINLINE32' \
 X+		CFLAGS+='-fomit-frame-pointer -mtune=i486 -O3 -Wall' \
 X+		CXFLAGS+='$(CXXFLAGS)' \
 X+		LDFLAGS='$(LDFLAGS) -lstdc++' \
 X+		opt='$(opt)' \
 X 		crafty-make
 X 
 X freebsd-pgcc:
 END-of-patch-Makefile
 exit
 
 // J Shoemaker
 -- 
 If only God would give me some clear sign!
 Like making a large deposit in my name at a Swiss bank.
 		-- Woody Allen, "Without Feathers"
 
 ----------------------------------------------------------------------
 Find out how you can get spam free email.
 http://www.bluebottle.com/tag/3
 
 



More information about the freebsd-ports-bugs mailing list