From owner-svn-ports-all@freebsd.org Tue Jul 31 12:47:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5E4710595D5; Tue, 31 Jul 2018 12:47:11 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0684889691; Tue, 31 Jul 2018 12:47:11 +0000 (UTC) (envelope-from gahr@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAB7B13CC3; Tue, 31 Jul 2018 12:47:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6VClAW2075504; Tue, 31 Jul 2018 12:47:10 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6VClAN1075501; Tue, 31 Jul 2018 12:47:10 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201807311247.w6VClAN1075501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 31 Jul 2018 12:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475997 - in head/lang/tcl87: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/lang/tcl87: . files X-SVN-Commit-Revision: 475997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 12:47:11 -0000 Author: gahr Date: Tue Jul 31 12:47:10 2018 New Revision: 475997 URL: https://svnweb.freebsd.org/changeset/ports/475997 Log: lang/tcl87: install private headers, needed e.g. by lang/tclX Modified: head/lang/tcl87/Makefile head/lang/tcl87/files/patch-unix_Makefile.in head/lang/tcl87/pkg-plist Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Tue Jul 31 12:39:07 2018 (r475996) +++ head/lang/tcl87/Makefile Tue Jul 31 12:47:10 2018 (r475997) @@ -3,7 +3,7 @@ PORTNAME= tcl DISTVERSION= 8.7a1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF/tcl/Tcl/${DISTVERSION} \ TCLTK/tcl8_7 Modified: head/lang/tcl87/files/patch-unix_Makefile.in ============================================================================== --- head/lang/tcl87/files/patch-unix_Makefile.in Tue Jul 31 12:39:07 2018 (r475996) +++ head/lang/tcl87/files/patch-unix_Makefile.in Tue Jul 31 12:47:10 2018 (r475997) @@ -64,3 +64,18 @@ install-tzdata: @for i in tzdata; \ +@@ -953,10 +956,13 @@ + done; + @echo "Installing header files to $(INCLUDE_INSTALL_DIR)/"; + @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h \ ++ $(GENERIC_DIR)/tclInt.h $(GENERIC_DIR)/tclIntDecls.h \ ++ $(GENERIC_DIR)/tclIntPlatDecls.h $(GENERIC_DIR)/tclPort.h\ + $(GENERIC_DIR)/tclOO.h $(GENERIC_DIR)/tclOODecls.h \ + $(GENERIC_DIR)/tclPlatDecls.h \ + $(GENERIC_DIR)/tclTomMath.h \ +- $(GENERIC_DIR)/tclTomMathDecls.h ; \ ++ $(GENERIC_DIR)/tclTomMathDecls.h \ ++ $(UNIX_DIR)/tclUnixPort.h ; \ + do \ + $(INSTALL_DATA) $$i "$(INCLUDE_INSTALL_DIR)"; \ + done; Modified: head/lang/tcl87/pkg-plist ============================================================================== --- head/lang/tcl87/pkg-plist Tue Jul 31 12:39:07 2018 (r475996) +++ head/lang/tcl87/pkg-plist Tue Jul 31 12:47:10 2018 (r475997) @@ -6,11 +6,16 @@ lib/libtcl%%PKGNAMESUFFIX%%.so.1 include/tcl%%TCL_VER%%/doc/man.macros include/tcl%%TCL_VER%%/tcl.h include/tcl%%TCL_VER%%/tclDecls.h +include/tcl%%TCL_VER%%/tclInt.h +include/tcl%%TCL_VER%%/tclIntDecls.h +include/tcl%%TCL_VER%%/tclIntPlatDecls.h include/tcl%%TCL_VER%%/tclOO.h include/tcl%%TCL_VER%%/tclOODecls.h include/tcl%%TCL_VER%%/tclPlatDecls.h +include/tcl%%TCL_VER%%/tclPort.h include/tcl%%TCL_VER%%/tclTomMath.h include/tcl%%TCL_VER%%/tclTomMathDecls.h +include/tcl%%TCL_VER%%/tclUnixPort.h lib/tcl%%TCL_VER%%/http-2.8.12.tm lib/tcl%%TCL_VER%%/http1.0/http.tcl lib/tcl%%TCL_VER%%/http1.0/pkgIndex.tcl