Date: Wed, 12 Feb 2014 19:53:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344010 - head/graphics/ruby-tgif Message-ID: <201402121953.s1CJrtOW060389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Feb 12 19:53:54 2014 New Revision: 344010 URL: http://svnweb.freebsd.org/changeset/ports/344010 QAT: https://qat.redports.org/buildarchive/r344010/ Log: Mark broken: does not compile tgif.c: In function 'rb_ext_Tgif_out': tgif.c:50: error: 'OpenFile' undeclared (first use in this function) tgif.c:50: error: (Each undeclared identifier is reported only once tgif.c:50: error: for each function it appears in.) tgif.c:50: error: 'fptr' undeclared (first use in this function) Reported by: pkg-fallout since august 2013 Modified: head/graphics/ruby-tgif/Makefile Modified: head/graphics/ruby-tgif/Makefile ============================================================================== --- head/graphics/ruby-tgif/Makefile Wed Feb 12 19:48:28 2014 (r344009) +++ head/graphics/ruby-tgif/Makefile Wed Feb 12 19:53:54 2014 (r344010) @@ -13,6 +13,8 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension library to draw Tgif graphics +BROKEN= Does not compile + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${TGIF_PORT}:build \ imake:${PORTSDIR}/devel/imake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121953.s1CJrtOW060389>