Index: head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons =================================================================== --- head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons (revision 498130) +++ head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons (nonexistent) @@ -1,14 +0,0 @@ ---- nuitka/build/SingleExe.scons.orig 2019-02-16 07:51:41 UTC -+++ nuitka/build/SingleExe.scons -@@ -138,9 +138,10 @@ uninstalled_python = getBoolOption("unin - # Unstriped mode: Do not remove debug symbols. - unstripped_mode = getBoolOption("unstripped_mode", False) - --# Clang compiler mode, forced on macOS X and FreeBSD, optional on Linux. -+# Clang compiler mode, forced on macOS and FreeBSD (excluding PowerPC), optional on Linux. - clang_mode = getBoolOption("clang_mode", False) - if macosx_target or "freebsd" in sys.platform: -+if macosx_target or ("freebsd" in sys.platform and os.uname()[4] != "powerpc"): - clang_mode = True - - # MinGW compiler mode, optional and interesting to Windows only. Property changes on: head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/nuitka/Makefile =================================================================== --- head/devel/nuitka/Makefile (revision 498130) +++ head/devel/nuitka/Makefile (revision 498131) @@ -1,20 +1,20 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= nuitka -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= devel python MASTER_SITES= https://nuitka.net/releases/ DISTNAME= Nuitka-${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= python@FreeBSD.org COMMENT= Compatible and efficient Python compiler LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python tar:bzip2 USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/nuitka/distinfo =================================================================== --- head/devel/nuitka/distinfo (revision 498130) +++ head/devel/nuitka/distinfo (revision 498131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550415399 -SHA256 (Nuitka-0.6.2.tar.bz2) = 843a4f4d401113bfbfa3c77e0c159433da213f1368abed2248097d654bf3aeb8 -SIZE (Nuitka-0.6.2.tar.bz2) = 1562536 +TIMESTAMP = 1554549811 +SHA256 (Nuitka-0.6.3.tar.bz2) = 57e600739db9c037ded1cd2e0f94775f6b6bcd01ee334e15e061422ef0ba9c9a +SIZE (Nuitka-0.6.3.tar.bz2) = 1609261