Opened 18 years ago

Closed 18 years ago

#8192 closed defect (fixed)

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 (2)

comment:1 Changed 18 years ago by amonre@…

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

comment:2 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Fix committed. Thank you.

Note: See TracTickets for help on using tickets.