pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mit-krb5 security/mit-krb5: USE_TOOLS+= msgfmt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5958e8d6570e
branches:  trunk
changeset: 607347:5958e8d6570e
user:      marino <marino%pkgsrc.org@localhost>
date:      Thu Aug 09 20:15:20 2012 +0000

description:
security/mit-krb5: USE_TOOLS+= msgfmt

Note: Nobody that uses git from pkgsrc can install this package.
It conflicts with security/heimdal which is sucked in by dependencies
of scmgit-base.  Since the default way of acquiring pkgsrc on
DragonFly is via git, which is provided by the releases and daily
snapshots, effectively this can't be installed by DragonFly users.

Solving the conflict with heimdal, if possible, would be nice.

diffstat:

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

diffs (22 lines):

diff -r c040ebd071e1 -r 5958e8d6570e security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Thu Aug 09 18:58:11 2012 +0000
+++ b/security/mit-krb5/Makefile        Thu Aug 09 20:15:20 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2012/07/16 19:12:33 adam Exp $
+# $NetBSD: Makefile,v 1.59 2012/08/09 20:15:20 marino Exp $
 
 DISTNAME=      krb5-1.10.2
 PKGNAME=       mit-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar
@@ -28,7 +29,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_TOOLS+=            autoconf gmake m4 perl yacc
+USE_TOOLS+=            autoconf gmake m4 perl yacc msgfmt
 MAKE_PROGRAM=          gmake
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index