expect 5.31, works with tk 8.3

Fake.
This commit is contained in:
espie 2000-03-28 11:54:14 +00:00
parent 8faa1391bc
commit 068ffbcabc
5 changed files with 25 additions and 26 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.24 2000/03/27 18:17:28 espie Exp $
# $OpenBSD: Makefile,v 1.25 2000/03/28 11:54:14 espie Exp $
DISTNAME= expect-5.30
DISTNAME= expect-5.31
CATEGORIES= lang
NEED_VERSION= 1.230
MASTER_SITES= http://expect.nist.gov/old/
@ -13,22 +13,21 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= tk80.1.5::x11/tk/8.0
LIB_DEPENDS= tk83.1.3:x11/tk/8.3
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= Yes
HAS_CONFIGURE= Yes
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
--with-tclinclude=${PREFIX}/include/tcl8.0 \
--with-tkconfig=${PREFIX}/lib/tk8.0 \
--with-tkinclude=${PREFIX}/include/tk8.0
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.3 \
--with-tclinclude=${PREFIX}/include/tcl8.3 \
--with-tkconfig=${PREFIX}/lib/tk8.3 \
--with-tkinclude=${PREFIX}/include/tk8.3
WRKDIST= ${WRKDIR}/${PKGNAME}
FAKE= Yes
test: build
@cd ${WRKBUILD}; make test
post-install:
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (expect-5.30.tar.gz) = 73bf1f347dde3c2b2cd04b344c6769df
RMD160 (expect-5.30.tar.gz) = d4b9d66468a4989fdd4c7839b5caa8a972db76e9
SHA1 (expect-5.30.tar.gz) = ff926f29d991ff3e555e7ce4107f88b300e5efab
MD5 (expect-5.31.tar.gz) = 8fcd64c4599657eaf4274fd3e3dc037b
RMD160 (expect-5.31.tar.gz) = a484dfa09155fb6ae0dff991d16bb556aed7fbb7
SHA1 (expect-5.31.tar.gz) = 2a8a140187b835cb8f792657a6799739e664797d

View File

@ -1,9 +1,9 @@
--- configure.orig Wed Aug 18 12:52:19 1999
+++ configure Mon Aug 23 19:56:20 1999
@@ -6076,7 +6076,7 @@
--- configure.orig Mon Mar 6 16:25:50 2000
+++ configure Mon Mar 20 20:34:09 2000
@@ -6326,7 +6326,7 @@
echo "configure:6327: checking for type of library to build" >&5
if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then
EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
# EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_DBGX$TCL_SHLIB_SUFFIX
- eval "EXP_SHARED_LIB_FILE=libexpect${TCL_SHARED_LIB_SUFFIX}"
+ eval "EXP_SHARED_LIB_FILE=libexpect`echo ${VERSION} | tr -d .`.so.1.2"
EXP_LIB_FILE=$EXP_SHARED_LIB_FILE

View File

@ -25,10 +25,10 @@ include/expect_comm.h
include/expect_tcl.h
include/tclRegexp.h
include/tcldbg.h
lib/expect5.30/libexpect530.a
lib/expect5.30/pkgIndex.tcl
lib/libexpect530.a
lib/libexpect530.so.1.2
lib/expect5.31/libexpect531.a
lib/expect5.31/pkgIndex.tcl
lib/libexpect531.a
lib/libexpect531.so.1.2
@exec /sbin/ldconfig -m %B
man/man1/autoexpect.1
man/man1/cryptdir.1
@ -43,4 +43,4 @@ man/man1/tknewsbiff.1
man/man1/unbuffer.1
man/man1/xkibitz.1
man/man3/libexpect.3
@dirrm lib/expect5.30
@dirrm lib/expect5.31

View File

@ -25,8 +25,8 @@ include/expect_comm.h
include/expect_tcl.h
include/tclRegexp.h
include/tcldbg.h
lib/expect5.30/libexpect530.a
lib/libexpect530.a
lib/expect5.31/libexpect531.a
lib/libexpect531.a
man/man1/autoexpect.1
man/man1/cryptdir.1
man/man1/decryptdir.1
@ -40,4 +40,4 @@ man/man1/tknewsbiff.1
man/man1/unbuffer.1
man/man1/xkibitz.1
man/man3/libexpect.3
@dirrm lib/expect5.30
@dirrm lib/expect5.31