mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
lang/tclX: fetch newer tcl.m4 so we can build with Tcl 8.7
This commit is contained in:
parent
e08eafefda
commit
846d716aaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475999
2 changed files with 15 additions and 4 deletions
|
@ -4,8 +4,12 @@
|
|||
PORTNAME= tclX
|
||||
PORTVERSION= 8.4.1
|
||||
CATEGORIES= lang tcl devel
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/TclX/${PORTVERSION}
|
||||
DISTNAME= tclx${PORTVERSION}
|
||||
MASTER_SITES= SF/${PORTNAME:tl}/TclX/${PORTVERSION}:tclx \
|
||||
http://core.tcl.tk/tclconfig/raw/:tclm4
|
||||
DISTFILES= tclx${PORTVERSION}${EXTRACT_SUFX}:tclx \
|
||||
${TCLM4}:tclm4
|
||||
EXTRACT_ONLY= tclx${PORTVERSION}${EXTRACT_SUFX}
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
COMMENT= Extended TCL
|
||||
|
@ -25,6 +29,7 @@ PLIST_SUB= TCLX_VER=${PORTVERSION:R}
|
|||
ALL_TARGET= binaries libraries
|
||||
INSTALL_TARGET= install-binaries install-libraries
|
||||
LLD_UNSAFE= yes
|
||||
TCLM4= tcl.m4?name=2e84c8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -35,6 +40,9 @@ EXTRA_PATCHES+= ${FILESDIR}/tcl85-test-patch
|
|||
EXTRA_PATCHES+= ${FILESDIR}/tcl86-test-patch
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${CP} ${DISTDIR}/${DIST_SUBDIR}/${TCLM4} ${WRKSRC}/tclconfig/tcl.m4
|
||||
|
||||
post-configure:
|
||||
# Disabling the failing help.test
|
||||
${MV} ${WRKSRC}/tests/help.test ${WRKSRC}/tests/help.test.dis
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
SHA256 (tclx8.4.1.tar.bz2) = a9b41f606ec6c1268b9c78512e6e1cb533bd9ae3e786e650d111fc16ffe758ec
|
||||
SIZE (tclx8.4.1.tar.bz2) = 330073
|
||||
TIMESTAMP = 1533042244
|
||||
SHA256 (tclX/tclx8.4.1.tar.bz2) = a9b41f606ec6c1268b9c78512e6e1cb533bd9ae3e786e650d111fc16ffe758ec
|
||||
SIZE (tclX/tclx8.4.1.tar.bz2) = 330073
|
||||
SHA256 (tclX/tcl.m4?name=2e84c8) = 64916c55de3e48913546ca08f4c711a62a2a9c74ce26ed3fbd37487c9f48942e
|
||||
SIZE (tclX/tcl.m4?name=2e84c8) = 135959
|
||||
|
|
Loading…
Add table
Reference in a new issue