Revision: 74506 http://trac.macports.org/changeset/74506 Author: mk@macports.org Date: 2010-12-19 15:00:26 -0800 (Sun, 19 Dec 2010) Log Message: ----------- kmymoney4-devel: svn version update, clean up Portfile, more hints in post-install message Modified Paths: -------------- trunk/dports/kde/kmymoney4-devel/Portfile Modified: trunk/dports/kde/kmymoney4-devel/Portfile =================================================================== --- trunk/dports/kde/kmymoney4-devel/Portfile 2010-12-19 22:14:36 UTC (rev 74505) +++ trunk/dports/kde/kmymoney4-devel/Portfile 2010-12-19 23:00:26 UTC (rev 74506) @@ -8,7 +8,7 @@ fetch.type svn svn.url svn://anonsvn.kde.org/home/kde/trunk/extragear/office/kmymoney -svn.revision 1200340 +svn.revision 1207610 name kmymoney4-devel version 4.5-${svn.revision} @@ -35,20 +35,47 @@ port:kdepimlibs4 \ port:oxygen-icons + pre-fetch { - ui_msg \ -" ============================================== \n \ -This port is still EXPERIMENTAL. \n \ -============================================== \n \ - \n \ -So far known problems are: \n \ - - chart reports let the app hang \n \ - - balance and net worth charts w/o axis lines \n \ - \n \ -============================================== \n \ + ui_msg \ +" =================================================== \n \ +This port is still VERY EXPERIMENTAL. Be patient!!! \n \ +=================================================== \n \ +PLEASE MIND THE NOTES DISPLAYED AFTER INSTALL!!! \n \ +===================================================" +} + +post-install { + ui_msg \ +" =================================================== \n \ +This port is still VERY EXPERIMENTAL. Be patient!!! \n \ +=================================================== \n \ + \n \ +So far known problems are: \n \ + - chart reports let the app hang \n \ + - balance and net worth charts w/o axis lines \n \ + - in some cases it doesn't get installed properly \n \ + - it may not start up (jumping icon in dock) \n \ + \n \ +Start application from \n \ +\ ${prefix}/Applications/KDE4/kmymoney.app \n \ + \n \ +Some systems have problems finding phonon, in that \n \ +case define the fallback library search path: \n \ +\ export DYLD_FALLBACK_LIBRARY_PATH=${prefix}/lib \n \ + \n \ +In case kmymoney.app doesn't start up, launch the \n \ +app's executable from a terminal window \n \ + \n \ +\ .../kmymoney.app/Contents/MacOS/kmymoney \n \ + \n \ +and watch its console output! \n \ + \n \ +=================================================== \n \ " } +# This is a patch working around a crash in a date input field: patchfiles patch-kMyMoneyDateInput_eventFilter.diff patch.dir ${workpath}/${distname} @@ -60,3 +87,11 @@ configure.args-append -DCMAKE_BUILD_TYPE=Debugfull } +#default_variants +no_x11 +no_gtk + +variant no_x11 description {build as little X11 in dependencies as possible} { +} + +variant no_gtk description {build without GTK support to ensure avahi gets build without it, thus avoiding X11 dependencies} { +} +