[97488] trunk/dports/kde/krusader

ryandesign at macports.org ryandesign at macports.org
Fri Sep 7 04:30:18 PDT 2012


Revision: 97488
          https://trac.macports.org/changeset/97488
Author:   ryandesign at macports.org
Date:     2012-09-07 04:30:18 -0700 (Fri, 07 Sep 2012)
Log Message:
-----------
krusader: fix build failure due to undefined symbols Solid::... (#33595)

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

Added Paths:
-----------
    trunk/dports/kde/krusader/files/patch-CMakeLists.diff

Modified: trunk/dports/kde/krusader/Portfile
===================================================================
--- trunk/dports/kde/krusader/Portfile	2012-09-07 11:23:33 UTC (rev 97487)
+++ trunk/dports/kde/krusader/Portfile	2012-09-07 11:30:18 UTC (rev 97488)
@@ -19,7 +19,8 @@
 
 platforms           darwin
 homepage            http://krusader.org
-master_sites	    sourceforge:krusader
+master_sites        sourceforge:project/krusader/krusader/${version}
+
 checksums           md5     f80f500a136d549739ad5d4bcab7fa5f \
                     sha1    e78abf03c910ef1f98251eb0959f8b3955bbd1f0 \
                     rmd160  b017b3291e0f3e52865bb9d4226efc5dc886b286
@@ -35,7 +36,8 @@
 
 patchfiles          app-install-bug.patch \
                     7429ec2e1a43a5d2d0c883311b181a8d3ea53dc6.patch \
-                    000feab199d06f0dcd816d958aae01f0ebf2631c.patch
+                    000feab199d06f0dcd816d958aae01f0ebf2631c.patch \
+                    patch-CMakeLists.diff
 patch.dir           ${workpath}/${distname}
 
 # ticket #31655

Added: trunk/dports/kde/krusader/files/patch-CMakeLists.diff
===================================================================
--- trunk/dports/kde/krusader/files/patch-CMakeLists.diff	                        (rev 0)
+++ trunk/dports/kde/krusader/files/patch-CMakeLists.diff	2012-09-07 11:30:18 UTC (rev 97488)
@@ -0,0 +1,11 @@
+--- krusader/CMakeLists.txt.orig	2012-09-04 11:18:47.000000000 +0200
++++ krusader/CMakeLists.txt	2012-09-04 11:19:51.000000000 +0200
+@@ -44,7 +44,7 @@
+ 
+ kde4_add_executable(krusader ${krusader_SRCS})
+ 
+-target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}  ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )
++target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}  ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} )
+ 
+ install(TARGETS krusader ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120907/4dd89ddd/attachment-0001.html>


More information about the macports-changes mailing list