pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39556 ([UPDATE] devel/p5-PAR-Dist 0.31 -> 0.32)
The following reply was made to PR pkg/39556; it has been noted by GNATS.
From: Jens Rehsack <rehsack%web.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39556 ([UPDATE] devel/p5-PAR-Dist 0.31 -> 0.32)
Date: Thu, 18 Dec 2008 07:45:12 +0000
he%NetBSD.org@localhost wrote:
> Synopsis: [UPDATE] devel/p5-PAR-Dist 0.31 -> 0.32
>
> State-Changed-From-To: open->feedback
> State-Changed-By: he%NetBSD.org@localhost
> State-Changed-When: Thu, 18 Dec 2008 00:36:28 +0000
> State-Changed-Why:
> I applied the patch to add a default dependency on p5-YAML,
> and make the selection of YAML module optional.
> I wasn't able to spot the typo, though, so please take a
> closer look and see if I messed up.
Index: devel/p5-PAR-Dist/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/p5-PAR-Dist/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- devel/p5-PAR-Dist/Makefile 18 Dec 2008 00:35:24 -0000 1.15
+++ devel/p5-PAR-Dist/Makefile 18 Dec 2008 07:47:56 -0000
@@ -32,7 +32,7 @@
.if !empty(PKG_OPTIONS:MYAML-Tiny)
BUILD_DEPENDS+= p5-YAML-Tiny>=1.25:../../textproc/p5-YAML-Tiny
.elif !empty(PKG_OPTIONS:MLibYAML)
-BUILD_DEPENDS+= p5-LibYAML>=0.03:../../textproc/p5-LibYAML
+BUILD_DEPENDS+= p5-YAML-LibYAML>=0.03:../../textproc/p5-YAML-LibYAML
.elif !empty(PKG_OPTIONS:MYAML)
BUILD_DEPENDS+= p5-YAML>=0.60:../../textproc/p5-YAML
.endif
I think you missed that typo. The module is named YAML::LibYAML - not
LibYAML as I typed at first.
/Jens
Home |
Main Index |
Thread Index |
Old Index