pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 This package needs gzcat to extract ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20a56ca8d6c5
branches:  trunk
changeset: 493915:20a56ca8d6c5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 16:32:28 2005 +0000

description:
This package needs gzcat to extract the .tar.gz file inside the original
.tar file.  Also, fix the yacc silliness while we're here.

diffstat:

 security/mit-krb5/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r a558a8dabb0b -r 20a56ca8d6c5 security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Mon May 16 16:28:54 2005 +0000
+++ b/security/mit-krb5/Makefile        Mon May 16 16:32:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/04/14 23:07:55 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/05/16 16:32:28 jlam Exp $
 
 DISTNAME=      krb5-1.4
 PKGNAME=       mit-${DISTNAME:S/-signed$//}
@@ -21,11 +21,15 @@
 CONFLICTS+=    heimdal-[0-9]*
 CONFLICTS+=    kth-krb4-[0-9]*
 
+.if empty(_USE_NEW_TOOLS:M[yY][eE][sS])
 .if !exists(/usr/bin/yacc)
 BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
 YACC=                  ${LOCALBASE}/bin/bison -y
 .endif
+.endif
 
+PKGSRC_USE_TOOLS+=     gzcat
+USE_TOOLS+=            yacc
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 



Home | Main Index | Thread Index | Old Index