Summary: | [NEW PORT] net/babeld: A distance-vector routing protocol | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Hung-Yi Chen <gaod> | ||||
Component: | Individual Port(s) | Assignee: | Rene Ladan <rene> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Hung-Yi Chen
2010-04-19 23:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->rene Grab The port builds fine on 7-STABLE/i386, but fails on 6-STABLE/i386 because librt doesn't exist there: http://rene-ladan.nl/tb/errors/6-FreeBSD/babeld-0.98.log 6.X reaches end-of-life coming November. In the meantime, you can try to fix it or add something like .if ${OSVERSION} < 700000 BROKEN=<a message telling that it doesn't work on 6.X> .endif Hi, It's my fault. There are no necessary to use librt on FreeBSD, so I remove it. Please test the attach file. 2010/4/21 Rene Ladan <rene@freebsd.org>: > The port builds fine on 7-STABLE/i386, but fails on 6-STABLE/i386 > because librt doesn't exist there: > http://rene-ladan.nl/tb/errors/6-FreeBSD/babeld-0.98.log > > 6.X reaches end-of-life coming November. In the meantime, you can try > to fix it or add something like > .if ${OSVERSION} < 700000 > BROKEN=<a message telling that it doesn't work on 6.X> > .endif > rene 2010-04-22 22:04:22 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/babeld Makefile distinfo pkg-descr net/babeld/files patch-Makefile patch-util.c Log: Add babeld 0.98, a distance-vector routing protocol. PR: ports/145861 Submitted by: Hung-Yi Chen <gaod at hychen.org> Approved by: tabthorpe (mentor) Revision Changes Path 1.2197 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/babeld/Makefile (new) 1.1 +3 -0 ports/net/babeld/distinfo (new) 1.1 +42 -0 ports/net/babeld/files/patch-Makefile (new) 1.1 +10 -0 ports/net/babeld/files/patch-util.c (new) 1.1 +8 -0 ports/net/babeld/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed |