Summary: | Fix port: sysutils/busybox Stop breakage on FreeBSD 8+ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Rees <utisoft> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Chris Rees
2010-11-21 19:20:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->luigi Over to maintainer (via the GNATS Auto Assign Tool) Class Changed From-To: sw-bug->maintainer-update luigi has agreed to let Chris become the new maintainer, so, reclassify. Responsible Changed From-To: luigi->freebsd-ports-bugs Another addition; apparently busybox relies on memrchr, so this is added for anyone on (still supported) 7.0 Chris On 14 December 2010 22:21, Chris Rees <utisoft@gmail.com> wrote: > Another addition; apparently busybox relies on memrchr, so this is > added for anyone on (still supported) 7.0 > > Chris > Contributed by Ivan Dimitrov by the way On 14 December 2010 22:23, Chris Rees <utisoft@gmail.com> wrote: > On 14 December 2010 22:21, Chris Rees <utisoft@gmail.com> wrote: >> Another addition; apparently busybox relies on memrchr, so this is >> added for anyone on (still supported) 7.0 >> >> Chris >> > > Contributed by Ivan Dimitrov by the way > Last one, I promise, forgot the param.h include. It's at http://www.bayofrum.net/~chris/patches/busybox.vi.c.diff Chris Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it. Responsible Changed From-To: pgollucci->freebsd-ports-bugs E-NO-TIME right now, back to pool arved 2011-01-14 09:59:17 UTC FreeBSD ports repository Modified files: sysutils/busybox Makefile Added files: sysutils/busybox/files patch-editors-vi.c patch-include-platform.h Log: [1]Unbreak on 8.0 by renaming conflicting function dprintf to bb_dprintf [2]Add memrchr() function for FreeBSD 7.x PR: 152456 Submitted by: maintainer[1], Ivan Dimitrov[2] Feature safe: yes Unbreak on amd64 while here. Revision Changes Path 1.7 +3 -5 ports/sysutils/busybox/Makefile 1.1 +34 -0 ports/sysutils/busybox/files/patch-editors-vi.c (new) 1.1 +17 -0 ports/sysutils/busybox/files/patch-include-platform.h (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, thanks. |