Bug 194335 - openssl-0.9.8e-r3 uses GNU-specific find option (-lname)
Bug#: 194335 Product:  Gentoo/Alt Version: unspecified Platform: All
OS/Version: FreeBSD Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: base-system@gentoo.org Reported By: lavajoe@gentoo.org
Component: FreeBSD
URL: 
Summary: openssl-0.9.8e-r3 uses GNU-specific find option (-lname)
Keywords:  
Status Whiteboard: 
Opened: 2007-10-01 02:36 0000
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