svn commit: r315650 - head/graphics/lua-gd

Matthias Andree mandree at FreeBSD.org
Mon Apr 1 12:04:28 UTC 2013


Am 01.04.2013 12:10, schrieb Martin Wilke:
> Author: miwi
> Date: Mon Apr  1 10:10:33 2013
> New Revision: 315650
> URL: http://svnweb.freebsd.org/changeset/ports/315650
> 
> Log:
>   - Unbreak build
>   
>   Submitted by:	ergey V. Dyatko (maintainer (via irc))
> 
> Modified:
>   head/graphics/lua-gd/Makefile
> 
> Modified: head/graphics/lua-gd/Makefile
> ==============================================================================
> --- head/graphics/lua-gd/Makefile	Mon Apr  1 09:55:37 2013	(r315649)
> +++ head/graphics/lua-gd/Makefile	Mon Apr  1 10:10:33 2013	(r315650)
> @@ -35,7 +35,7 @@ LUA_MODLIBDIR=	${PREFIX}/lib/lua/${LUA_V
>  do-install:
>  	${MKDIR} ${LUA_MODLIBDIR}
>  	${INSTALL_PROGRAM} ${WRKSRC}/gd.so ${LUA_MODLIBDIR}
> -	lua-5.1 ${WRKSRC}/test_features.lua
> +	${LUA_CMD} ${WRKSRC}/test_features.lua
>  .if ${PORT_OPTIONS:MDOCS}
>  	${MKDIR} ${DOCSDIR}
>  	cd ${WRKSRC}/doc/ && ${INSTALL_DATA} * ${DOCSDIR}/
> 

This had broken neither "port test" nor Tinderbox builds before I had
committed the new port, and I was about to postpone it until after the
freeze was over... but thank you anyways.


More information about the svn-ports-head mailing list