Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 10:10:03 -0700 (PDT)
From:      James Howard <howardjp@wam.umd.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/20132: lang/expect update 
Message-ID:  <200007241710.KAA69397@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20132; it has been noted by GNATS.

From: James Howard <howardjp@wam.umd.edu>
To: Will Andrews <andrews@technologist.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/20132: lang/expect update 
Date: Mon, 24 Jul 2000 13:04:56 -0400

 In message <20000723231217.A53669@argon.gryphonsoft.com>, Will Andrews writes:
 > On Sun, Jul 23, 2000 at 11:04:44PM -0400, howardjp@wam.umd.edu wrote:
 > > -WRKSRC=		${WRKDIR}/expect-5.31
 > > +WRKSRC=		${WRKDIR}/expect-5.32
 > 
 > WRKSRC=${WRKDIR}/${PKGNAME} by default.  So we don't need this line.  :-)
 
 Actually, WRKSRC appears to be ${WRKDIR}/${DISTNAME} by default.  The
 above line does not work.  In truth, it would be best, in this case, to
 set WRKSRC to ${WRKDIR}/${PORNAME}-${PORTVERSION}.  Here is a new diff:
 
 diff -ur expect.orig/Makefile expect/Makefile
 --- expect.orig/Makefile	Sun Jul 23 22:50:17 2000
 +++ expect/Makefile	Mon Jul 24 12:59:33 2000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/lang/expect/Makefile,v 1.49 2000/06/16 21:51:18 asami Exp $
  
  PORTNAME=	expect
 -PORTVERSION=	5.31.8
 +PORTVERSION=	5.32
  CATEGORIES=	lang tcl82 tk82
  MASTER_SITES=	http://expect.nist.gov/
  DISTNAME=	expect
 @@ -14,7 +14,7 @@
  
  LIB_DEPENDS?=	tk82.1:${PORTSDIR}/x11-toolkits/tk82
  
 -WRKSRC=		${WRKDIR}/expect-5.31
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  INSTALLS_SHLIB=	yes
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS?= --enable-shared \
 diff -ur expect.orig/files/md5 expect/files/md5
 --- expect.orig/files/md5	Sun Jul 23 22:50:17 2000
 +++ expect/files/md5	Sun Jul 23 22:50:35 2000
 @@ -1 +1 @@
 -MD5 (expect.tar.gz) = a633d5aeb7a5f7fec6c0780e3365154b
 +MD5 (expect.tar.gz) = af232cc2f8537565efa31e2f7ef7cde5
 


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?200007241710.KAA69397>