[120496] trunk/dports/lang/qore

davidnichols at macports.org davidnichols at macports.org
Fri May 30 07:11:06 PDT 2014


Revision: 120496
          https://trac.macports.org/changeset/120496
Author:   davidnichols at macports.org
Date:     2014-05-30 07:11:06 -0700 (Fri, 30 May 2014)
Log Message:
-----------
updated to 0.8.10 release

Modified Paths:
--------------
    trunk/dports/lang/qore/Portfile

Removed Paths:
-------------
    trunk/dports/lang/qore/files/patch-configure.diff
    trunk/dports/lang/qore/files/patch-lib-QoreObject.cpp.diff

Modified: trunk/dports/lang/qore/Portfile
===================================================================
--- trunk/dports/lang/qore/Portfile	2014-05-30 12:43:43 UTC (rev 120495)
+++ trunk/dports/lang/qore/Portfile	2014-05-30 14:11:06 UTC (rev 120496)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                qore
-version             0.8.9
-revision            1
+version             0.8.10
 categories          lang
 license             {LGPL-2.1 MIT}
 maintainers         davidnichols
@@ -17,9 +16,9 @@
 master_sites        sourceforge
 conflicts           qore-devel
 
-checksums           md5 9a7dea748e723e99d39c817b193ffc2f \
-                    sha1 eaa115bc2994c36fe68350ee77e87e56c8f9b2b2 \
-                    rmd160 7fa299f0038d5d752195ac8823ccc4c900123ad9
+checksums           md5 0b4d094a074fc7cd86664525c8dc2b8d \
+                    sha1 fa4067c01b9fca09f97ccbe57727574cb7a36514 \
+                    rmd160 2bbdc29b72dca0f62e87eea690ae54137bdb3611
 
 depends_build       port:flex \
                     port:bison
@@ -37,5 +36,3 @@
 
 # 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-configure.diff patch-lib-QoreObject.cpp.diff

Deleted: trunk/dports/lang/qore/files/patch-configure.diff
===================================================================
--- trunk/dports/lang/qore/files/patch-configure.diff	2014-05-30 12:43:43 UTC (rev 120495)
+++ trunk/dports/lang/qore/files/patch-configure.diff	2014-05-30 14:11:06 UTC (rev 120496)
@@ -1,17 +0,0 @@
---- configure.orig	2014-05-17 16:53:52.000000000 +0200
-+++ configure	2014-05-17 16:54:11.000000000 +0200
-@@ -21980,14 +21980,6 @@
-     fi
- fi
- 
--# turn on some build flags for non-debugging, non-profiling builds
--if test "$enable_debug" = "no" -a "$enable_profile" = "no" -a "$enable_optimization" = "yes" ; then
--    # strip binaries and libraries on darwin with -x
--    if test "`echo $host_os|cut -b-6`" = "darwin"; then
--       LDFLAGS="$LDFLAGS -Wl,-x"
--    fi
--fi
--
- # check compiler settings
- # 1: turn on all warnings if we know how
- # 2: make sure compiler settings are correct for assembly if we need it

Deleted: trunk/dports/lang/qore/files/patch-lib-QoreObject.cpp.diff
===================================================================
--- trunk/dports/lang/qore/files/patch-lib-QoreObject.cpp.diff	2014-05-30 12:43:43 UTC (rev 120495)
+++ trunk/dports/lang/qore/files/patch-lib-QoreObject.cpp.diff	2014-05-30 14:11:06 UTC (rev 120496)
@@ -1,11 +0,0 @@
---- lib/QoreObject.cpp.orig	2014-05-17 15:37:03.000000000 +0200
-+++ lib/QoreObject.cpp	2014-05-17 15:37:13.000000000 +0200
-@@ -1388,7 +1388,7 @@
- 	    printd(QRO_LVL, "ObjectRSet::canDelete() this: %p cannot delete graph obj %p '%s' rcount: %d refs: %d\n", this, *i, (*i)->getClassName(), (*i)->priv->rcount, (*i)->references);
- 	    return 0;
- 	 }
--	 if (!(*i)->priv->status == OS_OK || (*i)->priv->in_destructor) {
-+	 if ((*i)->priv->status != OS_OK || (*i)->priv->in_destructor) {
- 	    printd(QRO_LVL, "ObjectRSet::canDelete() this: %p cannot delete graph obj %p '%s' status: %d in_destructor: %d\n", this, *i, (*i)->getClassName(), (*i)->priv->status, (*i)->priv->in_destructor);
- 	    return 0;
- 	 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140530/aababadf/attachment.html>


More information about the macports-changes mailing list