Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.28 2013/06/06 12:55:01 wiz Exp $
# $NetBSD: Makefile,v 1.29 2014/02/12 23:18:32 tron Exp $
#
DISTNAME= keepassx-0.4.3
PKGREVISION= 6
PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=keepassx/}

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.5 2013/05/04 12:59:48 joerg Exp $
$NetBSD: distinfo,v 1.6 2014/01/05 01:01:47 rumko Exp $
SHA1 (keepassx-0.4.3.tar.gz) = d25ecc9d3caaa5a6d0f39a42c730a95997f37e2e
RMD160 (keepassx-0.4.3.tar.gz) = 3e963d82dd6b8bc32e32dbb46efa9168bac1088b
Size (keepassx-0.4.3.tar.gz) = 1368766 bytes
SHA1 (patch-src_crypto_aes__endian.h) = 3a88c3ebf2ccaa2229aa7e0600b4f0e976b21772
SHA1 (patch-src_lib_AutoTypeX11.cpp) = 00c112837d50cf01fc4fc7f76865e5407c90e901
SHA1 (patch-src_lib_random.cpp) = 01cc7569a75bc3af8326f0903881c16d96d51551

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_crypto_aes__endian.h,v 1.1 2014/01/05 01:01:48 rumko Exp $
Fix build on DragonFly.
--- src/crypto/aes_endian.h.orig 2008-08-01 19:03:05.000000000 +0000
+++ src/crypto/aes_endian.h
@@ -34,7 +34,7 @@
/* Include files where endian defines and byteswap functions may reside */
#if defined( __sun )
# include <sys/isa_defs.h>
-#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
+#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ) || defined( __DragonFly__ )
# include <sys/endian.h>
#elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \
defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ )