Error code 254

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Tue Aug 11 18:01:32 UTC 2009


On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote:
> On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote:
> > Mel Flynn wrote:
> > > On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote:
> > >> ===> Installing documentation in
> > >> /usr/local/share/doc/pear/XML_Serializer. ===> Installing tests in
> > >> /usr/local/share/pear/tests/XML_Serializer. ===> Installing examples
> > >> in /usr/local/share/examples/pear/XML_Serializer. *** Error code 254
...

> In the meantime, I'll try to reproduce it.

Which I can't. Patch below adds -v at the correct spot.
-- 
Mel

Index: devel/pear/pear-install
===================================================================
RCS file: /home/ncvs/ports/devel/pear/pear-install,v
retrieving revision 1.1
diff -u -r1.1 pear-install
--- devel/pear/pear-install     9 Dec 2005 18:58:03 -0000       1.1
+++ devel/pear/pear-install     11 Aug 2009 17:42:03 -0000
@@ -10,5 +10,5 @@

 [ "x$1" = "x" ] && exit 1
 if [ "x$2" = "xPOST-INSTALL" ]; then
-       ${PEAR} install -r -n -f ${PKGREGDIR}/package.xml
+       ${PEAR} -v install -r -n -f ${PKGREGDIR}/package.xml
 fi



More information about the freebsd-questions mailing list