[40509] trunk/dports/ruby/rb-password/Portfile

jmr at macports.org jmr at macports.org
Sat Oct 4 14:31:37 PDT 2008


Revision: 40509
          http://trac.macports.org/changeset/40509
Author:   jmr at macports.org
Date:     2008-10-04 14:31:36 -0700 (Sat, 04 Oct 2008)
Log Message:
-----------
rb-password: tell configure where to find the cracklib dictionary (#16660)

Modified Paths:
--------------
    trunk/dports/ruby/rb-password/Portfile

Modified: trunk/dports/ruby/rb-password/Portfile
===================================================================
--- trunk/dports/ruby/rb-password/Portfile	2008-10-04 21:29:11 UTC (rev 40508)
+++ trunk/dports/ruby/rb-password/Portfile	2008-10-04 21:31:36 UTC (rev 40509)
@@ -20,7 +20,7 @@
 checksums		md5 6a33fb9dd039f07fe2b81a0d8eed7f6f
 platforms		darwin
 
-depends_lib-append		lib:libcrack.2:cracklib \
+depends_lib-append		port:cracklib \
 				port:rb-termios
 
 patchfiles		patch-tc_password.rb.diff
@@ -31,6 +31,8 @@
 	reinplace "s|pw_dict|cracklib/&|g" ${worksrcpath}/extconf.rb
 }
 
+configure.args-append --with-crack-dict=${prefix}/share/cracklib
+
 post-build {
 	system "cd ${worksrcpath} && ${ruby.rdoc} -x CVS rbcrack.c"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081004/3917bdae/attachment.html 


More information about the macports-changes mailing list