svn commit: r493735 - head/devel/nuitka/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 24 02:13:33 UTC 2019


Author: sunpoet
Date: Sun Feb 24 02:13:31 2019
New Revision: 493735
URL: https://svnweb.freebsd.org/changeset/ports/493735

Log:
  Remove gcc version patch
  
  This port builds fine on PowerPC without it.
  
  Tested by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons

Modified: head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons
==============================================================================
--- head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons	Sun Feb 24 01:41:01 2019	(r493734)
+++ head/devel/nuitka/files/patch-nuitka_build_SingleExe.scons	Sun Feb 24 02:13:31 2019	(r493735)
@@ -12,17 +12,3 @@
      clang_mode = True
  
  # MinGW compiler mode, optional and interesting to Windows only.
-@@ -751,11 +752,11 @@ if gcc_mode and "clang" not in the_cc_na
-     # binary if it's not high enough. This is esp. useful under Debian which
-     # allows all compiler to exist next to each other and where g++ might not be
-     # good enough, but g++-4.5 would be.
--    if gcc_version < "4.4":
-+    if gcc_version < "4.2.1":
-         sys.exit(
-             """\
- The gcc compiler %s (version %s) doesn't have the sufficient \
--version (>= 4.4)."""
-+version (>= 4.2.1)."""
-             % (the_compiler, gcc_version)
-         )
- 


More information about the svn-ports-all mailing list