From owner-svn-ports-all@FreeBSD.ORG Tue Oct 15 05:16:27 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 ESMTP id 6FE53692; Tue, 15 Oct 2013 05:16:27 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) 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 5D6A6214E; Tue, 15 Oct 2013 05:16:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9F5GRiQ012641; Tue, 15 Oct 2013 05:16:27 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9F5GRt4012640; Tue, 15 Oct 2013 05:16:27 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201310150516.r9F5GRt4012640@svn.freebsd.org> From: Max Khon Date: Tue, 15 Oct 2013 05:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330366 - head/databases/virtuoso 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.14 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, 15 Oct 2013 05:16:27 -0000 Author: fjoe Date: Tue Oct 15 05:16:26 2013 New Revision: 330366 URL: http://svnweb.freebsd.org/changeset/ports/330366 Log: Remove ONLY_FOR_ARCHS. PR: 182926 Submitted by: Justin Hibbits Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Tue Oct 15 05:12:03 2013 (r330365) +++ head/databases/virtuoso/Makefile Tue Oct 15 05:16:26 2013 (r330366) @@ -41,7 +41,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= PATH=${LOCALBASE}/bin:${PATH}\ ISQL=isql-vt USE_RC_SUBR= virtuoso -ONLY_FOR_ARCHS= i386 amd64 sparc64 USERS= virtuoso GROUPS= virtuoso