pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tcl-itcl3: pkglint & add ITCL3_VERSION
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Fri Oct 21 23:17:52 2016 +0200
Changeset: 235be2b13001cfab12e2a867ad75a88de39935f1
Modified Files:
tcl-itcl3/Makefile
tcl-itcl3/buildlink3.mk
Log Message:
tcl-itcl3: pkglint & add ITCL3_VERSION
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=235be2b13001cfab12e2a867ad75a88de39935f1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tcl-itcl3/Makefile | 2 +-
tcl-itcl3/buildlink3.mk | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs:
diff --git a/tcl-itcl3/Makefile b/tcl-itcl3/Makefile
index db0fbcf..38c3001 100644
--- a/tcl-itcl3/Makefile
+++ b/tcl-itcl3/Makefile
@@ -20,7 +20,7 @@ USE_TOOLS+= grep
post-install:
.for file in body.n class.n code.n configbody.n delete.n ensemble.n find.n \
is.n itcl.n itclvars.n local.n scope.n
- ${RUN} cd ${DESTDIR}${PREFIX}/man/mann/ && \
+ ${RUN} cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/mann/ && \
${MV} ${file} itcl3-${file}
.endfor
diff --git a/tcl-itcl3/buildlink3.mk b/tcl-itcl3/buildlink3.mk
index 65015bc..cadc109 100644
--- a/tcl-itcl3/buildlink3.mk
+++ b/tcl-itcl3/buildlink3.mk
@@ -6,7 +6,11 @@ BUILDLINK_TREE+= tcl-itcl3
TCL_ITCL3_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tcl-itcl3+= tcl-itcl3>=3.4.3
-BUILDLINK_PKGSRCDIR.tcl-itcl3?= ../../wip/tcl-itcl3
+BUILDLINK_PKGSRCDIR.tcl-itcl3?= ../../wip/tcl-itcl3
+
+# New versions (4.x) are bundled into Tcl 8.6+
+# ITCL_VERSION is reserved for Tcl's buildlink3.mk
+ITCL3_VERSION= 3.4.3
.include "../../lang/tcl/buildlink3.mk"
.endif # TCL_ITCL3_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index