ports/51438: devel/nspr port doesn't install nspr-config script

Morten Rodal morten at rodal.no
Sun Apr 27 13:30:12 PDT 2003


The following reply was made to PR ports/51438; it has been noted by GNATS.

From: Morten Rodal <morten at rodal.no>
To: Seva Gluschenko <gvs at rinet.ru>, freebsd-gnats-submit at FreeBSD.org,
	marcus at FreeBSD.org
Cc:  
Subject: Re: ports/51438: devel/nspr port doesn't install nspr-config script
Date: Sun, 27 Apr 2003 22:27:56 +0200

 On Sat, Apr 26, 2003 at 04:14:04PM +0400, Seva Gluschenko wrote:
 > >Fix:
 > 
 > 	Apply patch below in devel/nspr and reinstall nspr port.
 > 
 > --- Makefile.orig	Sat Apr 26 16:06:28 2003
 > +++ Makefile	Sat Apr 26 16:08:07 2003
 > @@ -33,6 +33,7 @@
 >  		${TAR} -C ${PREFIX}/include -xf -
 >  	${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \
 >  		${TAR} -C ${PREFIX}/lib -xf -
 > +	cp ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin
 >  .for lib in ${LIBS}
 >  	${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//}
 >  .endfor
 
 I am unable to install this if I do not remove the "/build" from the
 patch.  I get:
 
 install:
 /usr/obj/usr/ports/devel/nspr/work/nspr-4.3/mozilla/nsprpub/build/build/config/nspr-config: No such file or directory
 *** Error code 71
 
 Notice the "/build/build/".  This is on a -CURRENT as of 26 Apr 2003.
 
 
 -- 
 Morten Rodal
 


More information about the freebsd-gnome mailing list