diff options
author | adam <adam@pkgsrc.org> | 2005-04-08 11:54:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-04-08 11:54:04 +0000 |
commit | c4a49328095e8c6fa5144800e873b373ab9c1ed8 (patch) | |
tree | fb96fbc92c2a26adf73b2756bdda8ccc6a221389 /lang/tcl-expect/Makefile.common | |
parent | 69dd7780b64d71bdd314f6818335bcf14f98a99e (diff) | |
download | pkgsrc-c4a49328095e8c6fa5144800e873b373ab9c1ed8.tar.gz |
Changes 5.43.0:
* Fixed bug in ExpOutputProc that caused misbehavior during partial writes.
* Noted that expect_background ignores timeouts. Added to documentation.
* Patch for "mkpasswd -vo".
Diffstat (limited to 'lang/tcl-expect/Makefile.common')
-rw-r--r-- | lang/tcl-expect/Makefile.common | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common index 0e3202c001d..a7e2ca07643 100644 --- a/lang/tcl-expect/Makefile.common +++ b/lang/tcl-expect/Makefile.common @@ -1,21 +1,22 @@ -# $NetBSD: Makefile.common,v 1.5 2005/03/01 21:05:46 schwarz Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/04/08 11:54:05 adam Exp $ DISTNAME= expect-${EXPECT_VERSION} MASTER_SITES= http://expect.nist.gov/src/ HOMEPAGE= http://expect.nist.gov/ -EXPECT_VERSION= 5.42.1 +EXPECT_VERSION= 5.43.0 -WRKSRC= ${WRKDIR}/expect-5.42 -USE_BUILDLINK3= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -TEST_TARGET= test +WRKSRC= ${WRKDIR}/expect-5.43 +USE_BUILDLINK3= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +TEST_TARGET= test .include "../../mk/bsd.prefs.mk" -.if $(OPSYS) == "IRIX" && $(OS_VERSION) == 5.3 -# on IRIX 5.3 inttypes.h and sys/types.h are known to conflict. -CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" + +# on IRIX 5.3 inttypes.h and sys/types.h are known to conflict +.if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3 +CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" .endif DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo |