[112469] trunk/dports/lang
davidnichols at macports.org
davidnichols at macports.org
Wed Oct 23 21:34:56 PDT 2013
Revision: 112469
https://trac.macports.org/changeset/112469
Author: davidnichols at macports.org
Date: 2013-10-23 21:34:56 -0700 (Wed, 23 Oct 2013)
Log Message:
-----------
qore: added patch for Mavericks, updated revision to 2
qore-devel: updated revision to 1 to encourage updating of the port
Modified Paths:
--------------
trunk/dports/lang/qore/Portfile
trunk/dports/lang/qore-devel/Portfile
Added Paths:
-----------
trunk/dports/lang/qore/files/patch-include-qore-common.h.diff
Modified: trunk/dports/lang/qore/Portfile
===================================================================
--- trunk/dports/lang/qore/Portfile 2013-10-24 04:25:05 UTC (rev 112468)
+++ trunk/dports/lang/qore/Portfile 2013-10-24 04:34:56 UTC (rev 112469)
@@ -5,7 +5,7 @@
name qore
version 0.8.8
-revision 1
+revision 2
categories lang
license {LGPL-2.1 MIT}
maintainers davidnichols
@@ -37,3 +37,5 @@
# the autoconf check for iconv() in libiconv fails with GNU iconv, but we need it, so we turn it on anyway
configure.ldflags -liconv
+
+patchfiles patch-include-qore-common.h.diff
Added: trunk/dports/lang/qore/files/patch-include-qore-common.h.diff
===================================================================
--- trunk/dports/lang/qore/files/patch-include-qore-common.h.diff (rev 0)
+++ trunk/dports/lang/qore/files/patch-include-qore-common.h.diff 2013-10-24 04:34:56 UTC (rev 112469)
@@ -0,0 +1,10 @@
+--- include/qore/common.h.orig 2013-10-24 06:29:32.000000000 +0200
++++ include/qore/common.h 2013-10-24 06:29:45.000000000 +0200
+@@ -33,6 +33,7 @@
+ #include <strings.h>
+ #include <stdarg.h>
+ #include <stddef.h>
++#include <stdlib.h>
+
+ #include <string>
+ #include <functional>
Modified: trunk/dports/lang/qore-devel/Portfile
===================================================================
--- trunk/dports/lang/qore-devel/Portfile 2013-10-24 04:25:05 UTC (rev 112468)
+++ trunk/dports/lang/qore-devel/Portfile 2013-10-24 04:34:56 UTC (rev 112469)
@@ -6,6 +6,7 @@
name qore-devel
svn.revision 6116
version 0.8.8.99-${svn.revision}
+revision 1
categories lang
license {LGPL-2.1 MIT}
maintainers davidnichols pvanek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131023/e316086e/attachment.html>
More information about the macports-changes
mailing list