Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 05:25:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412796 - head/devel/tcltls
Message-ID:  <201604090525.u395PjiC019435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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