svn commit: r462138 - head/net/vtun

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:00:40 UTC 2018


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>


More information about the svn-ports-head mailing list