From owner-svn-ports-all@freebsd.org Wed Dec 20 22:05:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6B7AE8207C; Wed, 20 Dec 2017 22:05:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6FBEC64934; Wed, 20 Dec 2017 22:05:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBKM510r061251; Wed, 20 Dec 2017 22:05:01 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBKM51wU061249; Wed, 20 Dec 2017 22:05:01 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712202205.vBKM51wU061249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 20 Dec 2017 22:05:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456861 - head/emulators/gnuboy X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/emulators/gnuboy X-SVN-Commit-Revision: 456861 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 22:05:02 -0000 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/