ports/77732: ports/lang/gprolog needs gcc295 to build

clemens fischer ino-qc at spotteswoode.de.eu.org
Sat Feb 19 15:20:11 UTC 2005


>Number:         77732
>Category:       ports
>Synopsis:       ports/lang/gprolog needs gcc295 to build
>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 Feb 19 15:20:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     clemens fischer <ino-qc at spotteswoode.de.eu.org>
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD spotteswoode.dnsalias.org 5.3-STABLE FreeBSD 5.3-STABLE #7:
Sat Feb 12 16:46:26 CET 2005
root at spotteswoode.dnsalias.org:/mail/freebsd/obj/mail/freebsd/RELENG_5/src/sys/n2
i386

>Description:
	ports/lang/gprolog can be unbroken for 5.x by using gcc295

>How-To-Repeat:
	try to build on 5.x, then after applying attached patch

>Fix:

--- Makefile.0	Sat Feb 19 15:42:23 2005
+++ Makefile	Sat Feb 19 15:49:42 2005
@@ -36,8 +36,11 @@

 .include <bsd.port.pre.mk>

+# -ino: 20050219-1544 from devel/oskit
 .if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
+BUILD_DEPENDS=  gcc295:${PORTSDIR}/lang/gcc295
+#RUN_DEPENDS=    gcc295:${PORTSDIR}/lang/gcc295
+USE_GCC=        2.95
 .endif

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



More information about the freebsd-ports-bugs mailing list