Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2003 13:30:11 -0700 (PDT)
From:      Morten Rodal <morten@rodal.no>
To:        gnome@FreeBSD.org
Subject:   Re: ports/51438: devel/nspr port doesn't install nspr-config script
Message-ID:  <200304272030.h3RKUBn6064326@freefall.freebsd.org>

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

From: Morten Rodal <morten@rodal.no>
To: Seva Gluschenko <gvs@rinet.ru>, freebsd-gnats-submit@FreeBSD.org,
	marcus@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
 



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