New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #8192 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Transmission should not de pend on port:jam but on bin:jam:jam

Reported by: ehainry@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: amonre@…
Port:

Description

transmission's Portfile specifies depends_build port:jam

Where it should be depends_build bin:jam:jam Indeed, jam comes already installed in Mac OSX/xcode.

Plus there should probably be a dependency on gettext

so I suggest

  • depends_build port:jam

+ depends_build bin:jam:jam +depends_lib port:gettext

Change History

comment:1 Changed 7 years ago by amonre@…

Yeah, agreed. Requiring users to install darwinports' jam is unnecessary.

comment:2 Changed 7 years ago by markd@…

  • Status changed from new to closed
  • Resolution set to fixed

Fix committed. Thank you.

Note: See TracTickets for help on using tickets.