ports/186577: Fix for building games/blockout on FreeBSD-11.X

S devel at stasyan.com
Sun Feb 9 06:30:01 UTC 2014


>Number:         186577
>Category:       ports
>Synopsis:       Fix for building games/blockout on FreeBSD-11.X
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 09 06:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     S
>Release:        11-Current
>Organization:
None
>Environment:
11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260187M:
>Description:
Fix building of games/blockout when gcc is not installed.
>How-To-Repeat:
http://beefy1.isc.freebsd.org/bulk/head-i386-default/2014-02-06_18h13m58s/logs/blockout-2.4_2.log
>Fix:


Patch attached with submission follows:

--- files/patch-Makefile.orig	2014-02-09 13:16:19.000000000 +0700
+++ files/patch-Makefile	2014-02-09 13:18:08.000000000 +0700
@@ -1,5 +1,5 @@
---- BlockOut/Makefile.orig	2009-08-06 14:55:56.000000000 +0700
-+++ BlockOut/Makefile	2009-08-06 15:39:07.000000000 +0700
+--- BlockOut/Makefile.orig	2008-01-10 00:29:06.000000000 +0600
++++ BlockOut/Makefile	2014-02-09 13:17:22.000000000 +0700
 @@ -34,17 +34,17 @@
  
  #---------------------------------------------------------------------
@@ -9,7 +9,8 @@
 +SDL_ROOT	= /usr/local
 +IMGLIB_ROOT	= ../ImageLib/src
  
- CXX		= g++
+-CXX		= g++
++#CXX		= g++
  
  CXXFLAGS =     -g -D_DEBUG -Dlinux -c \
 -               -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I.
--- files/patch-ImageLib_src_Makefile.orig	1970-01-01 07:00:00.000000000 +0700
+++ files/patch-ImageLib_src_Makefile	2014-02-09 13:16:57.000000000 +0700
@@ -0,0 +1,13 @@
+--- ImageLib/src/Makefile.orig	2014-02-09 13:14:33.000000000 +0700
++++ ImageLib/src/Makefile	2014-02-09 13:15:28.000000000 +0700
+@@ -32,8 +32,8 @@
+ 
+ #---------------------------------------------------------------------
+ 
+-CXX	= g++
+-CC	= gcc
++#CXX	= g++
++#CC	= gcc
+ 
+ CXXFLAGS    = -O2 -Dlinux -c -I.
+ CFLAGS      = -O2 -Dlinux -c -I.


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list