From owner-svn-ports-all@freebsd.org Mon Nov 2 15:51:44 2015 Return-Path: Delivered-To: svn-ports-all@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 D744CA0383C; Mon, 2 Nov 2015 15:51:44 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A44331FE2; Mon, 2 Nov 2015 15:51:44 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pasz6 with SMTP id z6so152242535pas.2; Mon, 02 Nov 2015 07:51:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=fEfYoXBge0/lXxFz8Dg8zFMGT5PPmGf51U4ARsak3qU=; b=s8jpq0c/50Jpp2NDuexaaJoQU0yKBS3zEl8Fmyg0dhYeYuCY7SYgk8URuqOduwwg/u 2d9SRV6fsypkdLmxuvdl4uOn9hSA+T4OTKCIeYnfyEvnBC8u5IvRsV6KsZ9LkdwtQgWk Nbe0Ng67x+D5Y7mIsGHErNP+FL4RKRTPF2pIAWwI5ynmmlXYnsMSP8jl1K/+SYDSuZpe DIHOsRau4dDuEcvoTLvjviUVVInBvwTLIYzYukm4V314cdCndesNm0jkZ9Q2QdGsXhAU BMMFQKX5jRHa1OP2NfZGUM5WDdhLLuXXNmlGgLI8gG/XEoW2ZfX3IGP7q6DmcYlg7YXI TlYA== X-Received: by 10.68.182.34 with SMTP id eb2mr27505022pbc.87.1446479504057; Mon, 02 Nov 2015 07:51:44 -0800 (PST) Received: from ?IPv6:2001:44b8:31ae:7b01:38a2:343d:295d:ce0? (2001-44b8-31ae-7b01-38a2-343d-295d-0ce0.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:38a2:343d:295d:ce0]) by smtp.gmail.com with ESMTPSA id ve8sm24728695pbc.48.2015.11.02.07.51.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Nov 2015 07:51:43 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r400655 - head/security/softether References: <201511021411.tA2EB9el037373@repo.freebsd.org> To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, "portmgr@FreeBSD.org" Cc: FreeBSD Ports Security Team From: Kubilay Kocak Message-ID: <56378688.8080500@FreeBSD.org> Date: Tue, 3 Nov 2015 02:51:36 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Thunderbird/42.0 MIME-Version: 1.0 In-Reply-To: <201511021411.tA2EB9el037373@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 02 Nov 2015 15:51:44 -0000 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