diff options
author | wiz <wiz> | 2002-06-16 20:16:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-06-16 20:16:50 +0000 |
commit | 73b9b1036a05baebb8e0fe756075ff56293b23f8 (patch) | |
tree | 181e3de9a92a33a65e2a518ea247c0be3f8966c1 | |
parent | 74ab2f4a30435141767daf33d7d15c2ae62c1732 (diff) | |
download | pkgsrc-73b9b1036a05baebb8e0fe756075ff56293b23f8.tar.gz |
Add recognition of mipseb systems to config.sub. (thanks, jason!)
Closes pkg/17212.
While here, fix compilation with kerberos5.
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 3 | ||||
-rw-r--r-- | security/sudo/patches/patch-ac | 20 |
3 files changed, 24 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 91089122111..5bf5a53614d 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2002/06/15 21:20:05 cjep Exp $ +# $NetBSD: Makefile,v 1.48 2002/06/16 20:16:50 wiz Exp $ # DISTNAME= sudo-1.6.6 @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --without-skey .if defined(KERBEROS) PKG_USE_KERBEROS= # defined CONFIGURE_ARGS+= --with-kerb4 --with-kerb5 +CPPFLAGS+= -I/usr/include/krb5 .else CONFIGURE_ARGS+= --without-kerb4 --without-kerb5 .endif diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9c176cea375..453ad5b6e84 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.8 2002/04/25 16:57:14 jschauma Exp $ +$NetBSD: distinfo,v 1.9 2002/06/16 20:16:50 wiz Exp $ SHA1 (sudo-1.6.6.tar.gz) = 6768cca950fc840857b01b0bd94dbd0ca756d324 Size (sudo-1.6.6.tar.gz) = 333074 bytes SHA1 (patch-aa) = 3298ebd31c6348848c02b98e493a6772369ca840 SHA1 (patch-ab) = 9ee5fd292495a97ba8acfdddfd60c54955070eac +SHA1 (patch-ac) = 96694dbf482f66fcf45dd230852cce0aa24cfb6a SHA1 (patch-af) = 7aaf790e8512e4371d87d367dd2d6e6b020d0ab2 SHA1 (patch-ag) = f05e3731b23407faa5f64b0f374419ae7a4327a9 diff --git a/security/sudo/patches/patch-ac b/security/sudo/patches/patch-ac new file mode 100644 index 00000000000..cfb044707ef --- /dev/null +++ b/security/sudo/patches/patch-ac @@ -0,0 +1,20 @@ +--- config.sub.old Mon Dec 31 14:02:47 2001 ++++ config.sub Sun Jun 16 12:48:45 2002 +@@ -235,7 +235,7 @@ + | we32k | ns16k | clipper | i370 | sh | sh[34] \ + | powerpc | powerpcle \ + | 1750a | dsp16xx | pdp10 | pdp11 \ +- | mips16 | mips64 | mipsel | mips64el \ ++ | mips16 | mips64 | mipseb | mipsel | mips64el \ + | mips64orion | mips64orionel | mipstx39 | mipstx39el \ + | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ + | mips64vr5000 | mips64vr5000el | mcore | s390 | s390x \ +@@ -281,7 +281,7 @@ + | clipper-* | orion-* \ + | sparclite-* | pdp10-* | pdp11-* | sh-* | sh[34]-* | sh[34]eb-* \ + | powerpc-* | powerpcle-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \ +- | mips16-* | mips64-* | mipsel-* \ ++ | mips16-* | mips64-* | mipsel-* | mipseb-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ + | mipstx39-* | mipstx39el-* | mcore-* \ |