svn commit: r421400 - head/textproc/cmark

Mathieu Arnold mat at FreeBSD.org
Tue Sep 6 08:00:20 UTC 2016


Le 06/09/2016 à 00:57, John Marino a écrit :
> Author: marino
> Date: Mon Sep  5 22:57:56 2016
> New Revision: 421400
> URL: https://svnweb.freebsd.org/changeset/ports/421400
>
> Log:
>   textproc/cmark: Prevent building port twice when running tests
>   
>   PR:		212393
>   submitted by:	maintainer
>
> Modified:
>   head/textproc/cmark/Makefile
>
> Modified: head/textproc/cmark/Makefile
> ==============================================================================
> --- head/textproc/cmark/Makefile	Mon Sep  5 21:40:38 2016	(r421399)
> +++ head/textproc/cmark/Makefile	Mon Sep  5 22:57:56 2016	(r421400)
> @@ -16,7 +16,9 @@ GH_ACCOUNT=	jgm
>  
>  USES=		cmake:outsource python:3,test
>  USE_LDCONFIG=	yes
> +
>  TEST_TARGET=	test
> +TEST_WRKSRC=	${BUILD_WRKSRC}
>  
>  CMAKE_ARGS=	-DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man

Mmmm, is this something that should be added to USES=cmake when :outsource ?

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160906/1646c055/attachment.sig>


More information about the svn-ports-head mailing list