From owner-svn-ports-all@FreeBSD.ORG Sat Dec 7 05:19:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E55013B2; Sat, 7 Dec 2013 05:19:45 +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 D136B132D; Sat, 7 Dec 2013 05:19:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB75JjZ0099576; Sat, 7 Dec 2013 05:19:45 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB75JjeZ099573; Sat, 7 Dec 2013 05:19:45 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201312070519.rB75JjeZ099573@svn.freebsd.org> From: Eitan Adler Date: Sat, 7 Dec 2013 05:19:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335811 - in head: games/nonsense ports-mgmt/symports sysutils/timelimit 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.17 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: Sat, 07 Dec 2013 05:19:46 -0000 Author: eadler Date: Sat Dec 7 05:19:44 2013 New Revision: 335811 URL: http://svnweb.freebsd.org/changeset/ports/335811 Log: Add recently added NO_ARCH variable to some of my ports which can use it. Modified: head/games/nonsense/Makefile head/ports-mgmt/symports/Makefile head/sysutils/timelimit/Makefile Modified: head/games/nonsense/Makefile ============================================================================== --- head/games/nonsense/Makefile Sat Dec 7 05:09:57 2013 (r335810) +++ head/games/nonsense/Makefile Sat Dec 7 05:19:44 2013 (r335811) @@ -9,7 +9,8 @@ MASTER_SITES= SF MAINTAINER= eadler@FreeBSD.org COMMENT= Nonsense text generator -NO_BUILD= defined +NO_BUILD= yes +NO_ARCH= yes .include Modified: head/ports-mgmt/symports/Makefile ============================================================================== --- head/ports-mgmt/symports/Makefile Sat Dec 7 05:09:57 2013 (r335810) +++ head/ports-mgmt/symports/Makefile Sat Dec 7 05:19:44 2013 (r335811) @@ -13,6 +13,7 @@ LICENSE= BSD USE_BZIP2= yes NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/${PORTNAME} man/man1/symports.1.gz Modified: head/sysutils/timelimit/Makefile ============================================================================== --- head/sysutils/timelimit/Makefile Sat Dec 7 05:09:57 2013 (r335810) +++ head/sysutils/timelimit/Makefile Sat Dec 7 05:19:44 2013 (r335811) @@ -14,6 +14,7 @@ LICENSE= BSD CONFLICTS= netpipes-[0-9]* PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz +NO_ARCH= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin