[143806] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Tue Dec 22 05:08:15 PST 2015


Revision: 143806
          https://trac.macports.org/changeset/143806
Author:   krischik at macports.org
Date:     2015-12-22 05:08:15 -0800 (Tue, 22 Dec 2015)
Log Message:
-----------
The xcode problem found.

Modified Paths:
--------------
    users/krischik/Utilities/Install_BitTornado.command
    users/krischik/Utilities/Install_GNOME.command
    users/krischik/Utilities/Install_Gimp.command
    users/krischik/Utilities/Install_KDE4.command
    users/krischik/Utilities/Install_Minimum.command
    users/krischik/Utilities/Install_Mobile_Development.command
    users/krischik/Utilities/Install_Python.command
    users/krischik/Utilities/Install_VIM.command
    users/krischik/Utilities/Setup.command
    users/krischik/Utilities/Upgrade.command

Added Paths:
-----------
    users/krischik/Utilities/Install_Gtk.command
    users/krischik/Utilities/Select.command
    users/krischik/Utilities/Start-Terminal-KonyMac01.local.command

Modified: users/krischik/Utilities/Install_BitTornado.command
===================================================================
--- users/krischik/Utilities/Install_BitTornado.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_BitTornado.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -13,7 +13,7 @@
 
 if test "${USER}" = "root"; then
     Deselect_System
-    Install_Python.command
+    ${0:h}/Install_Python.command
 
     for I in			    \
 	"transmission-x11 +aqua"    \

Modified: users/krischik/Utilities/Install_GNOME.command
===================================================================
--- users/krischik/Utilities/Install_GNOME.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_GNOME.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -16,13 +16,11 @@
     Unload_System
     Update_Tree
     Update_Packages
-    Install_Python.command
 
+    ${0:h}/Install_Python.command
+    ${0:h}/Install_Gtk.command
+
     for I in						\
-	"cairo"						\
-	"pango"						\
-	"gtk2"						\
-	"gtk-engines2"					\
 	"gnome-themes"					\
 	"tango-icon-theme +big_icons"			\
 	"tango-icon-theme-extras +big_icons"		\

Modified: users/krischik/Utilities/Install_Gimp.command
===================================================================
--- users/krischik/Utilities/Install_Gimp.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_Gimp.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -16,14 +16,18 @@
     Unload_System
     Update_Tree
     Update_Packages
-    Install_Python.command
 
-    for I in						    \
-	"gimp2 +gvfs+help_browser +universal"		    \
-	"gimp-app +animation +help_browser +gvfs"	    \
+    ${0:h}/Install_Python.command
+    ${0:h}/Install_Gtk.command
+
+    #+gvfs ${=General_Variants}
+    
+    for I in					    \
+	"gimp2 +help_browser"			    \
+	"gimp-app +animation+help_browser"	    \
 	"gimp-help-de"
     do
-	Install_Update ${=I} "${=Gnome_Variants}${=General_Variants}"
+	Install_Update ${=I} "${=Gnome_Variants}"
     done; unset I
 
     Clean

Copied: users/krischik/Utilities/Install_Gtk.command (from rev 143030, users/krischik/Utilities/Install_Python.command)
===================================================================
--- users/krischik/Utilities/Install_Gtk.command	                        (rev 0)
+++ users/krischik/Utilities/Install_Gtk.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -0,0 +1,31 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:h}/Setup.command
+
+setopt No_XTrace
+setopt No_Err_Exit
+
+if test "${USER}" = "root"; then
+    for I in		\
+	"cairo"						\
+	"pango"						\
+	"gtk2 +bundle"					\
+	"gtk3"						\
+	"gtk-engines2"					
+    do
+	Install_Update ${=I} "${=General_Variants}${=Gnome_Variants}"
+    done; unset I
+else
+    setopt Multi_OS
+    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Modified: users/krischik/Utilities/Install_KDE4.command
===================================================================
--- users/krischik/Utilities/Install_KDE4.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_KDE4.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -17,18 +17,28 @@
     Update_Tree
     Update_Packages
 
-    for I in		\
-	"qt4_select"	\
-	"qt4-mac"	\
-	"akonadi"	\
-	"kdelibs4"	\
-	"kde4-baseapps"	\
-	"kdepim4"	\
+    ${0:h}/Install_Python.command
+
+    setopt Err_Exit
+    for I in			    \
+	"qt4_select"		    \
+	"qt4-mac"		    \
+	"qt4-mac-sqlite3-plugin"    \
+	"doxygen +wizard"
+    do
+	Install_Update ${=I} "${Qt_Variants}${General_Variants}"
+    done; unset I
+
+    for I in			    \
+	"akonadi"		    \
+	"kdelibs4"		    \
+	"kde4-baseapps"		    \
+	"kdepim4"		    \
 	"amarok"
     do
 	# KDE libs hang in compile with 8 cores.
 	# build.jobs=1
-	Install_Update ${=I} "${Qt_Variants}${General_Variants} build.jobs=1"
+	Install_Update ${=I} "${Qt_Variants}"
     done; unset I
 
     Clean

Modified: users/krischik/Utilities/Install_Minimum.command
===================================================================
--- users/krischik/Utilities/Install_Minimum.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_Minimum.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -1,5 +1,4 @@
 #!/bin/zsh
-    ./Install_VCS.command*
 ############################################################## {{{1 ##########
 #   $Author$
 #   $Revision$
@@ -11,13 +10,20 @@
 
 setopt No_XTrace
 setopt Multi_OS
+setopt Err_Exit
 
 sudo port install								    \
     "coreutils" ${=General_Variants}						    \
     "zsh" "+doc" "+mp_completion" ${=General_Variants}				    \
-    "subversion" "+bash_completion" "+tools" "+unicode_path" ${=General_Variants}   \
     1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
 
+sudo gchmod --verbose 755    /Applications/Developer/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc
+sudo gchown —verbose root   /Applications/Developer/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc
+sudo gchgrp --verbose wheel  /Applications/Developer/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/XPCServices/com.apple.CoreSimulator.CoreSimulatorService.xpc
+
+${0:h}//Install_VCS.command
+${0:h}/Install_VIM.command
+
 ############################################################ {{{1 ###########
 # vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
 # vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Modified: users/krischik/Utilities/Install_Mobile_Development.command
===================================================================
--- users/krischik/Utilities/Install_Mobile_Development.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_Mobile_Development.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -35,7 +35,10 @@
 	Install_Update ${I} ${=General_Variants}
     done; unset I
 
-    for I in		    \
+    # wine has no universal variant
+    #
+    for I in			    \
+	"mono"			    \
 	"wine"
     do
 	Install_Update ${I}

Modified: users/krischik/Utilities/Install_Python.command
===================================================================
--- users/krischik/Utilities/Install_Python.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_Python.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -13,16 +13,24 @@
 
 if test "${USER}" = "root"; then
     for I in		\
+	"python27"	\
 	"py27-crypto"	\
-	"py27-ctypes"	\
-	"py27-numpy"	\
 	"py27-tkinter"	\
-	"py27-wxpython"	\
-	"python27"	\
 	"python35"	
     do
 	Install_Update ${I} "${=General_Variants}"
     done; unset I
+   
+    # the following pyton moduls can't be compiled with
+    # universal as py27-numpy has no universal variant
+    #
+    for I in		\
+	"py27-numpy"	\
+	"py27-cairo"	\
+	"py27-pygtk"
+    do
+	Install_Update ${I}
+    done; unset I
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_VIM.command
===================================================================
--- users/krischik/Utilities/Install_VIM.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Install_VIM.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -15,8 +15,9 @@
     Deselect_System
     Update_Tree
     Update_Packages
-    Install_Python.command
 
+    ${0:h}/Install_Python.command
+
     for I in		\
 	"autoconf"	\
 	"ctags"		\
@@ -33,6 +34,10 @@
 	Install_Update ${I} "${=General_Variants}"
     done; unset I
 
+    #"vim +cscope +huge +nls +ruby22 +python35 +lua +perl +tcl +xim"	    \
+   
+    port uninstall vim
+
     for I in								    \
 	"MacVim +cscope +huge +nls +ruby22 +python35 +lua +perl +tcl +xim"
     do

Copied: users/krischik/Utilities/Select.command (from rev 143030, users/krischik/Utilities/Load.command)
===================================================================
--- users/krischik/Utilities/Select.command	                        (rev 0)
+++ users/krischik/Utilities/Select.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -0,0 +1,24 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:h}/Setup.command
+
+setopt No_X_Trace
+setopt Err_Exit
+
+if test "${USER}" = "root"; then
+    Select_System
+else
+    setopt Multi_OS
+
+    sudo ${0:a} ${USER} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Modified: users/krischik/Utilities/Setup.command
===================================================================
--- users/krischik/Utilities/Setup.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Setup.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -11,12 +11,10 @@
 # Current status (26.07.2012): build with atlas
 #
 typeset  General_Variants="+universal"
-#typeset  General_Variants="+universal-atlas"
-
 typeset       Qt_Variants="+docs+cocoa"
 
-# Current status (26.07.2012) quartz compiles but crashes a lot
-# and most GNOME tools still need X11
+# Current status (04.12.2015) quartz compiles but crashes a lot
+# and most GNOME tools still need X11.
 #
 #typeset   Gnome_Variants="+quartz+no_X11-x11"
 typeset    Gnome_Variants="+x11"
@@ -116,6 +114,7 @@
     port select --set "llvm"	"none"
     port select --set "maven"	"none"
     port select --set "scala"	"none"
+    #port select --set "qt4"	"none"
 
     return
     } # Select_System

Copied: users/krischik/Utilities/Start-Terminal-KonyMac01.local.command (from rev 143030, users/krischik/Utilities/Start-Terminal.command)
===================================================================
--- users/krischik/Utilities/Start-Terminal-KonyMac01.local.command	                        (rev 0)
+++ users/krischik/Utilities/Start-Terminal-KonyMac01.local.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -0,0 +1,33 @@
+#!/usr/bin/osascript
+############################################################ {{{1 ###########
+#  Copyright (C) 2007,2008  Martin Krischik
+#############################################################################
+#  This program is free software: you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation, either version 3 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#############################################################################
+#  $Author$
+#  $Revision$
+#  $Date$
+#  $Id$
+#  $HeadURL$
+############################################################ }}}1 ###########
+
+tell application "Terminal"
+    set |Tab| to do script "
+	cd \"/Users/krma1/Work/Projects/MacPorts/Utilities\""
+    set background color of |Tab| to {57344, 57344, 65535}
+end tell
+
+############################################################ {{{1 ###########
+# vim: set wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=applescript foldmethod=marker nospell :

Modified: users/krischik/Utilities/Upgrade.command
===================================================================
--- users/krischik/Utilities/Upgrade.command	2015-12-22 09:16:09 UTC (rev 143805)
+++ users/krischik/Utilities/Upgrade.command	2015-12-22 13:08:15 UTC (rev 143806)
@@ -14,9 +14,9 @@
 if test "${USER}" = "root"; then
     Unload_System
 
-    #port -qv installed > myports.txt
-    #port echo requested | cut -d ' ' -f 1 > requested.txt
-    #port -f uninstall installed
+    port -qv installed > myports.txt
+    port echo requested | cut -d ' ' -f 1 > requested.txt
+    port -f uninstall installed
 
     #rm -rf "/opt/local/var/macports/build/"*
 
@@ -33,7 +33,6 @@
 	./Install_BitTornado.command
 	./Install_Dovecot.command
 	./Install_Maintained.command
-	./Install_Python.command
 	./Install_SpamAssassin.command
     fi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151222/513418dc/attachment-0001.html>


More information about the macports-changes mailing list