svn commit: r313057 - head/lang/objc

Martin Wilke miwi at FreeBSD.org
Wed Feb 27 14:30:28 UTC 2013


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 at freebsd.org
-#
+# Created by: chuckr at 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


More information about the svn-ports-head mailing list