First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142595
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Embedded Gentoo Team <embedded@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jac Goudsmit <jac@goudsm.it>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142595 depends on: Show dependency tree
Show dependency graph
Bug 142595 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-02 18:19 0000
The busybox 1.2.0 ebuild works for 1.2.1 as well (it modifies the download path
by using the version in $0).

For those who want to build it in an overlay:
- edit /etc/portage/package.keywords and add:
  "sys-apps/busybox ~*"
- edit /etc/make.conf and add:
  "PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage"
- create overlay directory:
  mkdir -p /usr/local/portage/sys-apps/busybox/files
- copy and rename old ebuild:
  cp /usr/portage/sys-apps/busybox/busybox-1.2.0.ebuild \
    /usr/local/portage/sys-apps/busybox/busybox-1.2.1.ebuild
- copy patch from old ebuild:
  cp -r /usr/portage/sys-apps/busybox/files/1.2.0 \
    /usr/local/portage/sys-apps/busybox/files
- emerge busybox.

Note that the patch directory "${FILEDIR}/1.2.0/bb.patch" is hardcoded in the
existing sys-apps/busybox/busybox-1.2.0.ebuild. I trust that the maintainers
will remember to fix this ;-)

------- Comment #1 From SpanKY 2006-08-05 13:05:49 0000 -------
in portage, cheers

First Last Prev Next    No search results available      Search page      Enter new bug