Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 15:02:37 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536773 - head/emulators/fs-uae
Message-ID:  <202005281502.04SF2bfV031011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Thu May 28 15:02:37 2020
New Revision: 536773
URL: https://svnweb.freebsd.org/changeset/ports/536773

Log:
  emulators/fs-uae: update to 3.0.5
  
  PR:	246777
  Submitted by:	sirdice@gmail.com (maintainer)

Modified:
  head/emulators/fs-uae/Makefile
  head/emulators/fs-uae/distinfo

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Thu May 28 14:38:57 2020	(r536772)
+++ head/emulators/fs-uae/Makefile	Thu May 28 15:02:37 2020	(r536773)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fs-uae
-PORTVERSION=	3.0.2
+PORTVERSION=	3.0.5
 CATEGORIES=	emulators
 MASTER_SITES=	http://fs-uae.net/stable/${PORTVERSION}/
 
@@ -31,14 +31,23 @@ GNU_CONFIGURE=	yes
 CFLAGS+=	-Wno-c++11-narrowing
 LDFLAGS_i386=	-Wl,-znotext
 
-OPTIONS_DEFINE=	DOCS DEBUG JIT
+OPTIONS_DEFINE=	DOCS DEBUG
+OPTIONS_DEFINE_i386=	JIT
+OPTIONS_DEFINE_amd64=	JIT
 
 JIT_DESC=	Enable JIT compiler (experimental)
 JIT_CONFIGURE_ENABLE=	jit
 
+.include <bsd.port.pre.mk>
+
+# JIT is not supported on non-x86 make sure it's off
+.if ${ARCH} != amd64 && ${ARCH} != i386
+CONFIGURE_ARGS+=	--without-jit
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|= bind|= ::bind|' \
 		${WRKSRC}/src/od-fs/bsdsocket_posix.cpp \
 		${WRKSRC}/src/support/socket.cpp
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

Modified: head/emulators/fs-uae/distinfo
==============================================================================
--- head/emulators/fs-uae/distinfo	Thu May 28 14:38:57 2020	(r536772)
+++ head/emulators/fs-uae/distinfo	Thu May 28 15:02:37 2020	(r536773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573025332
-SHA256 (fs-uae-3.0.2.tar.gz) = 4ededc341edf12ad84e15ecfaf7942ebba12b75aec8c78fb0275d13c749f8aab
-SIZE (fs-uae-3.0.2.tar.gz) = 4843019
+TIMESTAMP = 1589753710
+SHA256 (fs-uae-3.0.5.tar.gz) = f26ec42e03cf1a7b53b6ce0d9845aa45bbf472089b5ec046b3eb784ec6859fe3
+SIZE (fs-uae-3.0.5.tar.gz) = 4819884



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