Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 11:58:10 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302107 - head/deskutils/simpleagenda
Message-ID:  <201208051158.q75BwA3Q080282@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Sun Aug  5 11:58:10 2012
New Revision: 302107
URL: http://svn.freebsd.org/changeset/ports/302107

Log:
  - Mark as BROKEN:
  Compiling file AppController.m ...
  In file included from GNUstep/System/Library/Headers/GNUstepBase/GSObjCRuntime.h:85,
                   from GNUstep/System/Library/Headers/Foundation/NSObjCRuntime.h:95,
                   from GNUstep/System/Library/Headers/Foundation/NSObject.h:30,
                   from GNUstep/System/Library/Headers/Foundation/FoundationErrors.h:29,
                   from GNUstep/System/Library/Headers/Foundation/Foundation.h:33,
                   from GNUstep/System/Library/Headers/AppKit/AppKit.h:40,
                   from AppController.m:3:
  GNUstep/System/Library/Headers/ObjectiveC2/objc/runtime.h:297: error:
                   expected ')' before 'sel1'
  gmake[3]: *** [obj/SimpleAgenda.obj/AppController.m.o] Error 1
  
  Reported by:	pointyhat

Modified:
  head/deskutils/simpleagenda/Makefile

Modified: head/deskutils/simpleagenda/Makefile
==============================================================================
--- head/deskutils/simpleagenda/Makefile	Sun Aug  5 11:10:35 2012	(r302106)
+++ head/deskutils/simpleagenda/Makefile	Sun Aug  5 11:58:10 2012	(r302107)
@@ -18,6 +18,8 @@ LIB_DEPENDS+=	ical:${PORTSDIR}/devel/lib
 
 LICENSE=	GPLv2
 
+BROKEN=		does not build
+
 USE_GNUSTEP=	yes
 USE_GNUSTEP_CONFIGURE=	yes
 USE_GNUSTEP_BACK=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208051158.q75BwA3Q080282>