On Sun, Aug 21, 2016 at 09:58:08PM +0200, Landry Breuil wrote: > On Thu, Aug 18, 2016 at 11:21:01AM +0200, Dmitrij D. Czarkoff wrote: > > lan...@openbsd.org wrote: > > > > >build failures: 17 > > >http://build-failures.rhaalovely.net//powerpc/2016-07-25/audio/moc.log > > > > Could you please try this diff? > > > > Index: Makefile > > =================================================================== > > RCS file: /var/cvs/ports/audio/moc/Makefile,v > > retrieving revision 1.3 > > diff -u -p -r1.3 Makefile > > --- Makefile 11 Jul 2016 07:51:30 -0000 1.3 > > +++ Makefile 18 Aug 2016 09:12:39 -0000 > > @@ -6,18 +6,15 @@ CATEGORIES = audio > > HOMEPAGE = http://moc.daper.net/ > > MASTER_SITES = http://ftp.daper.net/pub/soft/moc/stable/ > > EXTRACT_SUFX = .tar.bz2 > > -REVISION = 1 > > +REVISION = 0 > > Not with that chunk :) > > What makes you think adding --as-needed wont have side-effects ? > Honestly, i think that's just a bandaid/hack.. > > Btw, the estdc++ issue for ports using llvm/clang on i386/amd64 and > lang/gcc on other archs affects more ports..
I finally got to test this diff; and indeed moc builds, packages and starts on macppc, but i'm still not convinced it's the right way to fixit.. Landry