[rkward] macports: merging changes (MacPorts script) into master

m.eik michalke meik.michalke at uni-duesseldorf.de
Wed Dec 9 13:22:20 UTC 2015


Git commit 7530590d99a490a7234a00b0abcdeeb3fbaf4f94 by m.eik michalke.
Committed on 09/12/2015 at 13:22.
Pushed by meikm into branch 'master'.

merging changes (MacPorts script) into master

  - was updated in releases/0.6.4

M  +3    -0    macports/update_bundle.sh

http://commits.kde.org/rkward/7530590d99a490a7234a00b0abcdeeb3fbaf4f94

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 44cc6af..1d3ef6a 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -180,6 +180,9 @@ if [[ $FRESHMCP ]] ; then
   if [[ $CLANG ]] ; then
     sudo port -v install ${CLANG} ${LLVMFIX} || exit 1
   fi
+#  # if you don't have the latest Xcode, some dependencies of subversion might need certain compilers
+#  sudo port -v install subversion ${LLVMFIX} || exit 1
+  sudo port -v install subversion || exit 1
   sudo port -v selfupdate || exit 1
   echo "successfully completed reincarnation of ${MPTINST}!"
 fi



More information about the rkward-tracker mailing list