Opened 14 years ago

Closed 14 years ago

#24678 closed enhancement (fixed)

cln: remove useless bits

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: cln

Description

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.

Attachments (1)

cln.diff (616 bytes) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
proposed patch

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: cln.diff added

proposed patch

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Committed in r68021 (maintainer timeout).

Note: See TracTickets for help on using tickets.