Update to knc 1.7.

This commit is contained in:
elric 2012-10-23 06:04:28 +00:00
parent 05fc20b0d9
commit 724dd1746f
3 changed files with 7 additions and 35 deletions

View file

@ -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 @@ LICENSE= mit
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"

View file

@ -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

View file

@ -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>