First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 194335
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Joe Peterson <lavajoe@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
openssl-0.9.8e-r4.ebuild.diff openssl-0.9.8e-r4.ebuild patch Joe Peterson 2007-10-01 02:38 0000 455 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-10-01 02:36 0000
This ebuild uses the -lname find option, which is GNU-specific.  In order for
this ebuild to work on FreeBSD, this needs to be done with a more portable find
command.  I will attach, next, a patch to the ebuild that will accomplish this.

------- Comment #1 From Joe Peterson 2007-10-01 02:38:59 0000 -------
Created an attachment (id=132278) [details]
openssl-0.9.8e-r4.ebuild

Here's the patch.  Please let me know if I should check this in as r4.

------- Comment #2 From SpanKY 2007-10-01 05:39:55 0000 -------
parsing the output of ls is ugly and is dependent on the output of ls not
changing

ive changed it to use `find -L -type l` to locate the [newly] broken links
which need to be renamed and relinked

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