Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2019 15:10:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507572 - in head/devel: godot godot2
Message-ID:  <201907291510.x6TFAJE0000599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jul 29 15:10:18 2019
New Revision: 507572
URL: https://svnweb.freebsd.org/changeset/ports/507572

Log:
  devel/godot: drop non-x86 workaround after r464715/r480149

Modified:
  head/devel/godot/Makefile   (contents, props changed)
  head/devel/godot2/Makefile   (contents, props changed)

Modified: head/devel/godot/Makefile
==============================================================================
--- head/devel/godot/Makefile	Mon Jul 29 14:58:42 2019	(r507571)
+++ head/devel/godot/Makefile	Mon Jul 29 15:10:18 2019	(r507572)
@@ -3,8 +3,8 @@
 
 PORTNAME=	godot
 DISTVERSION=	3.1.1
-PORTREVISION=	1
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	2
 CATEGORIES=	devel games
 
 MAINTAINER=	FreeBSD@Shaneware.biz
@@ -39,10 +39,6 @@ MAKE_ARGS_clang=	use_llvm=True
 CXXFLAGS+=		-DRTAUDIO_ENABLED
 CXXFLAGS_i386=		${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_i386_gcc=	-march=i586
-CXXFLAGS_aarch64=	-DNO_THREADS
-CXXFLAGS_sparc64=	-DNO_THREADS
-CXXFLAGS_mips=		-DNO_THREADS
-CXXFLAGS_mips64=	-DNO_THREADS
 
 # option MONO doesn't build (needs 5.12+) so for now leave it out as an option
 OPTIONS_DEFINE=		EXAMPLES TOOLS

Modified: head/devel/godot2/Makefile
==============================================================================
--- head/devel/godot2/Makefile	Mon Jul 29 14:58:42 2019	(r507571)
+++ head/devel/godot2/Makefile	Mon Jul 29 15:10:18 2019	(r507572)
@@ -3,8 +3,8 @@
 
 PORTNAME=	godot
 PORTVERSION=	2.1.5
-PORTREVISION=	2
 DISTVERSIONSUFFIX=	-stable
+PORTREVISION=	3
 CATEGORIES=	devel games
 PKGNAMESUFFIX?=	2
 
@@ -37,10 +37,6 @@ MAKE_ARGS_clang=	use_llvm=yes
 CXXFLAGS+=		-DGLEW_NO_GLU -DRTAUDIO_ENABLED
 CXXFLAGS_i386=		${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_i386_gcc=	-march=i586
-CXXFLAGS_aarch64=	-DNO_THREADS
-CXXFLAGS_sparc64=	-DNO_THREADS
-CXXFLAGS_mips=		-DNO_THREADS
-CXXFLAGS_mips64=	-DNO_THREADS
 LDFLAGS+=		-lspeex -lmpcdec
 
 OPTIONS_DEFINE=		EXAMPLES TOOLS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907291510.x6TFAJE0000599>