svn commit: r322310 - head/devel/lua50-dfui

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 5 06:44:42 UTC 2013


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 at fubar.geek.nz>
-#
+# Created by: Andrew Turner <andrew+ports at fubar.geek.nz>
 # $FreeBSD$
-#
 
 PORTNAME=	dfui
 PORTVERSION=	0.1.20050901
@@ -16,6 +12,8 @@ DISTNAME=	lua-dfui-0.1.20050901
 MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list