diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-14 09:49:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-14 09:49:06 +0000 |
commit | 48492cd751093e1b2a187d1f9cba7fb447553943 (patch) | |
tree | 4612361b7c5b562d132c2edcfe1c534fd968e8cd /editors/Sigil | |
parent | 80869ebe2a75e4ee6229b3855cbf251c0212743d (diff) | |
download | pkgsrc-48492cd751093e1b2a187d1f9cba7fb447553943.tar.gz |
Add DragonFly support.
Diffstat (limited to 'editors/Sigil')
-rw-r--r-- | editors/Sigil/distinfo | 10 | ||||
-rw-r--r-- | editors/Sigil/patches/patch-CMakeLists.txt | 4 | ||||
-rw-r--r-- | editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp | 4 | ||||
-rw-r--r-- | editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp | 15 | ||||
-rw-r--r-- | editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp | 24 |
5 files changed, 48 insertions, 9 deletions
diff --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo index c1f283d812b..4ba24d5959d 100644 --- a/editors/Sigil/distinfo +++ b/editors/Sigil/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2011/10/14 09:30:02 ryoon Exp $ +$NetBSD: distinfo,v 1.13 2011/10/14 09:49:06 ryoon Exp $ SHA1 (Sigil-0.4.2-Code.zip) = 67464f521c1b11641812b6959549a842546b4f8d RMD160 (Sigil-0.4.2-Code.zip) = c0834a04cdc67f8d066e4a66c43973a6013866e0 Size (Sigil-0.4.2-Code.zip) = 10104606 bytes -SHA1 (patch-CMakeLists.txt) = c57d48941f51a017ef66994cbb78f0cff3c658b3 -SHA1 (patch-src_ZipArchive_DirEnumerator.cpp) = b17df2f298ee1fa440442b49f31446060edb09be -SHA1 (patch-src_ZipArchive_ZipFile__stl.cpp) = 0e2067bee84e61ae49976d8d19932dd6d582c2ee -SHA1 (patch-src_ZipArchive_ZipPlatform__lnx.cpp) = ef15938e97859df8fd05f5d6aa89236a12f702c3 +SHA1 (patch-CMakeLists.txt) = 1e7691d8c318b8d8bb9f76462cc50325fad387d7 +SHA1 (patch-src_ZipArchive_DirEnumerator.cpp) = 1430a73cb771c77bd15fc32768a3accfd70ee28b +SHA1 (patch-src_ZipArchive_ZipFile__stl.cpp) = d7db211cfd373a3d4ead90da67d0b9d445baa26f +SHA1 (patch-src_ZipArchive_ZipPlatform__lnx.cpp) = 9d552417e86c77584b952bc07b06e75eaa02a68d diff --git a/editors/Sigil/patches/patch-CMakeLists.txt b/editors/Sigil/patches/patch-CMakeLists.txt index cff5391f72f..4c26085b7c6 100644 --- a/editors/Sigil/patches/patch-CMakeLists.txt +++ b/editors/Sigil/patches/patch-CMakeLists.txt @@ -1,8 +1,8 @@ -$NetBSD: patch-CMakeLists.txt,v 1.2 2011/10/14 09:30:02 ryoon Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.3 2011/10/14 09:49:06 ryoon Exp $ * Use external libraries. ---- CMakeLists.txt.orig 2011-10-14 14:56:42 +0000 +--- CMakeLists.txt.orig 2011-10-14 18:30:31 +0000 +++ CMakeLists.txt @@ -55,10 +55,10 @@ set( NO_TEST_EXE 1 ) diff --git a/editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp b/editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp index fd40c93ddd9..5a5eb43bc23 100644 --- a/editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp +++ b/editors/Sigil/patches/patch-src_ZipArchive_DirEnumerator.cpp @@ -1,8 +1,8 @@ -$NetBSD: patch-src_ZipArchive_DirEnumerator.cpp,v 1.1 2011/10/14 09:30:02 ryoon Exp $ +$NetBSD: patch-src_ZipArchive_DirEnumerator.cpp,v 1.2 2011/10/14 09:49:06 ryoon Exp $ Add DragonFly support. ---- src/ZipArchive/DirEnumerator.cpp.orig 2011-10-14 14:56:42 +0000 +--- src/ZipArchive/DirEnumerator.cpp.orig 2011-10-14 18:30:31 +0000 +++ src/ZipArchive/DirEnumerator.cpp @@ -73,7 +73,7 @@ bool CDirEnumerator::Start(CFileFilter& if (!entry) diff --git a/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp b/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp new file mode 100644 index 00000000000..66cba8f5367 --- /dev/null +++ b/editors/Sigil/patches/patch-src_ZipArchive_ZipFile__stl.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_ZipArchive_ZipFile__stl.cpp,v 1.1 2011/10/14 09:49:07 ryoon Exp $ + +Add DragonFly support. + +--- src/ZipArchive/ZipFile_stl.cpp.orig 2011-10-14 18:30:33 +0000 ++++ src/ZipArchive/ZipFile_stl.cpp +@@ -16,7 +16,7 @@ + + #if (defined _ZIP_IMPL_STL && (!defined _ZIP_FILE_IMPLEMENTATION || _ZIP_FILE_IMPLEMENTATION == ZIP_ZFI_DEFAULT)) || _ZIP_FILE_IMPLEMENTATION == ZIP_ZFI_STL + +-#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__ ++#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__ || defined __DragonFly__ + #define FILE_FUNCTIONS_64B_BY_DEFAULT + #else + #undef FILE_FUNCTIONS_64B_BY_DEFAULT diff --git a/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp b/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp new file mode 100644 index 00000000000..a1de26b647f --- /dev/null +++ b/editors/Sigil/patches/patch-src_ZipArchive_ZipPlatform__lnx.cpp @@ -0,0 +1,24 @@ +$NetBSD: patch-src_ZipArchive_ZipPlatform__lnx.cpp,v 1.1 2011/10/14 09:49:07 ryoon Exp $ + +Add DragonFly support. + +--- src/ZipArchive/ZipPlatform_lnx.cpp.orig 2011-10-14 18:30:33 +0000 ++++ src/ZipArchive/ZipPlatform_lnx.cpp +@@ -16,7 +16,7 @@ + + #ifdef _ZIP_SYSTEM_LINUX + +-#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__ ++#if defined __APPLE__ || defined __CYGWIN__ || defined __NetBSD__ || defined __DragonFly__ + #define FILE_FUNCTIONS_64B_BY_DEFAULT + #else + #undef FILE_FUNCTIONS_64B_BY_DEFAULT +@@ -34,7 +34,7 @@ + + #include <sys/types.h> + +-#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__) ++#if defined (__FreeBSD__) || defined (__APPLE__) || defined (__NetBSD__) || defined (__DragonFly__) + #include <sys/param.h> + #include <sys/mount.h> + #else |