Date: Tue, 19 Jan 2021 16:10:08 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562052 - head/devel/py-yaml Message-ID: <202101191610.10JGA8XK006823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Tue Jan 19 16:10:08 2021 New Revision: 562052 URL: https://svnweb.freebsd.org/changeset/ports/562052 Log: Switch the optional libyaml to be on by default There are software packages that expect pyyaml to be compiled with libyaml support. Switching the default eases using the port as a dep. Reported by: thierry Modified: head/devel/py-yaml/Makefile Modified: head/devel/py-yaml/Makefile ============================================================================== --- head/devel/py-yaml/Makefile Tue Jan 19 15:51:15 2021 (r562051) +++ head/devel/py-yaml/Makefile Tue Jan 19 16:10:08 2021 (r562052) @@ -3,6 +3,7 @@ PORTNAME= yaml PORTVERSION= 5.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +19,8 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils OPTIONS_DEFINE= LIBYAML EXAMPLES +OPTIONS_DEFAULT= LIBYAML + LIBYAML_DESC= Use textproc/libyaml for faster parsing LIBYAML_LIB_DEPENDS= libyaml.so:textproc/libyaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101191610.10JGA8XK006823>