pkgsrc-WIP-changes archive

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

Ugly workaround to build farther



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Feb 1 02:53:30 2017 +0100
Changeset:	29549c6ce05cfaaeb4d1a3f0c875940f3e7ad6b0

Modified Files:
	john-jumbo/distinfo
Added Files:
	john-jumbo/patches/patch-src_escrypt_sysendian.h
	john-jumbo/patches/patch-src_sysendian.h

Log Message:
Ugly workaround to build farther

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=29549c6ce05cfaaeb4d1a3f0c875940f3e7ad6b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 john-jumbo/distinfo                              |  2 ++
 john-jumbo/patches/patch-src_escrypt_sysendian.h | 13 +++++++++++++
 john-jumbo/patches/patch-src_sysendian.h         | 13 +++++++++++++
 3 files changed, 28 insertions(+)

diffs:
diff --git a/john-jumbo/distinfo b/john-jumbo/distinfo
index 0e707d5..126ae2d 100644
--- a/john-jumbo/distinfo
+++ b/john-jumbo/distinfo
@@ -5,4 +5,6 @@ RMD160 (john-1.8.0-jumbo-1.tar.xz) = 2ed5b5b5e55eefadf2e2eb8d28d15cfc27c82655
 SHA512 (john-1.8.0-jumbo-1.tar.xz) = 163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e
 Size (john-1.8.0-jumbo-1.tar.xz) = 23232492 bytes
 SHA1 (patch-src_configure) = e55e49a45311bdcfc6270bac18b73caa6b8bec27
+SHA1 (patch-src_escrypt_sysendian.h) = 226555f467e12f1de1fab2c3a21f3ab724faa213
 SHA1 (patch-src_osx__as__wrapper.sh) = 7820903bb3b82dc8defe1ae028b452c361e1f169
+SHA1 (patch-src_sysendian.h) = 0a538e2b82b4b911a2da2222d073915a589ff763
diff --git a/john-jumbo/patches/patch-src_escrypt_sysendian.h b/john-jumbo/patches/patch-src_escrypt_sysendian.h
new file mode 100644
index 0000000..640748c
--- /dev/null
+++ b/john-jumbo/patches/patch-src_escrypt_sysendian.h
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/escrypt/sysendian.h.orig	2014-09-19 16:40:51.000000000 +0000
++++ src/escrypt/sysendian.h
+@@ -36,7 +36,7 @@
+ #undef HAVE_SYS_ENDIAN_H
+ #endif
+ 
+-#ifdef HAVE_SYS_ENDIAN_H
++#if 1 /* def HAVE_SYS_ENDIAN_H */
+ 
+ #include <sys/endian.h>
+ 
diff --git a/john-jumbo/patches/patch-src_sysendian.h b/john-jumbo/patches/patch-src_sysendian.h
new file mode 100644
index 0000000..2c7f4a7
--- /dev/null
+++ b/john-jumbo/patches/patch-src_sysendian.h
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/sysendian.h.orig	2014-05-16 13:40:40.000000000 +0000
++++ src/sysendian.h
+@@ -36,7 +36,7 @@
+ #undef HAVE_SYS_ENDIAN_H
+ #endif
+ 
+-#ifdef HAVE_SYS_ENDIAN_H
++#if 1 /* def HAVE_SYS_ENDIAN_H */
+ 
+ #include <sys/endian.h>
+ 


Home | Main Index | Thread Index | Old Index