1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

lang/tcl87: install private headers, needed e.g. by lang/tclX

This commit is contained in:
Pietro Cerutti 2018-07-31 12:47:10 +00:00
parent 2f783138a9
commit 98bcd32feb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475997
3 changed files with 21 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= tcl
DISTVERSION= 8.7a1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= SF/tcl/Tcl/${DISTVERSION} \
TCLTK/tcl8_7

View File

@ -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;

View File

@ -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