summaryrefslogtreecommitdiff
path: root/devel/orc
diff options
context:
space:
mode:
authordholland <dholland>2010-07-30 07:02:36 +0000
committerdholland <dholland>2010-07-30 07:02:36 +0000
commitea602172372c3259d11b21c668cc17b7aa211100 (patch)
treee16ed4633b2920d00fa3fee997b1479bd23157f7 /devel/orc
parent1c4ee4c8c785f780ec5a18eefc4cf9854f357d2d (diff)
downloadpkgsrc-ea602172372c3259d11b21c668cc17b7aa211100.tar.gz
Recognize dfly, from Antonio Huete Jimenez in PR 43685.
Diffstat (limited to 'devel/orc')
-rw-r--r--devel/orc/distinfo4
-rw-r--r--devel/orc/patches/patch-aa15
-rw-r--r--devel/orc/patches/patch-ab15
3 files changed, 33 insertions, 1 deletions
diff --git a/devel/orc/distinfo b/devel/orc/distinfo
index 48316c129a1..d56e9b24c3b 100644
--- a/devel/orc/distinfo
+++ b/devel/orc/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/07/18 12:22:25 drochner Exp $
+$NetBSD: distinfo,v 1.2 2010/07/30 07:02:36 dholland Exp $
SHA1 (orc-0.4.6.tar.gz) = 79531fc20f726f201271ff3c23d1707518c3cdf7
RMD160 (orc-0.4.6.tar.gz) = e04f20e5c0916c819e5bad2cf79bfcbc3826be2f
Size (orc-0.4.6.tar.gz) = 548164 bytes
+SHA1 (patch-aa) = 50f86a5e4f3a39bd172bc6b5c8c0a4c56c486b0e
+SHA1 (patch-ab) = 870dac66bfd66737b66bd63f65ff9aa72bf1f851
diff --git a/devel/orc/patches/patch-aa b/devel/orc/patches/patch-aa
new file mode 100644
index 00000000000..eb711c59e2d
--- /dev/null
+++ b/devel/orc/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2010/07/30 07:02:36 dholland Exp $
+
+Recognize dfly, from Antonio Huete Jimenez in PR 43685.
+
+--- configure.ac.orig 2010-07-13 23:39:15.000000000 +0000
++++ configure.ac
+@@ -92,7 +92,7 @@ case "${host_os}" in
+ mingw*|pw32*|cygwin*)
+ AC_DEFINE(HAVE_CODEMEM_VIRTUALALLOC, 1, [Use VirtualAlloc to allocate code for execution])
+ ;;
+- linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|gnu*)
++ linux*|darwin*|solaris*|netbsd*|dragonfly*|freebsd*|openbsd*|kfreebsd*|gnu*)
+ AC_DEFINE(HAVE_CODEMEM_MMAP, 1, [Use mmap to allocate code for execution])
+ ;;
+ *)
diff --git a/devel/orc/patches/patch-ab b/devel/orc/patches/patch-ab
new file mode 100644
index 00000000000..165bed1da59
--- /dev/null
+++ b/devel/orc/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1 2010/07/30 07:02:36 dholland Exp $
+
+Recognize dfly, from Antonio Huete Jimenez in PR 43685.
+
+--- configure.orig 2010-07-14 00:45:38.000000000 +0000
++++ configure
+@@ -12891,7 +12891,7 @@ $as_echo "#define HAVE_CODEMEM_MALLOC 1"
+ $as_echo "#define HAVE_CODEMEM_VIRTUALALLOC 1" >>confdefs.h
+
+ ;;
+- linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|gnu*)
++ linux*|darwin*|solaris*|netbsd*|dragonfly*|freebsd*|openbsd*|kfreebsd*|gnu*)
+
+ $as_echo "#define HAVE_CODEMEM_MMAP 1" >>confdefs.h
+