svn commit: r479028 - head/games/yadex

Mathieu Arnold mat at FreeBSD.org
Wed Sep 5 21:49:49 UTC 2018


On Wed, Sep 05, 2018 at 04:31:39PM +0000, Alexey Dokuchaev wrote:
> Author: danfe
> Date: Wed Sep  5 16:31:39 2018
> New Revision: 479028
> URL: https://svnweb.freebsd.org/changeset/ports/479028
> 
> Log:
>   Consummate conversion to option helpers (should've been part of r479022).
> 
> Modified:
>   head/games/yadex/Makefile
>   head/games/yadex/pkg-plist
> 
> Modified: head/games/yadex/Makefile
> ==============================================================================
> --- head/games/yadex/Makefile	Wed Sep  5 16:21:20 2018	(r479027)
> +++ head/games/yadex/Makefile	Wed Sep  5 16:31:39 2018	(r479028)
> @@ -37,17 +37,10 @@ PATCH_SUFFIX=	.diff
>  PATCHFILES=	${PATCH_PREFIX}_Depend${PATCH_SUFFIX}
>  
>  3D_RENDER_PATCHFILES=	${PATCH_PREFIX}_Render3D${PATCH_SUFFIX}
> +3D_RENDER_PORTDOCS=	preview.html

This is missing a 3D_RENDER_IMPLIES=DOCS.

> -
> -.include <bsd.port.options.mk>
> -
> -.if ${PORT_OPTIONS:M3D_RENDER}
> -PLIST_SUB+=	3DRENDER=""
> -.else
> -PLIST_SUB+=	3DRENDER="@comment "
> -.endif
>  
>  post-patch-WHITE_BG-on:
>  	@${REINPLACE_CMD} -E 's,^#(CXXFLAGS \+= -DWHITE_BACKGROUND)$$,\1,' \
> 
> Modified: head/games/yadex/pkg-plist
> ==============================================================================
> --- head/games/yadex/pkg-plist	Wed Sep  5 16:21:20 2018	(r479027)
> +++ head/games/yadex/pkg-plist	Wed Sep  5 16:31:39 2018	(r479028)
> @@ -39,7 +39,6 @@ man/man6/yadex.6.gz
>  %%PORTDOCS%%%%DOCSDIR%%/nook2.png
>  %%PORTDOCS%%%%DOCSDIR%%/packagers_guide.html
>  %%PORTDOCS%%%%DOCSDIR%%/palette.html
> -%%PORTDOCS%%%%3DRENDER%%%%DOCSDIR%%/preview.html
>  %%PORTDOCS%%%%DOCSDIR%%/reporting.html
>  %%PORTDOCS%%%%DOCSDIR%%/slice1.png
>  %%PORTDOCS%%%%DOCSDIR%%/slice2.png
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180905/fc97f5a4/attachment.sig>


More information about the svn-ports-all mailing list