[MacPorts] #32560: radare2 @0.9 New submission
MacPorts
noreply at macports.org
Tue Jan 3 01:45:57 PST 2012
#32560: radare2 @0.9 New submission
------------------------------------+---------------------------------------
Reporter: a2piratesoft@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.3
Keywords: | Port: radare2
------------------------------------+---------------------------------------
Changes (by ryandesign@…):
* cc: pixilla@…, ryandesign@… (added)
Comment:
I'm attaching a revised Portfile proposal with these changes from the
original:
* Fixed whitespace to use only spaces not tabs and rearranged some lines
* Used modern checksum types
* Fixed license
* Adjusted descriptions
* Adjusted homepage and master_sites
* Added dependencies on libraries that get used
* Added args and a patchfile to ensure we're UsingTheRightCompiler and
`-arch` flags
* Disabled universal variant and explained why; this could possibly be
reinstated later using the muniversal portgroup
There still remain issues. The install_name of the libraries is wrong, as
Bradley mentioned, because the build process only passes the library name
in the `-install_name` argument, when it needs to be passing the entire
absolute path the library will ultimately be installed at. The build
process also is not passing the `-compatibility_version` and
`-current_version` flags when building the libraries, which it should be
doing. Finally, the library names have the version number at the end (i.e.
bin_elf64.dylib.0.8.6) which might be how things are done on Linux but is
not correct on OS X (we use e.g. bin_elf64.0.8.6.dylib).
--
Ticket URL: <https://trac.macports.org/ticket/32560#comment:7>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list