#16660 closed defect (fixed)
rb-password and cracklib
Reported by: | artrigue@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | rb-password |
Description
---> Configuring rb-password *** extconf.rb failed *** ... checking for cracklib dictionary... no Couldn't find a cracklib dictionary on this system
if I cd in and do a
ruby extconf.rb --with-crack-dict=/opt/local/share/cracklib
then successfully it builds off the cracklib provided by the required cracklib port.
I'd offer an altered port myself except I don't see where ruby is calling extconf.rb in the portfile
Attachments (1)
Change History (4)
Changed 16 years ago by jmroot (Joshua Root)
Attachment: | rb-password_cracklib.diff added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added; artrigue@… removed |
---|---|
Port: | rb-password added |
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r40509.
Note: See
TracTickets for help on using
tickets.
I think the attached patch should do the trick. (The extconf.rb invocation is in the ruby portgroup, which lives at
/opt/local/share/macports/resources/port1.0/group/ruby-1.0.tcl
.)