From owner-svn-ports-head@freebsd.org Fri Jan 19 14:11:14 2018 Return-Path: Delivered-To: svn-ports-head@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 B5076EB4716; Fri, 19 Jan 2018 14:11:14 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE3A8301C; Fri, 19 Jan 2018 14:11:14 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C07F866A7; Fri, 19 Jan 2018 14:11:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0JEBDFi031354; Fri, 19 Jan 2018 14:11:13 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0JEBDhT031353; Fri, 19 Jan 2018 14:11:13 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801191411.w0JEBDhT031353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 19 Jan 2018 14:11:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459416 - head/games/xboard X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/games/xboard X-SVN-Commit-Revision: 459416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2018 14:11:14 -0000 Author: danfe Date: Fri Jan 19 14:11:13 2018 New Revision: 459416 URL: https://svnweb.freebsd.org/changeset/ports/459416 Log: - Remove BROKEN_sparc64 that was originally added in r239630 by linimon@ 8.5 years ago for version 4.2.7; current version (4.9.1) installs fine - Correctly set FOO_RUN_DEPENDS knobs and add some readability linefeeds Modified: head/games/xboard/Makefile Modified: head/games/xboard/Makefile ============================================================================== --- head/games/xboard/Makefile Fri Jan 19 14:09:41 2018 (r459415) +++ head/games/xboard/Makefile Fri Jan 19 14:11:13 2018 (r459416) @@ -26,6 +26,7 @@ OPTIONS_RADIO?= SOUND OPTIONS_RADIO_SOUND?= SOX ALSA OPTIONS_DEFAULT?= XAW OPTIONS_SUB?= yes + ZIPPY_DESC= Add Zippy capability (computer player on ICS) ENGINES_DESC= Chess Engines CRAFTY_DESC= Install crafty engine @@ -37,16 +38,17 @@ FRONTEND_DESC= Front End XAW_DESC= Xaw GUI toolkit support (default) XAW3D_DESC= Xaw3d GUI toolkit support (not fully supported) GTK2_DESC= GTK+ 2 GUI toolkit support (experimental) -SOUND_DESC= Sound Output (optional) +SOUND_DESC= Sound output (optional) SOX_DESC= SoX audio support -CRAFTY_RUN_DEPENDS+= crafty:games/crafty -FAIRYMAX_RUN_DEPENDS+= fairymax:games/fairymax -GNUCHESS_RUN_DEPENDS+= gnuchess:games/gnuchess -KNIGHTCAP_RUN_DEPENDS+= KnightCap:games/KnightCap -PHALANX_RUN_DEPENDS+= phalanx:games/phalanx -XAW3D_DEPENDS+= libXaw3d.so:x11-toolkits/Xaw3d -SOX_RUN_DEPENDS+= play:audio/sox -ALSA_RUN_DEPENDS+= aplay:audio/alsa-utils + +CRAFTY_RUN_DEPENDS= crafty:games/crafty +FAIRYMAX_RUN_DEPENDS= fairymax:games/fairymax +GNUCHESS_RUN_DEPENDS= gnuchess:games/gnuchess +KNIGHTCAP_RUN_DEPENDS= KnightCap:games/KnightCap +PHALANX_RUN_DEPENDS= phalanx:games/phalanx +XAW3D_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d +SOX_RUN_DEPENDS= play:audio/sox +ALSA_RUN_DEPENDS= aplay:audio/alsa-utils NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls ZIPPY_CONFIGURE_ENABLE= zippy @@ -79,8 +81,6 @@ DATADIR?= ${PREFIX}/share/games/${PORTNAME} XBOARDCONF?= ${WRKSRC}/xboard.conf PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog DIFFSTAT FAQ.html NEWS README SHORTLOG TODO - -BROKEN_sparc64= Does not install on sparc64 .if ${PORT_OPTIONS:MZIPPY} USES+= shebangfix