Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 09:36:24 +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: r543849 - head/emulators/zsnes
Message-ID:  <202007310936.06V9aOVY065400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jul 31 09:36:23 2020
New Revision: 543849
URL: https://svnweb.freebsd.org/changeset/ports/543849

Log:
  - Pet portlint
  - Switch to USES=localbase
  - Remove 10 year obsolete comment regarding nasm version
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/zsnes/Makefile
  head/emulators/zsnes/pkg-descr

Modified: head/emulators/zsnes/Makefile
==============================================================================
--- head/emulators/zsnes/Makefile	Fri Jul 31 08:09:32 2020	(r543848)
+++ head/emulators/zsnes/Makefile	Fri Jul 31 09:36:23 2020	(r543849)
@@ -12,28 +12,30 @@ DISTNAME=	zsnes${PORTVERSION:S/.//}src
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Intel x86 only Super Nintendo Entertainment System (SNES) Emulator
 
-# This must be >= 0.98!
-BUILD_DEPENDS=	nasm:devel/nasm
-LIB_DEPENDS=	libpng.so:graphics/png
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/../docs/license.txt
 
 ONLY_FOR_ARCHS=	i386
 ONLY_FOR_ARCHS_REASON=	non-portable, for a portable emulator see emulators/snes9x
 
+BUILD_DEPENDS=	nasm:devel/nasm
+LIB_DEPENDS=	libpng.so:graphics/png
+
+USES=		gmake localbase sdl tar:bzip2
+USE_SDL=	sdl
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-cpucheck
+
 WRKSRC=		${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src
 
+PLIST_FILES=	bin/zsnes man/man1/zsnes.1.gz
+
 NO_OPTIONS_SORT=yes
 OPTIONS_DEFINE=	X11 OPENGL DEBUGGER JMA AO
 OPTIONS_DEFAULT=X11 JMA
 DEBUGGER_DESC=	ZSNES Debugger
 JMA_DESC=	JMA support
 
-USE_SDL=	sdl
-USES=		gmake sdl tar:bzip2
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--disable-cpucheck
-
-PLIST_FILES=	bin/zsnes man/man1/zsnes.1.gz
-
 DEBUGGER_CONFIGURE_ENABLE=	debugger
 JMA_CONFIGURE_ENABLE=	jma
 X11_CONFIGURE_WITH=	x
@@ -41,10 +43,6 @@ OPENGL_CONFIGURE_ENABLE=	opengl
 
 AO_LIB_DEPENDS=	libao.so:audio/libao
 AO_CONFIGURE_ENABLE=	libao
-
-CFLAGS+=	-I${LOCALBASE}/include
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/emulators/zsnes/pkg-descr
==============================================================================
--- head/emulators/zsnes/pkg-descr	Fri Jul 31 08:09:32 2020	(r543848)
+++ head/emulators/zsnes/pkg-descr	Fri Jul 31 09:36:23 2020	(r543849)
@@ -1,4 +1,4 @@
 An x86 only Super Nintendo Entertainment System (SNES) Emulator,
 with higher compatibility rates than snes9x.
 
-WWW: http://www.zsnes.com/
+WWW: https://www.zsnes.com/



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