Date: Wed, 27 Feb 2013 14:30:27 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313057 - head/lang/objc Message-ID: <201302271430.r1REURAR083982@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Feb 27 14:30:27 2013 New Revision: 313057 URL: http://svnweb.freebsd.org/changeset/ports/313057 Log: - Broken fails to build make compiler cd src; cd objcrt; make objc -q -c Object.m -DNDEBUG -O2 -noI ar cr objcrt.a Object.o objc -q -c Block.m -DNDEBUG -O2 -noI /usr/include/stdlib.h:82: fatal: syntax error "void" *** [Block.o] Error code 1 Modified: head/lang/objc/Makefile (contents, props changed) Modified: head/lang/objc/Makefile ============================================================================== --- head/lang/objc/Makefile Wed Feb 27 14:27:06 2013 (r313056) +++ head/lang/objc/Makefile Wed Feb 27 14:30:27 2013 (r313057) @@ -1,9 +1,5 @@ -# New ports collection makefile for: objc compiler -# Date created: 16 May 1998 -# Whom: chuckr@freebsd.org -# +# Created by: chuckr@freebsd.org # $FreeBSD$ -# PORTNAME= objc PORTVERSION= 3.2.11 @@ -16,6 +12,8 @@ COMMENT= Portable Object Compiler BOOTVERSION= 3.2.11 +BROKEN= fails to build + ALL_TARGET= default MAKE_ENV= PATH=${WRKDIR}/bin:${PATH} GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302271430.r1REURAR083982>