svn commit: r350281 - head/lang/ocs
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 5 23:49:57 UTC 2014
Author: antoine
Date: Sat Apr 5 23:49:56 2014
New Revision: 350281
URL: http://svnweb.freebsd.org/changeset/ports/350281
QAT: https://qat.redports.org/buildarchive/r350281/
Log:
Mark broken, fails to build
On 8 and 9:
Generating i386 object code for Tcl ...
In file included from OCS/Tcl.c:80:
./Tcl.hc.c: In function 'execFun':
./Tcl.hc.c:264: error: 'Tcl_Interp' has no member named 'result'
./Tcl.hc.c: In function 'execCom':
./Tcl.hc.c:308: error: 'Tcl_Interp' has no member named 'result'
./Tcl.hc.c:311: error: 'Tcl_Interp' has no member named 'result'
...
On 10 and head:
OCS/INLINE.c:19:36: error: non-void function 'init_AINLINE' should return a value [-Wreturn-type]
static int visited=0; if(visited) return; visited=1;
^
Reported by: pkg-fallout (maybe since august 2013)
With hat: portmgr
Modified:
head/lang/ocs/Makefile
Modified: head/lang/ocs/Makefile
==============================================================================
--- head/lang/ocs/Makefile Sat Apr 5 23:32:54 2014 (r350280)
+++ head/lang/ocs/Makefile Sat Apr 5 23:49:56 2014 (r350281)
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= bkoenig at cs.tu-berlin.de
COMMENT= The OPAL Compilation System
+BROKEN= Fails to build
+
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
WRKSRC= ${WRKDIR}/${PORTNAME}
More information about the svn-ports-all
mailing list