svn commit: r311875 - in head/devel/lua-posix: . files

Mikhail Teterin mi at FreeBSD.org
Thu Feb 7 17:12:03 UTC 2013


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 at 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 */
+ };
+ 


More information about the svn-ports-head mailing list