Date: Sat, 4 Nov 2006 11:42:44 -0500 (EST) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/105150: [PATCH] misc/goblin: unbreak on 5.X and higher Message-ID: <200611041642.kA4GginP055533@goodking.goodking.ca> Resent-Message-ID: <200611041753.kA4Hrfba018739@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105150 >Category: ports >Synopsis: [PATCH] misc/goblin: unbreak on 5.X and higher >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 04 17:53:40 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - unbreak with USE_GCC=3.2 - November 2006 Bugathon Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- goblin-2.6.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/goblin/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 10 May 2006 22:37:18 -0000 1.15 +++ Makefile 4 Nov 2006 16:41:14 -0000 @@ -21,6 +21,7 @@ CONFLICTS= ImageMagick-[0-9]* display-* USE_GMAKE= yes +USE_GCC= 3.2 MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ LD="${CXX}" LIBS="-lm ${LDFLAGS}" LISShared="-lm ${LDFLAGS}" \ @@ -36,10 +37,6 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${OSVERSION} < 500035 CXXFLAGS+= -fhuge-objects .endif --- goblin-2.6.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611041642.kA4GginP055533>