Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 12:00:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462138 - head/net/vtun
Message-ID:  <201802171200.w1HC0cmo081615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 17 12:00:38 2018
New Revision: 462138
URL: https://svnweb.freebsd.org/changeset/ports/462138

Log:
  Use BROKEN_SSL
  
  - While I'm here, remove .include <bsd.port.options.mk>
  
  Approved by:	portmgr (blanket)

Modified:
  head/net/vtun/Makefile

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Sat Feb 17 12:00:33 2018	(r462137)
+++ head/net/vtun/Makefile	Sat Feb 17 12:00:38 2018	(r462138)
@@ -12,6 +12,8 @@ COMMENT=	Virtual Tunnels over TCP/IP networks with tra
 
 LICENSE=	GPLv2
 
+BROKEN_SSL=	openssl-devel
+
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
 CFLAGS+=	-ansi -Wno-pointer-sign
@@ -36,8 +38,6 @@ OPTIONS_DEFINE=	DOCS
 # http://home.jp.FreeBSD.org/~simokawa/vtun-v6.html
 # are now dynamically enabled using the -e option.
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	${REINPLACE_CMD} \
 		-e 's|$$\(SSL_HDR_DIR\)|$$\1 $$\1/openssl|g' \
@@ -54,10 +54,4 @@ post-install:
 	@cd ${STAGEDIR}${PREFIX}/man/man1/ && \
 	${LN} -s vtund.8 ../man1/vtun.1
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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