Date: Wed, 19 Jun 2002 15:30:08 -0700 (PDT) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39265: Update port: lang/itcl -> Message-ID: <200206192230.g5JMU8x15656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39265; it has been noted by GNATS. From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39265: Update port: lang/itcl -> Date: Thu, 20 Jun 2002 00:24:20 +0200 add USE_REINPLACE= yes Regards, Olli Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/itcl/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 2001/07/28 14:53:45 1.30 +++ Makefile 2002/06/19 22:24:00 @@ -17,6 +17,7 @@ LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 WRKSRC= ${WRKDIR}/${DISTNAME}/itcl +USE_REINPLACE= yes INSTALLS_SHLIB= yes PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh @@ -47,7 +48,7 @@ ${RM} ${WRKSRC}/pkgIndex.tcl post-patch: - ${PERL} -pi \ + ${REINPLACE_CMD} \ -e 's,package require Itcl,load [glob \ ${WRKSRC}/${ITCL_LIB}.${SHLIB_MAJOR}*],;' \ ${WRKSRC}/tests/*.test 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?200206192230.g5JMU8x15656>