svn commit: r400655 - head/security/softether

Kubilay Kocak koobs at FreeBSD.org
Mon Nov 2 15:51:44 UTC 2015


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


More information about the svn-ports-all mailing list