On Sat, 11 Jan 2020 16:22:58 +0100
Jeremie Courreges-Anglas wrote:

> On Sat, Jan 11 2020, Charlene Wendling <juliana...@posteo.jp> wrote:
> > On Sat, 11 Jan 2020 05:05:44 -0700 (MST)
> > c...@openbsd.org wrote:
> >
> >> http://build-failures.rhaalovely.net/powerpc/2019-12-25/graphics/asymptote.log
> >
> > It's broken since texlive-2019 due to packaging lists changes:
> >
> > --8<--
> > $ pkglocate etoolbox.sty
> > texlive_texmf-minimal-2019:print/texlive/texmf,-main:
> > /usr/local/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty
> > -->8--
> >
> > It has not been spotted before because it's not built on clang
> > archs. Once added it builds fine on powerpc [0].
> 
> ok jca@
> 
> It's tempting to just remove it since nobody else seemed to care on
> clang archs.  Upstream has released version 2.61 last november.

Agreed, but as far as i'm concerned every time i brought fixes for
old/should-be-removed ports, the port finally stayed, so i wonder if i
should commit that fix ;)

> Anyone want to take a look at it?

I won't. By the way, before proposing that diff i have tried with
ports-gcc on amd64, but then it segfaults during the build.

> > Comments/feedback are welcome,
> >
> > Charlène.
> >
> >
> > [0] https://bin.charlenew.xyz/asymptote.log
> >
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/graphics/asymptote/Makefile,v
> > retrieving revision 1.36
> > diff -u -p -u -p -r1.36 Makefile
> > --- Makefile        12 Jul 2019 20:46:56 -0000      1.36
> > +++ Makefile        11 Jan 2020 12:15:06 -0000
> > @@ -27,9 +27,10 @@ WANTLIB += GL GLU OSMesa c fftw3 gc glut
> >  WANTLIB += readline sigsegv ${COMPILER_LIBCXX} z
> >  
> >  COMPILER =         base-clang ports-gcc base-gcc
> > -
> > -BUILD_DEPENDS=             print/texlive/base \
> > -                   print/texinfo
> > +                   
> > +BUILD_DEPENDS=             print/texinfo \
> > +                   print/texlive/base \
> > +                   print/texlive/texmf,-main
> >  RUN_DEPENDS=               graphics/py-Pillow \
> >                     print/texlive/texmf,-full \
> >                     ${MODPY_TKINTER_DEPENDS}
> >
> 
> -- 
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE
> 1524 E7EE
> 

Reply via email to