[50916] trunk/dports/devel

illogic-al at macports.org illogic-al at macports.org
Tue May 12 11:34:04 PDT 2009


Revision: 50916
          http://trac.macports.org/changeset/50916
Author:   illogic-al at macports.org
Date:     2009-05-12 11:34:04 -0700 (Tue, 12 May 2009)
Log Message:
-----------
Relinquish maintainership. Allow akonadi to compile with 10.4u.sdk on 10.5.

Modified Paths:
--------------
    trunk/dports/devel/akonadi/Portfile
    trunk/dports/devel/soprano/Portfile

Modified: trunk/dports/devel/akonadi/Portfile
===================================================================
--- trunk/dports/devel/akonadi/Portfile	2009-05-12 18:00:09 UTC (rev 50915)
+++ trunk/dports/devel/akonadi/Portfile	2009-05-12 18:34:04 UTC (rev 50916)
@@ -7,7 +7,7 @@
 version             1.0.0
 revision            4
 categories          devel kde kde4
-maintainers         illogic-al openmaintainer
+maintainers         nomaintainer
 description         A personal information management storage service.
 long_description    Akonadi is an extensible cross-desktop storage service \
 for PIM data and metadata providing concurrent read, write, and query access.
@@ -20,10 +20,14 @@
 configure.args-append   -DMYSQLD_EXECUTABLE="" \
                         ../${distname}
 
+platform darwin 9 {
+    if {${universal_target} == "10.4"} {
 # Needed if compiling for 10.4 universal on 10.5
-#post-configure {
-#    reinplace "s|#define HAVE_EXECINFO_H 1||" ${workpath}/build/config-akonadi.h
-#}
+        post-configure {
+            reinplace "s|#define HAVE_EXECINFO_H 1||" ${workpath}/build/config-akonadi.h
+        }
+    }
+}
 
 variant mysql description "Install the Akonadi server" {
     depends_lib-append	    path:bin/mysqld:mysql5-devel

Modified: trunk/dports/devel/soprano/Portfile
===================================================================
--- trunk/dports/devel/soprano/Portfile	2009-05-12 18:00:09 UTC (rev 50915)
+++ trunk/dports/devel/soprano/Portfile	2009-05-12 18:34:04 UTC (rev 50916)
@@ -7,7 +7,7 @@
 version             2.2
 revision            1
 categories          devel
-maintainers         illogic-al openmaintainer
+maintainers         nomaintainer
 description         The Qt-based RDF framework.
 long_description    Soprano is a software library that provides an \
                     object-oriented C++/Qt4 framework for RDF data.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090512/d8b1a59e/attachment-0001.html>


More information about the macports-changes mailing list