[MacPorts] #24678: cln: remove useless bits
#24678: cln: remove useless bits -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: gwright@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: cln -------------------------------------+-------------------------------------- The cln port has some useless parts that should be removed. See the attached patch. * The `platform darwin 7` part is useless because MacPorts itself can no longer be installed on darwin 7 or earlier. * The test variant is useless because the test phase is not run unless the user requests it explicitly using "`sudo port test cln`". Nothing is gained by setting the test variables in a variant; just set them unconditionally. * The `--with-gmp` configure arg is useless because cln finds gmp just fine on its own, and anyway the location specified was wrong and fills the log with things like "ld: warning: directory '/opt/local/lib/lib' following -L not found". * The `--infodir` configure args are useless because cln already knows where to put its info file. * The `--mandir` configure arg is useless because cln doesn't install any man pages, and even if it did, cln's configure script appears to already know the correct location for man pages. -- Ticket URL: <http://trac.macports.org/ticket/24678> MacPorts <http://www.macports.org/> Ports system for Mac OS
#24678: cln: remove useless bits --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: gwright@… Type: enhancement | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: Port: cln | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Committed in r68021 (maintainer timeout). -- Ticket URL: <http://trac.macports.org/ticket/24678#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts