[MacPorts] #15726: llvm: ".dir" files considered weird
#15726: llvm: ".dir" files considered weird -------------------------------------+-------------------------------------- Reporter: ryandesign@macports.org | Owner: erickt@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | -------------------------------------+-------------------------------------- llvm installs files called ".dir" into several directories: {{{ $ port contents llvm | grep \.dir /mp/bin/.dir /mp/etc/llvm/.dir /mp/lib/.dir /mp/lib/llvm/obj/Release/bin/.dir /mp/lib/llvm/obj/Release/lib/.dir $ }}} What's up with those? They only contain a date/time: {{{ $ port contents llvm | grep \.dir | xargs cat Mon Jun 23 05:15:50 CDT 2008 Mon Jun 23 05:15:54 CDT 2008 Mon Jun 23 05:15:39 CDT 2008 Mon Jun 23 05:06:09 CDT 2008 Mon Jun 23 05:05:57 CDT 2008 $ }}} Are those files needed for llvm to function? If not, we should remove them in post-destroot. If that change is made to the portfile, the portfile revision should be incremented so everyone gets the change. -- Ticket URL: <http://trac.macports.org/ticket/15726> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15726: llvm: ".dir" files considered weird --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: erickt@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by ryandesign@macports.org): In the `llvm-2.3` source directory in the file `utils/buildit/build_llvm` there is code to remove the `.dir` files. Although we do not use that script to build llvm, this implies that these files aren't needed. We could use fs-traverse to remove these files after destroot. -- Ticket URL: <http://trac.macports.org/ticket/15726#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15726: llvm: ".dir" files considered weird --------------------------------------+------------------------------------- Reporter: ryandesign@macports.org | Owner: erickt@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: --------------------------------------+------------------------------------- Changes (by ryandesign@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed in r38413. -- Ticket URL: <http://trac.macports.org/ticket/15726#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts