Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.31 2015/06/12 10:51:10 wiz Exp $
# $NetBSD: Makefile,v 1.33 2016/07/09 06:38:57 wiz Exp $
#
DISTNAME= skey-1.1.5
PKGREVISION= 8
PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= http://www.sparc.spb.su/solaris/skey/
#MASTER_SITES= ftp://ftp.math.ethz.ch/hg/pub/opie/
@@ -23,21 +23,17 @@ REPLACE_PERL= skeyprune.pl
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
.include "../../mk/bsd.prefs.mk"
# PR#40434
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_header_md4_h=no
CONFIGURE_ENV+= ac_cv_header_sha1_h=no
BUILDLINK_TRANSFORM+= l:crypt:md5:crypt
.endif
CONFIGURE_ENV.SunOS+= ac_cv_header_md4_h=no
CONFIGURE_ENV.SunOS+= ac_cv_header_sha1_h=no
BUILDLINK_TRANSFORM.SunOS+= l:crypt:md5:crypt
# PR#44324
.if ${OPSYS} == "DragonFly"
CONFIGURE_ENV+= ac_cv_header_rmd160_h=no
.endif
.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
BUILDLINK_TRANSFORM+= l:crypt:md:crypt
.endif
CONFIGURE_ENV.DragonFly+= ac_cv_header_rmd160_h=no
BUILDLINK_TRANSFORM.DragonFly+= l:crypt:md:crypt
BUILDLINK_TRANSFORM.FreeBSD+= l:crypt:md:crypt
# setusercontext() is in -lutil
LIBS.DragonFly+= -lutil
LIBS.FreeBSD+= -lutil