Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 11:47:21 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520849 - head/security/softether5
Message-ID:  <201912251147.xBPBlLDX022191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Wed Dec 25 11:47:20 2019
New Revision: 520849
URL: https://svnweb.freebsd.org/changeset/ports/520849

Log:
  security/softether5: switch to cmake completely

Modified:
  head/security/softether5/Makefile

Modified: head/security/softether5/Makefile
==============================================================================
--- head/security/softether5/Makefile	Wed Dec 25 11:37:17 2019	(r520848)
+++ head/security/softether5/Makefile	Wed Dec 25 11:47:20 2019	(r520849)
@@ -2,7 +2,7 @@
 
 PORTNAME=	softether
 DISTVERSION=	5.01.9672
-#PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 PKGNAMESUFFIX=	5
 DIST_SUBDIR=	${PORTNAME}
@@ -26,6 +26,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	SoftEtherVPN
 GH_PROJECT=	SoftEtherVPN
 
+CMAKE_ARGS+=	 -DCMAKE_BUILD_TYPE=RelWithDebInfo
+
 OPTIONS_DEFINE=	DOCS UNLOCK
 
 # Use of some functions in Japan and China is restricted.
@@ -57,10 +59,6 @@ CFLAGS+=	-DSKIP_CPU_FEATURES
 .else
 BUILD_DEPENDS+=	${LOCALBASE}/include/cpu_features_macros.h:devel/cpu_features
 .endif
-
-pre-configure:
-	# not a GNU configure
-	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure
 
 post-patch:
 	# SoftEther scatters logs, config files and PID files in PREFIX/libexec



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912251147.xBPBlLDX022191>