pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated wip/tcl-expect with recommended changes for expect5.45.4 with patches for SCO/Xinuos OS's.



Module Name:	pkgsrc-wip
Committed By:	Boyd Lynn Gerber <gerberb%zenez.com@localhost>
Pushed By:	gerberb
Date:		Mon May 2 06:47:12 2022 -0600
Changeset:	0159f5c9a45612cd57eef4a2b830852aa914852a

Modified Files:
	tcl-expect/DESCR
	tcl-expect/Makefile
	tcl-expect/buildlink3.mk

Log Message:
Updated wip/tcl-expect with recommended changes for expect5.45.4 with patches for SCO/Xinuos OS's.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0159f5c9a45612cd57eef4a2b830852aa914852a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcl-expect/DESCR         | 2 ++
 tcl-expect/Makefile      | 2 +-
 tcl-expect/buildlink3.mk | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/tcl-expect/DESCR b/tcl-expect/DESCR
index ed772c3264..4687c45c7e 100644
--- a/tcl-expect/DESCR
+++ b/tcl-expect/DESCR
@@ -3,3 +3,5 @@ interactive programs.  It is briefly described by its man page, expect(1).
 
 It uses pseudo-tty's to control the child processes, so it is not affected
 by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
+
+This package provides expect5.45.4.
diff --git a/tcl-expect/Makefile b/tcl-expect/Makefile
index b2f06832ac..689b0f3e6d 100644
--- a/tcl-expect/Makefile
+++ b/tcl-expect/Makefile
@@ -3,7 +3,7 @@
 .include "Makefile.common"
 
 PKGNAME=	tcl-expect-${EXPECT_VERSION}
-PKGREVISION=	0
+PKGREVISION=	1
 CATEGORIES=	lang
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
diff --git a/tcl-expect/buildlink3.mk b/tcl-expect/buildlink3.mk
index d3ab3af60f..b78e72f284 100644
--- a/tcl-expect/buildlink3.mk
+++ b/tcl-expect/buildlink3.mk
@@ -8,7 +8,8 @@ TCL_EXPECT_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.tcl-expect+=	tcl-expect>=5.38.0nb1
 BUILDLINK_ABI_DEPENDS.tcl-expect+=	tcl-expect>=5.45.0nb3
 BUILDLINK_ABI_DEPENDS.tcl-expect+=	tcl-expect>=5.45.4nb3
-BUILDLINK_PKGSRCDIR.tcl-expect?=	../../lang/tcl-expect
+#BUILDLINK_PKGSRCDIR.tcl-expect?=	../../lang/tcl-expect
+BUILDLINK_PKGSRCDIR.tcl-expect?=	../../wip/tcl-expect
 
 .include "../../lang/tcl/buildlink3.mk"
 .endif # TCL_EXPECT_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index