Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 15:50:04 -0700 (PDT)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/39267: Update port: x11-toolkits/itk  ->
Message-ID:  <200206192250.g5JMo4g18387@freefall.freebsd.org>

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

From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/39267: Update port: x11-toolkits/itk  ->
Date: Thu, 20 Jun 2002 00:42:43 +0200

 add USE_REINPLACE= yes
 
 Regards,
          Olli
 
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/x11-toolkits/itk/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- Makefile	2001/08/17 14:42:48	1.9
 +++ Makefile	2002/06/19 22:42:12
 @@ -22,7 +22,7 @@
  INSTALLS_SHLIB=	yes
  MAKE_ENV+=	${PLIST_SUB} \
  		SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR}
 -
 +USE_REINPLACE=	yes
  EXTRACT_AFTER_ARGS=| ${TAR} -xf - ./itcl${MAJOR}.${MINOR}/itk
  MAKEFILE=	${FILESDIR}/Makefile.lib
  SHLIB_MAJOR=	1
 @@ -44,11 +44,11 @@
  	${RM} ${WRKSRC}/pkgIndex.tcl
  
  post-patch:
 -	${PERL} -pi \
 +	${REINPLACE_CMD} \
  		-e 's,package require Itk,load \
  			[glob ${WRKSRC}/${ITK_LIB_FILE}*],;' \
  		-e 's,return$$,exit,' ${WRKSRC}/tests/*
 -	${PERL} -pi \
 +	${REINPLACE_CMD} \
  		-e 's,\@itk_LIB_FILE\@,${ITK_LIB_FILE},' \
  		${WRKSRC}/pkgIndex.tcl.in
  

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?200206192250.g5JMo4g18387>