#19361 closed enhancement (fixed)
RFE: ruby: Let autoconf from the system satisfy the dependency
Reported by: | raimue (Rainer Müller) | Owned by: | kimuraw (kimura wataru) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | ruby |
Description
ruby has a dependency on port:autoconf
. Does it really require this autoconf version, or would it also be satisfied by using /usr/bin/autoconf
?
The autoconf port requires perl5. Although perl is also required by many other ports, it adds unnecessary build load for new users installing MacPorts explicitly to get the latest ruby version.
Please consider changing the dependency to bin:autoconf:autoconf
.
Change History (2)
comment:1 Changed 16 years ago by kimuraw (kimura wataru)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
I fixed this problem at ruby-1.8.7-p160_1 (r49828). this version do not need autoconf to install port ruby.