ports/117783: lang/clisp: fix build on FreeBSD 7
NIIMI Satoshi
sa2c at sa2c.net
Sat Nov 3 08:00:05 UTC 2007
>Number: 117783
>Category: ports
>Synopsis: lang/clisp: fix build on FreeBSD 7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 03 08:00:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: NIIMI Satoshi
>Release: FreeBSD 7.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD freebsd7 7.0-BETA2 FreeBSD 7.0-BETA2 #25: Sat Nov 3 14:34:43 JST 2007 root at freebsd7:/usr/obj/usr/src/sys/VMWARE i386
>Description:
Although the port is marked as broken only on pointyhat as:
| coredumps when building on pointyhat with FreeBSD 7.x
it still dumps core on my environment.
The problem is caused by GCC 4.2 and can be fixed to use older version
of GCC.
>How-To-Repeat:
>Fix:
--- clisp.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/clisp/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile 24 Oct 2007 00:43:50 -0000 1.48
+++ Makefile 3 Nov 2007 07:35:07 -0000
@@ -52,8 +52,9 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000 && defined(PACKAGE_BUILDING)
-BROKEN= coredumps when building on pointyhat with FreeBSD 7.x
+.if ${OSVERSION} >= 700000
+# CLISP does not build with GCC 4.2
+USE_GCC= 3.4
.endif
MODULES= BDB CLX_MIT CLX_NEW FASTCGI ORACLE PARI PCRE PGSQL RAWSOCK \
--- clisp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list