Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194335 - openssl-0.9.8e-r3 uses GNU-specific find option (-lname)
Summary: openssl-0.9.8e-r3 uses GNU-specific find option (-lname)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 02:36 UTC by Joe Peterson (RETIRED)
Modified: 2007-10-01 05:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
openssl-0.9.8e-r4.ebuild (openssl-0.9.8e-r4.ebuild.diff,455 bytes, patch)
2007-10-01 02:38 UTC, Joe Peterson (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Peterson (RETIRED) gentoo-dev 2007-10-01 02:36:52 UTC
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 Joe Peterson (RETIRED) gentoo-dev 2007-10-01 02:38:59 UTC
Created attachment 132278 [details, diff]
openssl-0.9.8e-r4.ebuild

Here's the patch.  Please let me know if I should check this in as r4.
Comment 2 SpanKY gentoo-dev 2007-10-01 05:39:55 UTC
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