Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 21:52:17 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494211 - head/security/openvpn-devel
Message-ID:  <201902282152.x1SLqHWm018900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Feb 28 21:52:17 2019
New Revision: 494211
URL: https://svnweb.freebsd.org/changeset/ports/494211

Log:
  security/openvpn-devel: fix whitespace from r494062
  
  Reported by:	Peter Jeremy <peter@rulingia.com>
  Pointyhat to:	swills

Modified:
  head/security/openvpn-devel/Makefile   (contents, props changed)

Modified: head/security/openvpn-devel/Makefile
==============================================================================
--- head/security/openvpn-devel/Makefile	Thu Feb 28 21:41:11 2019	(r494210)
+++ head/security/openvpn-devel/Makefile	Thu Feb 28 21:52:17 2019	(r494211)
@@ -122,7 +122,7 @@ pre-everything::
 	@${ECHO_CMD} "You may wish to change your default SSL library"
 	@${ECHO_CMD} "and press Ctrl+C within the next 10 seconds to abort."
 .  if !(defined(PACKAGE_BUILDING) || defined(BATCH))
-       @sleep 10
+	@sleep 10
 .  endif
 .endif
 
@@ -130,8 +130,8 @@ pre-everything::
 # for instance, pkcs11-helper:
 post-build:
 	   @a=$$(LC_ALL=C ldd -f '%o\n' ${WRKSRC}/src/openvpn/openvpn \
-       | ${SORT} -u) ; set -- $$(for i in ${_tlslibs} ; do ${PRINTF} '%s\n' "$$a" | ${GREP} $${i}.so | wc -l ; done | ${SORT} -u) ;\
-       if test "$$*" != "1" ; then ${ECHO_CMD} >&2 "${.CURDIR} FAILED: either of ${_tlslibs} libraries linked multiple times" ; ${PRINTF} '%s\n' "$$a"; ${RM} ${BUILD_COOKIE} ; exit 1 ; fi
+	| ${SORT} -u) ; set -- $$(for i in ${_tlslibs} ; do ${PRINTF} '%s\n' "$$a" | ${GREP} $${i}.so | wc -l ; done | ${SORT} -u) ;\
+	if test "$$*" != "1" ; then ${ECHO_CMD} >&2 "${.CURDIR} FAILED: either of ${_tlslibs} libraries linked multiple times" ; ${PRINTF} '%s\n' "$$a"; ${RM} ${BUILD_COOKIE} ; exit 1 ; fi
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/openvpn/plugins/openvpn-plugin-auth-pam.so



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