svn commit: r315974 - head/devel/p5-Cdk

Martin Wilke miwi at FreeBSD.org
Wed Apr 17 15:33:38 UTC 2013


Author: miwi
Date: Wed Apr 17 15:33:37 2013
New Revision: 315974
URL: http://svnweb.freebsd.org/changeset/ports/315974

Log:
  - Mark broken
  
  Cdk.c: In function 'XS_CDKCALENDARPtr_DESTROY':
  Cdk.c:20581: error: 'CDKCALENDAR' undeclared (first use in this function)
  Cdk.c:20581: error: 'object' undeclared (first use in this function)
  Cdk.c:20585: error: expected expression before ')' token
  *** Error code 1
  
  Feature safe:	yes

Modified:
  head/devel/p5-Cdk/Makefile

Modified: head/devel/p5-Cdk/Makefile
==============================================================================
--- head/devel/p5-Cdk/Makefile	Wed Apr 17 15:31:06 2013	(r315973)
+++ head/devel/p5-Cdk/Makefile	Wed Apr 17 15:33:37 2013	(r315974)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Cdk
-# Date created:				May 27th 2001
-# Whom:	      				Chia-liang Kao <clkao at clkao.org>
-#
+# Created by: Chia-liang Kao <clkao at clkao.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Cdk
 PORTVERSION=	4.9.10
@@ -19,6 +15,8 @@ COMMENT=	Perl5 module for Curses Develop
 
 LIB_DEPENDS=	cdk.5:${PORTSDIR}/devel/cdk
 
+BROKEN=	does not build
+
 PERL_CONFIGURE=	yes
 
 post-patch:


More information about the svn-ports-head mailing list