View | Details | Raw Unified | Return to bug 6742
Collapse All | Expand All

(-)expect/Makefile (-8 / +5 lines)
Lines 1-22 Link Here
1
# New ports collection makefile for:	expect
1
# New ports collection makefile for:	expect
2
# Date created:		20 November 1994
2
# Date created:		20 November 1994
3
# Whom:			pst
3
# Whom:			pst
4
# Version required:	5.25
4
# Version required:	5.26
5
#
5
#
6
# $Id: Makefile,v 1.30 1998/02/18 06:28:34 asami Exp $
6
# $Id: Makefile,v 1.30 1998/02/18 06:28:34 asami Exp $
7
#
7
#
8
# Note this file is included from japanese/extract/Makefile
8
# Note this file is included from japanese/extract/Makefile
9
9
10
DISTNAME=	expect
10
DISTNAME=	expect-5.26
11
PKGNAME?=	expect-5.25
11
CATEGORIES=	lang tcl80 tk80
12
CATEGORIES?=	lang tcl80 tk80
12
MASTER_SITES=	http://peloton.physics.montana.edu/handy/
13
MASTER_SITES=	http://expect.nist.gov/
14
13
15
MAINTAINER?=	ports@freebsd.org
14
MAINTAINER=	ports@freebsd.org
16
15
17
LIB_DEPENDS?=	tk80\\.1:${PORTSDIR}/x11/tk80
16
LIB_DEPENDS?=	tk80\\.1:${PORTSDIR}/x11/tk80
18
19
WRKSRC=		${WRKDIR}/expect-5.25
20
17
21
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS?= --enable-shared \
19
CONFIGURE_ARGS?= --enable-shared \
(-)expect/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (expect.tar.gz) = f64a719737b0b012f8bbee115a6b9a72
1
MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844
(-)expect/patches/patch-aa (-4 / +4 lines)
Lines 1-5 Link Here
1
--- configure.orig	Sun Sep 28 19:23:25 1997
1
--- configure.orig	Mon May 18 15:22:13 1998
2
+++ configure	Fri Dec  5 11:39:17 1997
2
+++ configure	Sun May 24 14:03:56 1998
3
@@ -1236,6 +1236,8 @@
3
@@ -1236,6 +1236,8 @@
4
 # It thinks the first close brace ends the variable substitution.
4
 # It thinks the first close brace ends the variable substitution.
5
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5
 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
Lines 9-15 Link Here
9
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
9
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
10
 
10
 
11
 
11
 
12
@@ -5845,7 +5847,7 @@
12
@@ -5902,7 +5904,7 @@
13
 if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then
13
 if test "$enable_shared" = "yes" && test "x${TCL_SHLIB_SUFFIX}" != "x" ; then
14
   EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
14
   EXP_SHLIB_CFLAGS=$TCL_SHLIB_CFLAGS
15
 #  EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_SHLIB_SUFFIX
15
 #  EXP_SHARED_LIB_FILE=libexpect$EXP_LIB_VERSION$TCL_SHLIB_SUFFIX
Lines 18-24 Link Here
18
   EXP_LIB_FILE=$EXP_SHARED_LIB_FILE
18
   EXP_LIB_FILE=$EXP_SHARED_LIB_FILE
19
   EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE"
19
   EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE"
20
   echo "$ac_t""both shared and unshared" 1>&6
20
   echo "$ac_t""both shared and unshared" 1>&6
21
@@ -6008,17 +6010,18 @@
21
@@ -6099,17 +6101,18 @@
22
 s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g
22
 s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g
23
 s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
23
 s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
24
 s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g
24
 s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g
(-)expect/pkg/PLIST (-5 / +5 lines)
Lines 24-33 Link Here
24
include/expect.h
24
include/expect.h
25
include/expect_comm.h
25
include/expect_comm.h
26
include/expect_tcl.h
26
include/expect_tcl.h
27
lib/expect5.25/pkgIndex.tcl
27
lib/expect5.26/pkgIndex.tcl
28
lib/expect5.25/libexpect525.a
28
lib/expect5.26/libexpect526.a
29
lib/libexpect525.a
29
lib/libexpect526.a
30
lib/libexpect525.so.1.2
30
lib/libexpect526.so.1.2
31
man/man1/autoexpect.1.gz
31
man/man1/autoexpect.1.gz
32
man/man1/cryptdir.1.gz
32
man/man1/cryptdir.1.gz
33
man/man1/decryptdir.1.gz
33
man/man1/decryptdir.1.gz
Lines 41-44 Link Here
41
man/man1/unbuffer.1.gz
41
man/man1/unbuffer.1.gz
42
man/man1/xkibitz.1.gz
42
man/man1/xkibitz.1.gz
43
man/man3/libexpect.3.gz
43
man/man3/libexpect.3.gz
44
@dirrm lib/expect5.25
44
@dirrm lib/expect5.26

Return to bug 6742