Current-Users archive

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

Re: Failure to build graphics/graphviz



On Fri, 7 Aug 2020 at 21:48, Paul Goyette <paul%whooppee.com@localhost> wrote:
>
> On Fri, 7 Aug 2020, Chavdar Ivanov wrote:
>
> > On Fri, 7 Aug 2020 at 21:35, Paul Goyette <paul%whooppee.com@localhost> wrote:
> >>
> >>> I just rebuilt it under 9.99.69 from yesterday without any problems. I
> >>> do not have any graphviz option changed in /etc/mk.conf. There have
> >>> been many changes to make recently.
> >>
> >> Hmmm.  I have
> >>
> >>         PKG_OPTIONS.graphviz= -lua
> >>
> >> to prevent it from using lua.  Maybe the PLIST for the two extra files
> >> should be conditional on lua?
> >
> > Correct, perhaps an error:
> >
> > # grep python PLIST
> > ${PLIST.lua}man/man3/gv.3python
> > ${PLIST.lua}share/graphviz/doc/pdf/gv.3python.pdf
> >
> > Doesn't make sense.
>
> Rebuilt successfully after removing the ${PLIST.lua} stuff.
>
> Should I commit the change?

With

--- PLIST.orig    2020-08-07 22:02:15.094669339 +0100
+++ PLIST       2020-08-07 22:02:47.109579539 +0100
@@ -171,7 +171,7 @@
 ${PLIST.lua}man/man3/gv.3lua
 ${PLIST.ocaml}man/man3/gv.3ocaml
 ${PLIST.perl}man/man3/gv.3perl
-${PLIST.lua}man/man3/gv.3python
+man/man3/gv.3python
 ${PLIST.tcl}man/man3/gv.3tcl
 man/man3/gvc.3
 man/man3/gvpr.3
@@ -421,7 +421,7 @@
 ${PLIST.lua}share/graphviz/doc/pdf/gv.3lua.pdf
 ${PLIST.ocaml}share/graphviz/doc/pdf/gv.3ocaml.pdf
 ${PLIST.perl}share/graphviz/doc/pdf/gv.3perl.pdf
-${PLIST.lua}share/graphviz/doc/pdf/gv.3python.pdf
+share/graphviz/doc/pdf/gv.3python.pdf
 ${PLIST.tcl}share/graphviz/doc/pdf/gv.3tcl.pdf
 share/graphviz/doc/pdf/gv2gml.1.pdf
 share/graphviz/doc/pdf/gv2gxl.1.pdf


'make package' succeeds with and without lua option.

>
>
> +--------------------+--------------------------+-----------------------+
> | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
> | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
> | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
> +--------------------+--------------------------+-----------------------+



-- 
----


Home | Main Index | Thread Index | Old Index