Opened 19 years ago
Closed 19 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 19 years ago by amonre@…
comment:2 Changed 19 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fix committed. Thank you.
Note: See
TracTickets for help on using
tickets.
Yeah, agreed. Requiring users to install darwinports' jam is unnecessary.