Date: Wed, 20 Dec 2017 22:05:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456861 - head/emulators/gnuboy Message-ID: <201712202205.vBKM51wU061249@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712202205.vBKM51wU061249>