[MacPorts] #47790: update pstree to 2.39
#47790: update pstree to 2.39 ----------------------+-------------------------------- Reporter: hans@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: haspatch | Port: pstree ----------------------+-------------------------------- Update pstree to version 2.39: * instead of a ./configure that >>'s a Makefile, have minimal Makefile and set use_configure no * drop the destroot commands in Portfile and just make destroot with the Makefile * pstree has a manpage, so just install that instead of copying the README * drop the clang fix as http://llvm.org/pr10514 is fixed -- Ticket URL: <https://trac.macports.org/ticket/47790> MacPorts <https://www.macports.org/> Ports system for OS X
#47790: update pstree to 2.39 ---------------------+-------------------------------- Reporter: hans@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: haspatch Port: pstree | ---------------------+-------------------------------- Comment (by hans@…): I am not sure how to reflect the removal of files/configure in my patch. -- Ticket URL: <https://trac.macports.org/ticket/47790#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#47790: update pstree to 2.39 ---------------------+---------------------- Reporter: hans@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: pstree | ---------------------+---------------------- Changes (by mf2k@…): * cc: mww@… (removed) * owner: macports-tickets@… => mww@… * version: 2.3.3 => -- Ticket URL: <https://trac.macports.org/ticket/47790#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#47790: pstree: update to 2.39 ---------------------+---------------------- Reporter: hans@… | Owner: mww@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: haspatch Port: pstree | ---------------------+---------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => fixed Comment: I've updated pstree to 2.39 in r137283, but I haven't made all the changes you proposed, because many of them are regressions. For example, pstree does not install any libraries, and it correctly indicates this via the line `installs_libs no`, but your patch removes this line. There are no ports that depend on pstree, so it doesn't really affect anything, but since the port maintainer has already gone out of his way to indicate that the port does not install libraries, there's no reason to remove this indication. The existing configure script records the values of the CC, CFLAGS and LDFLAGS variables into the Makefile and uses them at build time, which means it's UsingTheRightCompiler and `-arch` flags. Your proposed change doesn't do any of this, so a wrong compiler might be used, and the build will always use the compiler's default architecture even if the user requested something different. The README should still be installed, even if there is also a manpage. I did apply some of your other changes: r137280 r137281 I also made some additional changes of my own: r137279 r137282 -- Ticket URL: <https://trac.macports.org/ticket/47790#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts