Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2019 19:19:35 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r520156 - head/net/pacemaker1
Message-ID:  <7151a3c6-d78b-d8d5-e344-8f0c9dec4a58@FreeBSD.org>
In-Reply-To: <201912150750.xBF7o6KY052178@repo.freebsd.org>
References:  <201912150750.xBF7o6KY052178@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7151a3c6-d78b-d8d5-e344-8f0c9dec4a58>