Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 1998 14:33:03 -0700 (PDT)
From:      Brian Handy <handy@lambic.lmsal.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6742: Expect upgrade:  5.25 --> 5.26
Message-ID:  <199805242133.OAA14726@lambic.lmsal.com>

next in thread | raw e-mail | index | archive | help

>Number:         6742
>Category:       ports
>Synopsis:       Expect upgrade:  5.25 --> 5.26
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 24 14:30:01 PDT 1998
>Last-Modified:
>Originator:     Brian Handy
>Organization:
MSU - Bozeman
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:
	BAH.

>Description:
	I use expect about once every 10,000 years...and every time,
	they change the distfile and the port chokes.  SO:

	- Change the MASTER_SITE.  This will be stable for a while.
	- Download the tarball to the MASTER_SITE.  It now sports a 
	  version number.  Send email to author requesting this feature.
	- Upgrade to 5.26 while we're here.  Didja know it's now 5.26?
	- Portlint.
	
>How-To-Repeat:
>Fix:
diff -urN expect.orig/Makefile expect/Makefile
--- expect.orig/Makefile	Tue Feb 17 22:28:34 1998
+++ expect/Makefile	Sun May 24 14:20:03 1998
@@ -1,22 +1,19 @@
 # New ports collection makefile for:	expect
 # Date created:		20 November 1994
 # Whom:			pst
-# Version required:	5.25
+# Version required:	5.26
 #
 # $Id: Makefile,v 1.30 1998/02/18 06:28:34 asami Exp $
 #
 # Note this file is included from japanese/extract/Makefile
 
-DISTNAME=	expect
-PKGNAME?=	expect-5.25
-CATEGORIES?=	lang tcl80 tk80
-MASTER_SITES=	http://expect.nist.gov/
+DISTNAME=	expect-5.26
+CATEGORIES=	lang tcl80 tk80
+MASTER_SITES=	http://peloton.physics.montana.edu/handy/
 
-MAINTAINER?=	ports@freebsd.org
+MAINTAINER=	ports@freebsd.org
 
 LIB_DEPENDS?=	tk80\\.1:${PORTSDIR}/x11/tk80
-
-WRKSRC=		${WRKDIR}/expect-5.25
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?= --enable-shared \
diff -urN expect.orig/files/md5 expect/files/md5
--- expect.orig/files/md5	Sat Oct 11 05:38:59 1997
+++ expect/files/md5	Sun May 24 14:08:28 1998
@@ -1 +1 @@
-MD5 (expect.tar.gz) = f64a719737b0b012f8bbee115a6b9a72
+MD5 (expect-5.26.tar.gz) = e3be881aa610f130f77158e12b515844
diff -urN expect.orig/patches/patch-aa expect/patches/patch-aa
--- expect.orig/patches/patch-aa	Fri Dec  5 02:58:55 1997
+++ expect/patches/patch-aa	Sun May 24 14:05:01 1998
@@ -1,5 +1,5 @@
---- configure.orig	Sun Sep 28 19:23:25 1997
-+++ configure	Fri Dec  5 11:39:17 1997
+--- configure.orig	Mon May 18 15:22:13 1998
++++ configure	Sun May 24 14:03:56 1998
 @@ -1236,6 +1236,8 @@
  # It thinks the first close brace ends the variable substitution.
  test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
@@ -9,7 +9,7 @@
  test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  
  
-@@ -5845,7 +5847,7 @@
+@@ -5902,7 +5904,7 @@
  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_SHLIB_SUFFIX
@@ -18,7 +18,7 @@
    EXP_LIB_FILE=$EXP_SHARED_LIB_FILE
    EXP_LIB_FILES="$EXP_SHARED_LIB_FILE $EXP_UNSHARED_LIB_FILE"
    echo "$ac_t""both shared and unshared" 1>&6
-@@ -6008,17 +6010,18 @@
+@@ -6099,17 +6101,18 @@
  s%@TCL_SHLIB_LD@%$TCL_SHLIB_LD%g
  s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
  s%@TCL_LD_FLAGS@%$TCL_LD_FLAGS%g
diff -urN expect.orig/pkg/PLIST expect/pkg/PLIST
--- expect.orig/pkg/PLIST	Thu Dec  4 17:51:14 1997
+++ expect/pkg/PLIST	Sun May 24 14:16:15 1998
@@ -24,10 +24,10 @@
 include/expect.h
 include/expect_comm.h
 include/expect_tcl.h
-lib/expect5.25/pkgIndex.tcl
-lib/expect5.25/libexpect525.a
-lib/libexpect525.a
-lib/libexpect525.so.1.2
+lib/expect5.26/pkgIndex.tcl
+lib/expect5.26/libexpect526.a
+lib/libexpect526.a
+lib/libexpect526.so.1.2
 man/man1/autoexpect.1.gz
 man/man1/cryptdir.1.gz
 man/man1/decryptdir.1.gz
@@ -41,4 +41,4 @@
 man/man1/unbuffer.1.gz
 man/man1/xkibitz.1.gz
 man/man3/libexpect.3.gz
-@dirrm lib/expect5.25
+@dirrm lib/expect5.26
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805242133.OAA14726>