From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 23:59:38 2014 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 38202CC; Thu, 19 Jun 2014 23:59:38 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E1A283F; Thu, 19 Jun 2014 23:59:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JNxcR6029902; Thu, 19 Jun 2014 23:59:38 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JNxchH029901; Thu, 19 Jun 2014 23:59:38 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201406192359.s5JNxchH029901@svn.freebsd.org> From: Adam Weinberger Date: Thu, 19 Jun 2014 23:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358478 - head/shells/rc 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.18 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: Thu, 19 Jun 2014 23:59:38 -0000 Author: adamw Date: Thu Jun 19 23:59:37 2014 New Revision: 358478 URL: http://svnweb.freebsd.org/changeset/ports/358478 QAT: https://qat.redports.org/buildarchive/r358478/ Log: USES, and remove unnecessary +='s from OPTIONS helpers. Modified: head/shells/rc/Makefile Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Thu Jun 19 23:57:32 2014 (r358477) +++ head/shells/rc/Makefile Thu Jun 19 23:59:37 2014 (r358478) @@ -10,14 +10,14 @@ MASTER_SITES= ftp://rc.quanstro.net/pub/ MAINTAINER= quanstro@quanstro.net COMMENT= Unix incarnation of the plan9 shell -USE_BZIP2= YES +USES= tar:bz2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-history OPTIONS_DEFINE= READLINE -READLINE_USES+= readline -READLINE_CONFIGURE_WITH+= --with-readline -READLINE_MAKE_ARGS_OFF+= CFLAGS="$(CFLAGS) -static" +READLINE_USES= readline +READLINE_CONFIGURE_WITH=--with-readline +READLINE_MAKE_ARGS_OFF= CFLAGS="$(CFLAGS) -static" .include