Date: Sat, 7 Dec 2019 22:19:30 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519244 - in head/lang: python35 python36 Message-ID: <201912072219.xB7MJUNF096556@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Dec 7 22:19:30 2019 New Revision: 519244 URL: https://svnweb.freebsd.org/changeset/ports/519244 Log: Fix makefile ordering. Reported by: mat Modified: head/lang/python35/Makefile head/lang/python36/Makefile Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Sat Dec 7 21:46:04 2019 (r519243) +++ head/lang/python35/Makefile Sat Dec 7 22:19:30 2019 (r519244) @@ -10,14 +10,14 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python +# Resolve sinpi name clash with libm (IEEE-754 violation) +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 + MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language LICENSE= PSFL - -# Resolve sinpi name clash with libm (IEEE-754 violation) -PATCH_SITES= https://github.com/python/cpython/commit/ -PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz USE_CSTD= c99 Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Sat Dec 7 21:46:04 2019 (r519243) +++ head/lang/python36/Makefile Sat Dec 7 22:19:30 2019 (r519244) @@ -10,15 +10,15 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= python@FreeBSD.org -COMMENT= Interpreted object-oriented programming language - -LICENSE= PSFL - # Resolve sinpi name clash with libm (IEEE-754 violation) PATCH_SITES= https://github.com/python/cpython/commit/ PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \ f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 + +MAINTAINER= python@FreeBSD.org +COMMENT= Interpreted object-oriented programming language + +LICENSE= PSFL USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912072219.xB7MJUNF096556>