Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 17:12:02 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311875 - in head/devel/lua-posix: . files
Message-ID:  <201302071712.r17HC2Qw034731@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Thu Feb  7 17:12:02 2013
New Revision: 311875
URL: http://svnweb.freebsd.org/changeset/ports/311875

Log:
  Unbreak -- builds here (9.1/amd64) without obvious problems. Silence
  one compiler warning -- just in case.
  
  When marking broken due to build-failure, please, quote the error
  in the commit log...

Added:
  head/devel/lua-posix/files/patch-warnings   (contents, props changed)
Modified:
  head/devel/lua-posix/Makefile   (contents, props changed)

Modified: head/devel/lua-posix/Makefile
==============================================================================
--- head/devel/lua-posix/Makefile	Thu Feb  7 17:06:44 2013	(r311874)
+++ head/devel/lua-posix/Makefile	Thu Feb  7 17:12:02 2013	(r311875)
@@ -15,8 +15,6 @@ DISTFILES=	lposix.tar.gz
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A POSIX layer for Lua
 
-BROKEN=		does not build
-
 USE_LUA?=	5.1
 WRKSRC=		${WRKDIR}/posix
 

Added: head/devel/lua-posix/files/patch-warnings
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/lua-posix/files/patch-warnings	Thu Feb  7 17:12:02 2013	(r311875)
@@ -0,0 +1,9 @@
+--- modemuncher.c	2003-11-05 19:14:10.000000000 -0500
++++ modemuncher.c	2013-02-07 12:03:26.000000000 -0500
+@@ -36,5 +36,5 @@
+ 	{'w',					S_IWOTH},
+ 	{'x',					S_IXOTH},
+-	{(char)NULL, 					(mode_t)-1} /* do not delete this line */
++	{'\0', 					(mode_t)-1} /* do not delete this line */
+ };
+ 



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