svn commit: r520849 - head/security/softether5

Koichiro Iwao meta at FreeBSD.org
Wed Dec 25 11:47:21 UTC 2019


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


More information about the svn-ports-all mailing list