From 78321ca20c2e7b3f99b6d64f6b173c9a9f23acb4 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 7 Dec 2019 22:19:30 +0000 Subject: [PATCH] Fix makefile ordering. Reported by: mat --- lang/python35/Makefile | 8 ++++---- lang/python36/Makefile | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/python35/Makefile b/lang/python35/Makefile index cd0df30bbde1..91dc9570cc4c 100644 --- a/lang/python35/Makefile +++ b/lang/python35/Makefile @@ -10,15 +10,15 @@ 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 PATHFIX_MAKEFILEIN= Makefile.pre.in diff --git a/lang/python36/Makefile b/lang/python36/Makefile index 8d373a0383c9..a0e258e53a61 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -10,16 +10,16 @@ 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 USE_LDCONFIG= yes