[66357] trunk/dports/kde/kdelibs3

takanori at macports.org takanori at macports.org
Fri Apr 9 17:52:10 PDT 2010


Revision: 66357
          http://trac.macports.org/changeset/66357
Author:   takanori at macports.org
Date:     2010-04-09 17:52:09 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
kdelibs3:
 - Experimental workaround for a problem that lnusertemp produces a pathname
   which is larger than limit. (see Ticket #15208)

Modified Paths:
--------------
    trunk/dports/kde/kdelibs3/Portfile

Added Paths:
-----------
    trunk/dports/kde/kdelibs3/files/patch_kinit_lnusertemp.c.diff

Modified: trunk/dports/kde/kdelibs3/Portfile
===================================================================
--- trunk/dports/kde/kdelibs3/Portfile	2010-04-09 19:54:46 UTC (rev 66356)
+++ trunk/dports/kde/kdelibs3/Portfile	2010-04-10 00:52:09 UTC (rev 66357)
@@ -6,7 +6,7 @@
 
 name                    kdelibs3
 version                 3.5.10
-revision                5
+revision                6
 set kdeadmin            kde-admindir-1502
 categories              kde kde3
 maintainers             nomaintainer
@@ -80,7 +80,8 @@
 patchfiles              kdelibs3-unified.patch \
                         macports-x11.patch \
                         patch-kio_misc_kpac_configure.in.in.diff \
-                        patch-kio_misc_kpac_discovery.cpp.diff
+                        patch-kio_misc_kpac_discovery.cpp.diff \
+                        patch_kinit_lnusertemp.c.diff
 
 patch {
     foreach f $patchfiles {

Added: trunk/dports/kde/kdelibs3/files/patch_kinit_lnusertemp.c.diff
===================================================================
--- trunk/dports/kde/kdelibs3/files/patch_kinit_lnusertemp.c.diff	                        (rev 0)
+++ trunk/dports/kde/kdelibs3/files/patch_kinit_lnusertemp.c.diff	2010-04-10 00:52:09 UTC (rev 66357)
@@ -0,0 +1,11 @@
+--- kdelibs-3.5.10/kinit/lnusertemp.c.orig	2007-05-14 16:52:34.000000000 +0900
++++ kdelibs-3.5.10/kinit/lnusertemp.c	2010-04-10 04:18:48.000000000 +0900
+@@ -233,8 +233,6 @@
+ 
+   tmp = getenv("KDETMP");
+   if (!tmp || !tmp[0])
+-    tmp = getenv("TMPDIR");
+-  if (!tmp || !tmp[0]) 
+     tmp = "/tmp";
+ 
+   if (strcmp(argv[1], "tmp") == 0)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100409/d5269c71/attachment-0001.html>


More information about the macports-changes mailing list