pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/knc Update to knc 1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6400033166b
branches:  trunk
changeset: 610397:e6400033166b
user:      elric <elric%pkgsrc.org@localhost>
date:      Tue Oct 23 06:04:28 2012 +0000

description:
Update to knc 1.7.

diffstat:

 security/knc/Makefile                     |  21 +++------------------
 security/knc/distinfo                     |   9 ++++-----
 security/knc/patches/patch-bin_gssstdio.h |  12 ------------
 3 files changed, 7 insertions(+), 35 deletions(-)

diffs (66 lines):

diff -r 6770409cc232 -r e6400033166b security/knc/Makefile
--- a/security/knc/Makefile     Mon Oct 22 23:48:08 2012 +0000
+++ b/security/knc/Makefile     Tue Oct 23 06:04:28 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2012/03/08 01:14:04 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/23 06:04:28 elric Exp $
 #
 
-DISTNAME=      knc-1.6.1
-PKGREVISION=   1
+DISTNAME=      knc-1.7
 CATEGORIES=    security net
 MASTER_SITES=  http://oskt.secure-endpoints.com/downloads/
 
@@ -13,20 +12,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
-
-BUILD_DIRS=    bin
-BUILD_TARGET=  knc
-
-post-install:
-       ${INSTALL_MAN} ${WRKSRC}/man/knc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../mk/krb5.buildlink3.mk"
-.if ${KRB5_TYPE} == "heimdal"
-CFLAGS+=-DHEIMDAL
-MAKE_ENV+=     LDADD=-lgssapi\ -lkrb5
-.elif ${KRB5_TYPE} == "mit-krb5"
-MAKE_ENV+=             LDADD=-lgssapi_krb5
-.endif
+GNU_CONFIGURE= YES
 
 .include "../../mk/bsd.pkg.mk"
diff -r 6770409cc232 -r e6400033166b security/knc/distinfo
--- a/security/knc/distinfo     Mon Oct 22 23:48:08 2012 +0000
+++ b/security/knc/distinfo     Tue Oct 23 06:04:28 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/12/22 16:33:51 joerg Exp $
+$NetBSD: distinfo,v 1.5 2012/10/23 06:04:29 elric Exp $
 
-SHA1 (knc-1.6.1.tar.gz) = 2ab0356f0552c10b0da2ef2ffd6533989b29d2dd
-RMD160 (knc-1.6.1.tar.gz) = 945281771b1033798449d3bce468d4a5994ba83d
-Size (knc-1.6.1.tar.gz) = 20534 bytes
-SHA1 (patch-bin_gssstdio.h) = 4dd09f27467b8967929adf553d97b68a5d10fc52
+SHA1 (knc-1.7.tar.gz) = 46ec1be43695337b62a629067f9b6101c706983f
+RMD160 (knc-1.7.tar.gz) = 580ac925943b5e2a380a3db179cfbf27a354a4a6
+Size (knc-1.7.tar.gz) = 646756 bytes
diff -r 6770409cc232 -r e6400033166b security/knc/patches/patch-bin_gssstdio.h
--- a/security/knc/patches/patch-bin_gssstdio.h Mon Oct 22 23:48:08 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-bin_gssstdio.h,v 1.1 2011/12/22 16:33:51 joerg Exp $
-
---- bin/gssstdio.h.orig        2011-12-22 14:40:13.000000000 +0000
-+++ bin/gssstdio.h
-@@ -56,6 +56,7 @@
- 
- #ifdef HEIMDAL
- #include <gssapi/gssapi.h>
-+#include <gssapi/gssapi_krb5.h>
- #else
- #define HAS_INTTYPES_H
- #include <gssapi/gssapi_krb5.h>



Home | Main Index | Thread Index | Old Index