Date: Tue, 31 Jul 2018 12:47:10 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475997 - in head/lang/tcl87: . files Message-ID: <201807311247.w6VClAN1075501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807311247.w6VClAN1075501>