svn commit: r456861 - head/emulators/gnuboy

Mark Linimon linimon at FreeBSD.org
Wed Dec 20 22:05:02 UTC 2017


Author: linimon
Date: Wed Dec 20 22:05:01 2017
New Revision: 456861
URL: https://svnweb.freebsd.org/changeset/ports/456861

Log:
  Code is specific to x86.  While here, update pkg-descr.
  
  Obtained from:	https://sourceforge.net/p/gnuboy/code/HEAD/tree/trunk/configure.in

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

Modified: head/emulators/gnuboy/Makefile
==============================================================================
--- head/emulators/gnuboy/Makefile	Wed Dec 20 21:29:01 2017	(r456860)
+++ head/emulators/gnuboy/Makefile	Wed Dec 20 22:05:01 2017	(r456861)
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libvga.so:graphics/svgalib
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	relies on features specific to x86
+
 USES=		autoreconf compiler
 USE_SDL=	sdl
 USE_XORG=	x11

Modified: head/emulators/gnuboy/pkg-descr
==============================================================================
--- head/emulators/gnuboy/pkg-descr	Wed Dec 20 21:29:01 2017	(r456860)
+++ head/emulators/gnuboy/pkg-descr	Wed Dec 20 22:05:01 2017	(r456861)
@@ -3,4 +3,4 @@ software platform
 
 You can find public domain ROMs at SubPort.org
 
-WWW: http://code.google.com/p/gnuboy/
+WWW: https://sourceforge.net/projects/gnuboy/


More information about the svn-ports-head mailing list