Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2017 11:22:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455888 - in head/games/legesmotus: . files
Message-ID:  <201712101122.vBABMTAj089143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Dec 10 11:22:29 2017
New Revision: 455888
URL: https://svnweb.freebsd.org/changeset/ports/455888

Log:
  - Remove arch limitations

Modified:
  head/games/legesmotus/Makefile
  head/games/legesmotus/files/patch-common.mk

Modified: head/games/legesmotus/Makefile
==============================================================================
--- head/games/legesmotus/Makefile	Sun Dec 10 11:07:31 2017	(r455887)
+++ head/games/legesmotus/Makefile	Sun Dec 10 11:22:29 2017	(r455888)
@@ -11,10 +11,8 @@ MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Team-based, networked, 2D shooter set in zero-gravity
 
 LICENSE=	GPLv2 GPLv3
-LICENSE_COMB=	dual
-
-NOT_FOR_ARCHS=		aarch64 armv6 armv7
-NOT_FOR_ARCHS_REASON=	fails to build: Disallowed architecture for this platform
+LICENSE_COMB=	dual  # not GPLv2+
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \

Modified: head/games/legesmotus/files/patch-common.mk
==============================================================================
--- head/games/legesmotus/files/patch-common.mk	Sun Dec 10 11:07:31 2017	(r455887)
+++ head/games/legesmotus/files/patch-common.mk	Sun Dec 10 11:22:29 2017	(r455888)
@@ -8,7 +8,21 @@
  #UNIVERSAL = 1
  #NOBUNDLE = 1
  
-@@ -174,12 +173,10 @@ CXXFLAGS += -Wnon-virtual-dtor
+@@ -84,13 +83,6 @@ ifeq ($(ARCHS),)
+  endif
+ endif
+ 
+-# Only Mac OS X can use fat binaries
+-ifneq ($(filter $(ARCH),$(ARCHS)),$(ARCH))
+- ifneq ($(MACHINE)-$(ARCH),Darwin-universal)
+-  $(error Disallowed architecture for this platform: $(ARCH))
+- endif
+-endif
+-
+ ifeq ($(MACHINE)$(NOBUNDLE),Darwin)
+  export MACOSX_DEPLOYMENT_TARGET=10.4
+  FLAGS_SDL  = -I$(FRAMEWORKS)/SDL.framework/Headers
+@@ -174,12 +166,10 @@ CXXFLAGS += -Wnon-virtual-dtor
  
  ifeq ($(DEBUG),1)
   RELEASE = debug



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