svn commit: r412796 - head/devel/tcltls

Antoine Brodin antoine at FreeBSD.org
Sat Apr 9 05:25:46 UTC 2016


Author: antoine
Date: Sat Apr  9 05:25:45 2016
New Revision: 412796
URL: https://svnweb.freebsd.org/changeset/ports/412796

Log:
  Back-out r412718, this breaks INDEX with fmake
  
  With hat:	portmgr
  Reported by:	beefy1, beefy2, package20

Modified:
  head/devel/tcltls/Makefile

Modified: head/devel/tcltls/Makefile
==============================================================================
--- head/devel/tcltls/Makefile	Sat Apr  9 03:44:44 2016	(r412795)
+++ head/devel/tcltls/Makefile	Sat Apr  9 05:25:45 2016	(r412796)
@@ -46,14 +46,8 @@ post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/tls.htm ${STAGEDIR}${DOCSDIR}
 
-do-test check: build
+xregression-test test check: build
 	cd ${WRKSRC}/tests && ${SETENV} TCL_LIBRARY="${WRKSRC}" \
 		tclsh${TCL_VER} all.tcl
 
-.include <bsd.port.pre.mk>
-
-.if "${WITH_OPENSSL_PORT:tl}" == "yes" && "${OPENSSL_PORT}" == "security/libressl"
-CFLAGS+=	-DNO_SSL2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list