diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-04-29 16:59:02 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-04-29 16:59:02 +0000 |
commit | cabe5ad11167e9371bff5390a6e3ec58cf456405 (patch) | |
tree | 0a6c406ce70129cfcc46bf95c0e6818f7204a23a /security/crack | |
parent | d4ec42c6fe0ccfe0ab7c3cb971a8ed7490a5f4b3 (diff) | |
download | pkgsrc-cabe5ad11167e9371bff5390a6e3ec58cf456405.tar.gz |
Make this package find the compiler after bl3 were enabled.
Diffstat (limited to 'security/crack')
-rw-r--r-- | security/crack/distinfo | 4 | ||||
-rw-r--r-- | security/crack/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/crack/distinfo b/security/crack/distinfo index c3752bb66d6..81fafdd67af 100644 --- a/security/crack/distinfo +++ b/security/crack/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/04/29 16:59:02 kristerw Exp $ SHA1 (crack5.0.tar.gz) = e5e59d1e5e9e42c816a4dbd3f24cc13e16a31365 RMD160 (crack5.0.tar.gz) = a6785bc5d6f197451f3d404ff7ce91231e474dfb Size (crack5.0.tar.gz) = 2964507 bytes -SHA1 (patch-aa) = e05ef9f571f7e695790eb7a350f2eb320d68569e +SHA1 (patch-aa) = 6316b2243d4308422bb2fc9d3d3878f1605f0c67 SHA1 (patch-ab) = a60df3b47288abf28e44400e4035580da765e279 SHA1 (patch-ac) = efa6903c59be394db1282d0760d55953a955e1ee SHA1 (patch-ad) = 49387a2aa147ff543d57e660dbe0d8b2861d8f52 diff --git a/security/crack/patches/patch-aa b/security/crack/patches/patch-aa index 2a98f61d95d..eafaed0d594 100644 --- a/security/crack/patches/patch-aa +++ b/security/crack/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2003/10/06 08:19:45 jlam Exp $ +$NetBSD: patch-aa,v 1.4 2005/04/29 16:59:02 kristerw Exp $ --- Crack.orig Fri Dec 20 17:09:41 1996 +++ Crack @@ -15,7 +15,7 @@ $NetBSD: patch-aa,v 1.3 2003/10/06 08:19:45 jlam Exp $ -# nice, generic path (RedHat Linux, Solaris1, Solaris2) -CRACK_PATH=/usr/local/bin:/usr/ccs/bin:/usr/sbin:/sbin:/usr/bin:/bin:/usr/ucb:/usr/etc:$PATH +# Path for NetBSD -+CRACK_PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin:@@PREFIX@@/bin:$PATH ++CRACK_PATH=${PATH}:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/sbin:@@PREFIX@@/bin # compiler options for crack 5.0 # |