pkgsrc-Bulk archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc IRIX64 6.5/mipseb bulk build results 2005-06-06



Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
> On Mon, Jun 06, 2005 at 10:03:37AM -0400, Jan Schaumann wrote:
> > pkgsrc bulk build results
> > IRIX64 6.5/IP27
> 
> General problem in php* wrt dependencies, and in pear*
> there's a strange ln(1) error.

Not really that strange.  ln(1) wants two arguments, but is given only
one.  Our ln(1) considers 'target_file' optional, this one doesn't.

All pear-* problems should be fixed by

Index: pear.mk
===================================================================
RCS file: /cvsroot/pkgsrc/lang/php/pear.mk,v
retrieving revision 1.6
diff -b -u -r1.6 pear.mk
--- pear.mk     25 Mar 2005 12:45:09 -0000      1.6
+++ pear.mk     6 Jun 2005 14:21:33 -0000
@@ -47,7 +47,7 @@
 NO_BUILD=      # defined
 
 post-extract:
-       @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml
+       @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml package.xml
 
 do-install:
        cd ${WRKSRC} && ${PEAR_CMD} install package.xml || exit 1



At least, that should make it attempt to build these packages.  Could
people who own pear- packages check this and commit it, if possible?

Thanks,
-Jan

-- 
"Ford," he said, "you're turning into a penguin. Stop it."

Attachment: pgpabQgxT63XI.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index