svn commit: r520156 - head/net/pacemaker1

Kubilay Kocak koobs at FreeBSD.org
Sun Dec 15 08:19:50 UTC 2019


On 15/12/2019 6:50 pm, Antoine Brodin wrote:
> Author: antoine
> Date: Sun Dec 15 07:50:06 2019
> New Revision: 520156
> URL: https://svnweb.freebsd.org/changeset/ports/520156
> 
> Log:
>    - Pin to python 3.6
>    - Deprecate
> 
> Modified:
>    head/net/pacemaker1/Makefile.common
> 
> Modified: head/net/pacemaker1/Makefile.common
> ==============================================================================
> --- head/net/pacemaker1/Makefile.common	Sun Dec 15 05:42:41 2019	(r520155)
> +++ head/net/pacemaker1/Makefile.common	Sun Dec 15 07:50:06 2019	(r520156)
> @@ -10,6 +10,9 @@ COMMENT=		Scalable High-Availability cluster resource
>   
>   LICENSE=		GPLv2
>   
> +DEPRECATED=		fails to build with recent versions of python
> +EXPIRATION_DATE=	2020-02-15
> +
>   BUILD_DEPENDS=		bash:shells/bash \
>   			getopt>=0:misc/getopt
>   LIB_DEPENDS=		libgnutls.so:security/gnutls \
> @@ -32,7 +35,7 @@ GH_ACCOUNT=		ClusterLabs
>   GH_PROJECT=		pacemaker
>   
>   USES=			autoreconf corosync gmake gnome libtool ncurses:port pathfix \
> -			pkgconfig python shebangfix
> +			pkgconfig python:3.6 shebangfix


If it supports python 2.x, this should be -3.6

I also don't think we should be deprecating packages that don't support 
the latest N-2 minor versions of Python, at least not at this point.


>   USE_BINUTILS=		yes
>   USE_GNOME=		glib20
>   USE_LDCONFIG=		yes
> 



More information about the svn-ports-all mailing list