svn commit: r480838 - in head: science/paraview textproc/py-pygments

Mathieu Arnold mat at FreeBSD.org
Sat Sep 29 07:27:43 UTC 2018


On Fri, Sep 28, 2018 at 02:41:26AM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Fri Sep 28 02:41:25 2018
> New Revision: 480838
> URL: https://svnweb.freebsd.org/changeset/ports/480838
> 
> Log:
>   textproc/py-pygments and science/paraview conflict each other
>   
>   Approved by:	portmgr blanket
> 
> Modified:
>   head/science/paraview/Makefile
>   head/textproc/py-pygments/Makefile
> 
> Modified: head/science/paraview/Makefile
> ==============================================================================
> --- head/science/paraview/Makefile	Fri Sep 28 00:12:48 2018	(r480837)
> +++ head/science/paraview/Makefile	Fri Sep 28 02:41:25 2018	(r480838)
> @@ -42,6 +42,8 @@ USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage
>  USE_LDCONFIG=	yes
>  USE_GSTREAMER=	yes
>  
> +CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pygments
> +
>  CMAKE_ARGS+=	-DBUILD_SHARED_LIBS="ON" \
>  		-DVTK_USE_SYSTEM_PNG="ON" \
>  		-DVTK_USE_SYSTEM_JPEG="ON" \
> 
> Modified: head/textproc/py-pygments/Makefile
> ==============================================================================
> --- head/textproc/py-pygments/Makefile	Fri Sep 28 00:12:48 2018	(r480837)
> +++ head/textproc/py-pygments/Makefile	Fri Sep 28 02:41:25 2018	(r480838)
> @@ -17,4 +17,10 @@ USES=		python
>  USE_PYTHON=	distutils concurrent autoplist
>  NO_ARCH=	yes
>  
> -.include <bsd.port.mk>
> +.include <bsd.port.pre.mk>
> +
> +.if ${PYTHON_VER} == 2.7
> +CONFLICTS_INSTALL=	paraview
> +.endif
> +
> +.include <bsd.port.post.mk>

Without knowing why the two ports conflict, it is a bit hard to say, but
it feels like the PYTHON_VER == 2.7 is wrong and should be PYTHON_VER ==
PYTHON_DEFAULT or the other conflict should be py27-pygments.

-- 
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/20180929/6832cbaa/attachment.sig>


More information about the svn-ports-all mailing list