From owner-svn-ports-head@freebsd.org Sat Apr 9 05:25:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC58AB0995A; Sat, 9 Apr 2016 05:25:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 917001E03; Sat, 9 Apr 2016 05:25:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u395PjWr019436; Sat, 9 Apr 2016 05:25:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u395PjiC019435; Sat, 9 Apr 2016 05:25:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201604090525.u395PjiC019435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 9 Apr 2016 05:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412796 - head/devel/tcltls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2016 05:25:46 -0000 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 - -.if "${WITH_OPENSSL_PORT:tl}" == "yes" && "${OPENSSL_PORT}" == "security/libressl" -CFLAGS+= -DNO_SSL2 -.endif - -.include +.include