From owner-svn-ports-head@freebsd.org Mon Nov 2 14:11:10 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 93B6DA02139; Mon, 2 Nov 2015 14:11:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5B0E61999; Mon, 2 Nov 2015 14:11:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA2EB9ER037374; Mon, 2 Nov 2015 14:11:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA2EB9el037373; Mon, 2 Nov 2015 14:11:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511021411.tA2EB9el037373@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 2 Nov 2015 14:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400655 - head/security/softether X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 14:11:10 -0000 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