From owner-svn-ports-all@FreeBSD.ORG Tue Nov 12 20:38:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF91C364; Tue, 12 Nov 2013 20:38:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ACEEE249A; Tue, 12 Nov 2013 20:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rACKcmo2097994; Tue, 12 Nov 2013 20:38:48 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rACKcmp1097992; Tue, 12 Nov 2013 20:38:48 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311122038.rACKcmp1097992@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 12 Nov 2013 20:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333618 - in head/games/wmtictactoe: . files X-SVN-Group: ports-head 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.16 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: Tue, 12 Nov 2013 20:38:48 -0000 Author: danilo Date: Tue Nov 12 20:38:47 2013 New Revision: 333618 URL: http://svnweb.freebsd.org/changeset/ports/333618 Log: - Convert USE_GMAKE to USES - Add stage support Modified: head/games/wmtictactoe/Makefile head/games/wmtictactoe/files/patch-aa Modified: head/games/wmtictactoe/Makefile ============================================================================== --- head/games/wmtictactoe/Makefile Tue Nov 12 20:36:40 2013 (r333617) +++ head/games/wmtictactoe/Makefile Tue Nov 12 20:38:47 2013 (r333618) @@ -14,11 +14,10 @@ COMMENT= Dockable TicTacToe game for Win WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe USE_XORG= xpm -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/wmtictactoe -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^void .*main|int main|' ${WRKSRC}/wmtictactoe.c Modified: head/games/wmtictactoe/files/patch-aa ============================================================================== --- head/games/wmtictactoe/files/patch-aa Tue Nov 12 20:36:40 2013 (r333617) +++ head/games/wmtictactoe/files/patch-aa Tue Nov 12 20:38:47 2013 (r333618) @@ -27,4 +27,4 @@ install: - /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe - -+ @/usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe ++ @/usr/bin/install -c -s -m 755 wmtictactoe ${DESTDIR}${PREFIX}/bin/wmtictactoe