[MacPorts] #14668: "make install" installs non-gzip-compressed "port.1"
#14668: "make install" installs non-gzip-compressed "port.1" -------------------------------+-------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Keywords: port man | -------------------------------+-------------------------------------------- How to reproroduce {{{ cd macports/trunk/base/ && ./configure && make && make install }}} port.1 is the only man file I found unziped. $ ls *[0-9] port.1 -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): Any update? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Comment (by reiffert@macports.org): No. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Comment (by ebgssth@gmail.com): confirmed that 1.6 installer installs ggzip-ed port man page. so the fix of this would be compress port.1 during make install -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Comment (by raimue@macports.org): Ok, to explain this a bit: The installers in .dmg are created using `port dmg MacPorts`. As the port system always gzips man pages after destroot, they are also gzipped here. `make install` does not gzip the man pages, as there is no such code in the Makefile. So this needs to be added to the Makefile in order to avoid duplication. Also, future installations should remove non-gzipped versions of `${prefix}/share/man/port.1' and similar for porthier.7, portfile.7 etc. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:4> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: raimue@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Changes (by akira@macports.org): * owner: macports-tickets@lists.macosforge.org => raimue@macports.org Comment: Assigned to Raim, because he seems to know more on this than me ;) -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:5> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: raimue@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Changes (by raimue@macports.org): * status: new => assigned -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:6> MacPorts </projects/macports> Ports system for Mac OS
#14668: "make install" installs non-gzip-compressed "port.1" --------------------------------+------------------------------------------- Reporter: ebgssth@gmail.com | Owner: raimue@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: MacPorts base enhancements Component: base | Version: 1.6.0 Resolution: | Keywords: port man --------------------------------+------------------------------------------- Comment (by raimue@macports.org): Added compression of man pages in r35812. The postflight script for the disk images will also need an update to remove old uncompressed man pages. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14668#comment:7> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts