Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 06:44:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322310 - head/devel/lua50-dfui
Message-ID:  <201307050644.r656ighm021127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul  5 06:44:42 2013
New Revision: 322310
URL: http://svnweb.freebsd.org/changeset/ports/322310

Log:
  Mark as broken: does not build
  common.c:64:17: error: lua.h: No such file or directory
  common.c:65:21: error: lauxlib.h: No such file or directory
  common.c:66:20: error: lualib.h: No such file or directory

Modified:
  head/devel/lua50-dfui/Makefile

Modified: head/devel/lua50-dfui/Makefile
==============================================================================
--- head/devel/lua50-dfui/Makefile	Fri Jul  5 06:42:31 2013	(r322309)
+++ head/devel/lua50-dfui/Makefile	Fri Jul  5 06:44:42 2013	(r322310)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   lua50-dfui
-# Date created:        18 April 2006
-# Whom:                Andrew Turner <andrew+ports@fubar.geek.nz>
-#
+# Created by: Andrew Turner <andrew+ports@fubar.geek.nz>
 # $FreeBSD$
-#
 
 PORTNAME=	dfui
 PORTVERSION=	0.1.20050901
@@ -16,6 +12,8 @@ DISTNAME=	lua-dfui-0.1.20050901
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	DFUI binding for Lua 5.0.x
 
+BROKEN=		Does not build
+
 BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:extract
 LIB_DEPENDS=	dfui4.4:${PORTSDIR}/devel/libdfui
 



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