Summary: | [MAINTAINER] [UPDATE] sysutils/busybox: 1.13-1.18.2 & unbreak for CURRENT | ||
---|---|---|---|
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 |
Description
Chris Rees
2011-01-26 20:40:05 UTC
State Changed From-To: open->feedback Hi, Build fails on 7X http://32bit.miwibox.org/index.php?action=describe_port&id=2415 http://64bit.miwibox.org/index.php?action=describe_port&id=2422 ---------- Forwarded message ---------- From: "Chris Rees" <utisoft@gmail.com> Date: 29 Jan 2011 12:53 Subject: Re: ports/154312: [MAINTAINER] [UPDATE] sysutils/busybox: 1.13-1.18.2 & unbreak for CURRENT To: <miwi@freebsd.org> Cc: <freebsd-ports-bugs@freebsd.org> On 29 January 2011 09:52, Chris Rees <utisoft@gmail.com> wrote: > On 29 January 2011 03:47, <miwi@freebsd.org> wrote: >> Synopsis: [MAINTAINER] [UPDATE] sysutils/busybox: 1.13-1.18.2 & unbreak for CURRENT >> >> State-Changed-From-To: open->feedback >> State-Changed-By: miwi >> State-Changed-When: Sat Jan 29 03:46:44 UTC 2011 >> State-Changed-Why: >> Hi, >> >> Build fails on 7X >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=154312 >> > > I've changed the XTABS define to OXTABS rather than TAB3, so I'm > building that in all my boxes for now. I'll send a new patch when I've > checked them. > > Chris > Here's the new patch: http://www.bayofrum.net/~chris/patches/busybox-1.13-1.18-xtabs.diff I've also discovered that strnlen wasn't on <8, so I've added that in too. Tests [1][2][3] for i386. A diff between the two diffs is at (if you're interested): http://www.bayofrum.net/~chris/patches/busybox-1.13-1.18.diff-xtabs.diff Chris [1] http://tinderbox.bayofrum.net/index.php?action=display_markup_log&build=7.3-FreeBSD&id=248 [2] http://tinderbox.bayofrum.net/index.php?action=display_markup_log&build=8.1-FreeBSD&id=248 [3] http://tinderbox.bayofrum.net/index.php?action=display_markup_log&build=9-FreeBSD&id=248 miwi 2011-02-05 08:48:13 UTC FreeBSD ports repository Modified files: sysutils/busybox Makefile distinfo sysutils/busybox/files data-.config patch-002 Added files: sysutils/busybox/files patch-strnlen Removed files: sysutils/busybox/files patch-editors-vi.c patch-include-platform.h Log: - Update to 1.18.2 - Unbreak for CURRENT PR: 154312 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.9 +7 -5 ports/sysutils/busybox/Makefile 1.3 +2 -3 ports/sysutils/busybox/distinfo 1.3 +202 -97 ports/sysutils/busybox/files/data-.config 1.3 +248 -296 ports/sysutils/busybox/files/patch-002 1.2 +0 -34 ports/sysutils/busybox/files/patch-editors-vi.c (dead) 1.2 +0 -17 ports/sysutils/busybox/files/patch-include-platform.h (dead) 1.1 +24 -0 ports/sysutils/busybox/files/patch-strnlen (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: feedback->closed Committed. Thanks! |