#27420: Portfile for lm32-rtems-binutils --------------------------------------+------------------------------------- Reporter: yann.sionneau@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: lm32-rtems-binutils | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Added in r75895 with these changes: * changed whitespace (tabs to spaces) * added modeline * removed "`macports:pguyot:rtems`" from master_sites; none of this port's distfiles or patches are to be found in Paul Guyot's distfiles directory * removed "`:rtems`" tag from every distfile, patchfile and master_site; using tags is only useful when you have multiple distfiles or patchfiles, some of which need to come from different servers * removed "`distfiles binutils-${version}.tar.bz2`" since that's the default * removed md5 checksums, since md5 is an obsolete algorithm * added dependency on zlib, since libz does get used * changed pre-configure "`system "cd ${workpath} && mkdir -p build"`" to "`file mkdir ${configure.dir}`" * removed unnecessary quotes around paths in configure.args and glob * changed "`build.dir ${workpath}/build`" to "`build.dir ${configure.dir}`" * changed post-extract "`system "rm -rf ${worksrcpath}/etc"`" to "`delete ${worksrcpath}/etc`" * reordered the portfile so things are listed in chronological order: extract comes before patch comes before configure comes before build; this is easier to understand when trying to read the portfile -- Ticket URL: <https://trac.macports.org/ticket/27420#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS