On 2013/02/18 23:30, Jérémie Courrèges-Anglas wrote:
> Stuart Henderson <[email protected]> writes:
>
> > On 2013/02/18 20:25, Jérémie Courrèges-Anglas wrote:
> >>
> >> I don't think arpd needs python. Makes it available on vax.
> >
> > ===> libdnet-1.12p5 requires shared libraries .
>
> Well, yes, that's what I wanted to work around. With net/libdnet,-main
> it builds fine (untested, though).
The python bindings in libdnet are optional, in fact the current
port doesn't even use python.port.mk unless it's building the -python
package.
> > Probably something like this. I haven't built it though.
Finished - it builds OK.
> >> RCS file: /cvs/ports/net/arpd/Makefile,v
> >> retrieving revision 1.16
> >> diff -u -p -r1.16 Makefile
> >> --- Makefile 15 Oct 2012 15:18:32 -0000 1.16
> >> +++ Makefile 18 Feb 2013 19:14:16 -0000
> >> @@ -23,6 +23,6 @@ USE_GROFF = Yes
> >>
> >> WRKDIST= ${WRKDIR}/arpd
> >>
> >> -LIB_DEPENDS= net/libdnet
> >> +LIB_DEPENDS= net/libdnet,-main
> >>
> >> .include <bsd.port.mk>
> >>
> >
> > This would need a bump, though I suspect it's not necessary at all.
>
> Hmm, talking about the change, or the bump?
the change.