From owner-svn-ports-head@freebsd.org Mon Nov 2 16:10:02 2015 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 10EFCA03CBF for ; Mon, 2 Nov 2015 16:10:02 +0000 (UTC) (envelope-from feld@feld.me) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 CF2831DAA for ; Mon, 2 Nov 2015 16:10:00 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 037A7206CA for ; Mon, 2 Nov 2015 11:09:59 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Mon, 02 Nov 2015 11:10:00 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=/ElZQhzGH4oKBHzNGyJL8fdmKJQ=; b=MACee+ fs8jkuNP3FnNIZWxNKurNbaFMXSTU+1KhIlerdvm/AbcFwBYQ/wfUqa5B4vtxjNw Zy2tWPham2DJsO//5lATHAyOEOt8FvZE24zNgeh0ZXeJDkV9Cjmjeu8/QW1S+Qva 8sYC1CZ/Zz9cSkbHu4o0ZApvtTWJnDLuGkNic= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=/ElZQhzGH4oKBHz NGyJL8fdmKJQ=; b=ad0YYiOodmnWuQTNj2VtB0/mtizgFlmykLm7+xTFIjAJuXp vHh5nNCxwfXMpA3IzGlkWCZIZYG80QXf4U8KoxMT4wmn/n/D0ki3KxS/Qb/Gu8tP i4HjH1VCUdXWSQivmMwXd9cEd7BQy4oZxBsHUgWkX4Go3oz017MId4RQxLsk= Received: by web3.nyi.internal (Postfix, from userid 99) id BDB4110D747; Mon, 2 Nov 2015 11:09:59 -0500 (EST) Message-Id: <1446480599.3042266.426849489.0AEBD97C@webmail.messagingengine.com> X-Sasl-Enc: TbJd+hn2kp6ROsQbBrI1fvm0reQD5s4zbQb6TaQRlCXx 1446480599 From: Mark Felder To: Kubilay Kocak , Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, portmgr@FreeBSD.org Cc: FreeBSD Ports Security Team MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-341322f1 Subject: Re: svn commit: r400655 - head/security/softether Date: Mon, 02 Nov 2015 10:09:59 -0600 In-Reply-To: <56378688.8080500@FreeBSD.org> References: <201511021411.tA2EB9el037373@repo.freebsd.org> <56378688.8080500@FreeBSD.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 02 Nov 2015 16:10:02 -0000 On Mon, Nov 2, 2015, at 09:51, Kubilay Kocak wrote: > On 3/11/2015 1:11 AM, Kurt Jaeger wrote: > > Author: pi > > Date: Mon Nov 2 14:11:09 2015 > > New Revision: 400655 > > URL: https://svnweb.freebsd.org/changeset/ports/400655 > > > > Log: > > security/softether: fix USES > > > > PR: 204184 > > Submitted by: marino > > Approved by: maintainer (implicit) > > > > Modified: > > head/security/softether/Makefile > > > > Modified: head/security/softether/Makefile > > ============================================================================== > > --- head/security/softether/Makefile Mon Nov 2 13:43:31 2015 (r400654) > > +++ head/security/softether/Makefile Mon Nov 2 14:11:09 2015 (r400655) > > @@ -35,7 +35,7 @@ OPTIONS_DEFINE= DOCS > > ONLY_FOR_ARCHS= i386 amd64 > > > > USE_OPENSSL= yes > > -USES= dos2unix gmake iconv:translit iconv:wchar_t ncurses readline > > +USES= dos2unix gmake iconv:wchar_t ncurses readline > > USE_RC_SUBR= softether_bridge softether_client softether_server > > SUB_FILES= vpncmd > > MAKE_JOBS_UNSAFE= yes > > > > Just a reference for others, this needs MFH > And I'll approve it :-) Nice catch, Koobs -- Mark Felder feld@feld.me