[111240] trunk/dports/kde/nepomuk-core

mk at macports.org mk at macports.org
Tue Sep 17 11:10:13 PDT 2013


Revision: 111240
          https://trac.macports.org/changeset/111240
Author:   mk at macports.org
Date:     2013-09-17 11:10:13 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
nepomuk-core: patch resolves issue #40498 on SL

Modified Paths:
--------------
    trunk/dports/kde/nepomuk-core/Portfile

Added Paths:
-----------
    trunk/dports/kde/nepomuk-core/files/patch-nepomukctl.diff

Modified: trunk/dports/kde/nepomuk-core/Portfile
===================================================================
--- trunk/dports/kde/nepomuk-core/Portfile	2013-09-17 17:41:55 UTC (rev 111239)
+++ trunk/dports/kde/nepomuk-core/Portfile	2013-09-17 18:10:13 UTC (rev 111240)
@@ -6,6 +6,7 @@
 
 name                nepomuk-core
 version             4.11.1
+revision            1
 categories          kde kde4
 maintainers         nicos openmaintainer
 license             GPL-2+ LGPL-2.1+
@@ -20,6 +21,8 @@
 checksums           rmd160  adf0a89c08929e9ef9fec073042d7237a54659c0 \
                     sha256  1ed245662b7224f147097d38dc50dd900897ff3e650c08ddd6abee0f3eb1ec60
 
+patchfiles          patch-nepomukctl.diff
+
 #Binaries do not link to openssl, nor use the ssl backend of kdelibs4
 license_noconflict  openssl
 

Added: trunk/dports/kde/nepomuk-core/files/patch-nepomukctl.diff
===================================================================
--- trunk/dports/kde/nepomuk-core/files/patch-nepomukctl.diff	                        (rev 0)
+++ trunk/dports/kde/nepomuk-core/files/patch-nepomukctl.diff	2013-09-17 18:10:13 UTC (rev 111240)
@@ -0,0 +1,11 @@
+--- tools/nepomukctl/main.cpp.orig	2013-09-17 09:26:10.000000000 +0900
++++ tools/nepomukctl/main.cpp	2013-09-17 09:31:29.000000000 +0900
+@@ -20,7 +20,7 @@
+ 
+ #include <cstdlib>
+ 
+-#ifdef __unix__
++#if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__))
+     #include <unistd.h>
+ #elif defined _WIN32
+     #include <windows.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130917/2a5be3c0/attachment.html>


More information about the macports-changes mailing list