[74503] trunk/dports/kde/kmymoney4/Portfile

mk at macports.org mk at macports.org
Sun Dec 19 13:58:23 PST 2010


Revision: 74503
          http://trac.macports.org/changeset/74503
Author:   mk at macports.org
Date:     2010-12-19 13:58:17 -0800 (Sun, 19 Dec 2010)
Log Message:
-----------
kmymoney4: clean up Portfile, more hints in post-install message

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

Modified: trunk/dports/kde/kmymoney4/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4/Portfile	2010-12-19 21:13:48 UTC (rev 74502)
+++ trunk/dports/kde/kmymoney4/Portfile	2010-12-19 21:58:17 UTC (rev 74503)
@@ -42,27 +42,56 @@
 #                    port:makeicns
 
 pre-fetch {
-	ui_msg \
-"  ============================================== \n \
-This port is still EXPERIMENTAL.               \n \
-============================================== \n \
-                                               \n \
-So far known problems are:                     \n \
- - some reports let the app hang               \n \
- - some fonts seem to be missing, since        \n \
-\ \ layout looks a little inhomogenious        \n \
- - odd balance chart due to missing 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 \
+ - KBanking is not yet enabled                      \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 \
 "
 }
 
-#patchfiles        patch_for_kbanking.diff
-#patchfiles        patch_to_r1197025.diff
+# This is a patch working around a crash in a date input field:
 patchfiles        patch-kMyMoneyDateInput_eventFilter.diff
 
 patch.dir         ${workpath}/${distname}
 patch.pre_args    -p1
 
-#configure.args-append   -DENABLE_KBANKING=ON
+#default_variants +no_x11 +no_gtk
 
+variant no_x11 description {build as little X11 in variants as possible} {
+}
+
+variant no_gtk description {build without GTK support to ensure avahi gets build without it, avoiding X11} {
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101219/89fd33ec/attachment.html>


More information about the macports-changes mailing list