Revision: 94910 https://trac.macports.org/changeset/94910 Author: krischik@macports.org Date: 2012-07-02 02:53:39 -0700 (Mon, 02 Jul 2012) Log Message: ----------- Still better off without atlas. Modified Paths: -------------- users/krischik/Utilities/Copy_To_New.command users/krischik/Utilities/Install.command users/krischik/Utilities/Install_GNOME.command users/krischik/Utilities/Install_Gimp.command users/krischik/Utilities/Install_KDE4.command users/krischik/Utilities/Install_Maintained.command users/krischik/Utilities/Install_Mobile_Development.command users/krischik/Utilities/Install_Player.command users/krischik/Utilities/Install_Subversion.command users/krischik/Utilities/Install_VIM.command users/krischik/Utilities/Make_Dovecot_Certificates.command users/krischik/Utilities/Make_Dovecot_Directories.command users/krischik/Utilities/Make_Dovecot_User.command users/krischik/Utilities/Setup.command users/krischik/Utilities/Uninstall_GNOME.command users/krischik/Utilities/Update.command Added Paths: ----------- users/krischik/Utilities/Make_Fetchmail_Directories.command users/krischik/Utilities/Make_Fetchmail_User.command users/krischik/Utilities/Restart_DBus.command users/krischik/Utilities/Restart_Fetchmail.command Removed Paths: ------------- users/krischik/Utilities/F_Activate.command users/krischik/Utilities/Setup_GCC_4.2.command users/krischik/Utilities/Uninstall_KDE3.command Modified: users/krischik/Utilities/Copy_To_New.command =================================================================== --- users/krischik/Utilities/Copy_To_New.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Copy_To_New.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -9,7 +9,7 @@ setopt X_Trace; if test "${USER}" = "root"; then - pushd "/opt/local.10.5" + pushd "/opt/local.old" for I in \ **/CVS(/) \ bin/startkde \ @@ -24,11 +24,11 @@ etc/rsyncd.conf \ etc/ssl \ var/log \ - var/run/dovecot \ - var/run/fetchmail \ - var/spool/news ; + var/run/dovecot \ + var/run/fetchmail \ + var/spool/news ; do - gmv --verbose "${I}" "/opt/local/${I}"; + gcp --archive --verbose "${I}" "/opt/local/${I}"; done; unset I popd; Deleted: users/krischik/Utilities/F_Activate.command =================================================================== --- users/krischik/Utilities/F_Activate.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/F_Activate.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -1,29 +0,0 @@ -#!/opt/local/bin/zsh -############################################################## {{{1 ########## -# $Author$ -# $Revision$ -# $Date$ -# $HeadURL$ -############################################################## }}}1 ########## - -source ${0:h}/Setup.command - -setopt X_Trace; -setopt Err_Exit; - -if test "${USER}" = "root"; then - Unload "/Library/LaunchDaemons/org.freedesktop.dbus-system.plist"; - - Force_Activate; - - Load "/Library/LaunchDaemons/org.freedesktop.dbus-system.plist" -else - launchctl unload /Library/LaunchAgents/org.freedesktop.dbus-session.plist - setopt Multi_OS; - sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out; - launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist - open /Applications/MacPorts/KDE4/kdeinit4.app -fi; - -# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : -# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Modified: users/krischik/Utilities/Install.command =================================================================== --- users/krischik/Utilities/Install.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -85,7 +85,7 @@ "avahi +mono" \ "fugu" do - Install_Update ${=I} + Install_Update ${=I} done; unset I Clean; Modified: users/krischik/Utilities/Install_GNOME.command =================================================================== --- users/krischik/Utilities/Install_GNOME.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_GNOME.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -44,7 +44,7 @@ port select gcc gnat-gcc42 Clean; - Load_System; + Load_System; else setopt Multi_OS; @@ -56,7 +56,7 @@ # To start gnome put "exec gnome-session" in your .xinitrc # See also http://trac.macports.org/wiki/GNOME # sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist -# +# # sudo port select python26 # # vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : Modified: users/krischik/Utilities/Install_Gimp.command =================================================================== --- users/krischik/Utilities/Install_Gimp.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_Gimp.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -22,7 +22,7 @@ # The dependecies to not work because # to few libraries build with +universal for I in \ - "py26-numpy" + "py26-numpy" do Install_Update ${=I} "-atlas" done; unset I Modified: users/krischik/Utilities/Install_KDE4.command =================================================================== --- users/krischik/Utilities/Install_KDE4.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_KDE4.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -35,9 +35,7 @@ port select gcc gnat-gcc42 - sudo gchown -R ${1} ~/Library/Preferences/KDE - - Clean; + Clean Load_System else setopt Multi_OS Modified: users/krischik/Utilities/Install_Maintained.command =================================================================== --- users/krischik/Utilities/Install_Maintained.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_Maintained.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -32,6 +32,7 @@ done; unset I port select gcc gnat-gcc42 + Clean else setopt Multi_OS; Modified: users/krischik/Utilities/Install_Mobile_Development.command =================================================================== --- users/krischik/Utilities/Install_Mobile_Development.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_Mobile_Development.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -18,16 +18,21 @@ Foce_Activate; Update_Packages; - for I in \ - "android ${=General_Variants}" \ - "antenna ${=General_Variants}" \ - "maven3 ${=General_Variants}" \ - "microemu ${=General_Variants}" \ - "proguard ${=General_Variants}" \ - "scala29 ${=General_Variants}" \ - "scala_select ${=General_Variants}" \ - "wine" ; + for I in \ + "android" \ + "antenna" \ + "maven3" \ + "microemu" \ + "proguard" \ + "scala29" \ + "scala_select" ; do + Install_Update ${I} ${=General_Variants}; + done; unset I + + for I in \ + "wine" ; + do Install_Update ${I}; done; unset I Modified: users/krischik/Utilities/Install_Player.command =================================================================== --- users/krischik/Utilities/Install_Player.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_Player.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -20,28 +20,25 @@ Update_Packages for I in \ - "poppler" + "poppler" \ + "MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+speex" \ + "avidemux +aac+dts+esd+jack+lame+ogg+x264+xvid" \ do Install_Update ${=I} "${General_Variants}" done; unset I - + for I in \ - "MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+speex" \ - "avidemux +aac+dts+esd+jack+lame+ogg+x264+xvid" \ "VLC +huge+qt4" do Install_Update ${=I} "${Qt_Variants}${General_Variants}" done; unset I port select gcc gnat-gcc42 - - sudo gchown -R ${1} ~/Library/Preferences/KDE - - Clean; + Clean Load_System else setopt Multi_OS - + Unload_User sudo ${0:a} ${USER} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out Load_User Modified: users/krischik/Utilities/Install_Subversion.command =================================================================== --- users/krischik/Utilities/Install_Subversion.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_Subversion.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -14,8 +14,8 @@ if test "${USER}" = "root"; then port select gcc gcc42 - Update_Tree; - Update_Packages; + Update_Tree + Update_Packages for I in \ "junit ${=General_Variants}" \ @@ -27,6 +27,7 @@ done; unset I port select gcc gnat-gcc42 + Clean 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 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Install_VIM.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -32,7 +32,7 @@ do Install_Update ${I} "${=General_Variants}"; done; unset I - + for I in \ "MacVim +cscope +huge +nls +ruby +xim" ; do @@ -59,8 +59,8 @@ fi; done; unset I - Clean; port select gcc gnat-gcc42 + Clean else setopt Multi_OS; sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out; Modified: users/krischik/Utilities/Make_Dovecot_Certificates.command =================================================================== --- users/krischik/Utilities/Make_Dovecot_Certificates.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Make_Dovecot_Certificates.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -38,7 +38,7 @@ $OPENSSL req -new -x509 -nodes -config $OPENSSLCONFIG -out $CERTFILE -keyout $KEYFILE -days 3650 || exit 2 chmod 0600 $KEYFILE -echo +echo $OPENSSL x509 -subject -fingerprint -noout -in $CERTFILE || exit 2 ############################################################ {{{1 ########### Modified: users/krischik/Utilities/Make_Dovecot_Directories.command =================================================================== --- users/krischik/Utilities/Make_Dovecot_Directories.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Make_Dovecot_Directories.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -14,10 +14,10 @@ gmkdir --parents --verbose /opt/local/var/run/dovecot gmkdir --parents --verbose /opt/local/etc/ssl/certs gmkdir --parents --verbose /opt/local/etc/ssl/private - + gchown --recursive _dovecot:_dovecot /opt/local/var/log/dovecot - gchown --recursive _dovecot:_dovecot /opt/local/var/run/dovecot - gchown --recursive _dovecot:_dovecot /opt/local/etc/dovecot + gchown --recursive _dovecot:_dovecot /opt/local/var/run/dovecot + gchown --recursive _dovecot:_dovecot /opt/local/etc/dovecot else setopt Multi_OS; Modified: users/krischik/Utilities/Make_Dovecot_User.command =================================================================== --- users/krischik/Utilities/Make_Dovecot_User.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Make_Dovecot_User.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -11,7 +11,7 @@ if test "${USER}" = "root"; then dscl . -create /Groups/_dovecot - dscl . -create /Groups/_dovecot UniqueID 30 + dscl . -create /Groups/_dovecot UniqueID 30 dscl . -create /Users/_dovecot dscl . -create /Users/_dovecot UserShell /bin/false dscl . -create /Users/_dovecot RealName "Dovecot IMAP Server" Added: users/krischik/Utilities/Make_Fetchmail_Directories.command =================================================================== --- users/krischik/Utilities/Make_Fetchmail_Directories.command (rev 0) +++ users/krischik/Utilities/Make_Fetchmail_Directories.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -0,0 +1,26 @@ +#!/opt/local/bin/zsh +############################################################## {{{1 ########## +# $Author: krischik@macports.org $ +# $Revision: 94900 $ +# $Date: 2012-07-02 08:58:52 +0200 (Mo, 02. Jul 2012) $ +# $HeadURL: http://svn.macports.org/repository/macports/users/krischik/Utilities/Clean.c... $ +############################################################## }}}1 ########## + +setopt X_Trace; +setopt No_Err_Exit; + +if test "${USER}" = "root"; then + gmkdir --parents --verbose /opt/local/var/log/fetchmail + gmkdir --parents --verbose /opt/local/var/run/fetchmail + + gchown _fetchmail:_fetchmail /opt/local/var/log/fetchmail + gchown _fetchmail:_fetchmail /opt/local/var/run/fetchmail + gchown _fetchmail:_fetchmail /private/etc/fetchmailrc +else + setopt Multi_OS; + + sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out +fi; + +# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Property changes on: users/krischik/Utilities/Make_Fetchmail_Directories.command ___________________________________________________________________ Added: svn:executable + * Added: users/krischik/Utilities/Make_Fetchmail_User.command =================================================================== --- users/krischik/Utilities/Make_Fetchmail_User.command (rev 0) +++ users/krischik/Utilities/Make_Fetchmail_User.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -0,0 +1,30 @@ +#!/opt/local/bin/zsh +############################################################## {{{1 ########## +# $Author: krischik@macports.org $ +# $Revision: 94900 $ +# $Date: 2012-07-02 08:58:52 +0200 (Mo, 02. Jul 2012) $ +# $HeadURL: http://svn.macports.org/repository/macports/users/krischik/Utilities/Clean.c... $ +############################################################## }}}1 ########## + +setopt X_Trace; +setopt No_Err_Exit; + +if test "${USER}" = "root"; then + dscl . -create /Groups/_fetchmail + dscl . -create /Groups/_fetchmail UniqueID 31 + dscl . -create /Users/_fetchmail + dscl . -create /Users/_fetchmail UserShell /bin/false + dscl . -create /Users/_fetchmail RealName "Fetchmail Mail Client" + dscl . -create /Users/_fetchmail UniqueID 31 + dscl . -create /Users/_fetchmail PrimaryGroupID 31 + dscl . -create /Users/_fetchmail NFSHomeDirectory /opt/local/var/run/fetchmail + + defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add _fetchmail _dovecot +else + setopt Multi_OS; + + sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out +fi; + +# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Property changes on: users/krischik/Utilities/Make_Fetchmail_User.command ___________________________________________________________________ Added: svn:executable + * Added: users/krischik/Utilities/Restart_DBus.command =================================================================== --- users/krischik/Utilities/Restart_DBus.command (rev 0) +++ users/krischik/Utilities/Restart_DBus.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -0,0 +1,37 @@ +#!/opt/local/bin/zsh +############################################################## {{{1 ########## +# $Author: krischik@macports.org $ +# $Revision: 93582 $ +# $Date: 2012-05-27 17:53:43 +0200 (So, 27. Mai 2012) $ +# $HeadURL: http://svn.macports.org/repository/macports/users/krischik/Utilities/Update.... $ +############################################################## }}}1 ########## + +setopt No_X_Trace; +setopt No_Err_Exit; + +if test "${USER}" = "root"; then + + pushd /opt/local/etc/ssl/certs + if ! test -e AOL_Member_CA.pem ; then + gln --symbolic /opt/local/share/purple/ca-certs/* . + fi + popd + + if ! test -e /Library/LaunchAgents/org.freedesktop.dbus-session.plist; then + ln -s \ + /opt/local/Library/LaunchAgents/org.freedesktop.dbus-session.plist \ + /Library/LaunchAgents/org.freedesktop.dbus-session.plist + fi + + launchctl stop org.freedesktop.dbus-session + launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist + launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist + launchctl start org.freedesktop.dbus-session +else + setopt Multi_OS; + + sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out; +fi; + +# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Property changes on: users/krischik/Utilities/Restart_DBus.command ___________________________________________________________________ Added: svn:executable + * Added: users/krischik/Utilities/Restart_Fetchmail.command =================================================================== --- users/krischik/Utilities/Restart_Fetchmail.command (rev 0) +++ users/krischik/Utilities/Restart_Fetchmail.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -0,0 +1,31 @@ +#!/opt/local/bin/zsh +############################################################## {{{1 ########## +# $Author: krischik@macports.org $ +# $Revision: 94900 $ +# $Date: 2012-07-02 08:58:52 +0200 (Mo, 02. Jul 2012) $ +# $HeadURL: http://svn.macports.org/repository/macports/users/krischik/Utilities/Clean.c... $ +############################################################## }}}1 ########## + +setopt No_X_Trace; +setopt No_Err_Exit; + +if test "${USER}" = "root"; then + + pushd /opt/local/etc/ssl/certs + if ! test -e AOL_Member_CA.pem ; then + gln --symbolic /opt/local/share/purple/ca-certs/* . + fi + popd + + launchctl stop com.krischik.fetchmail + launchctl unload -w /Library/LaunchDaemons/com.krischik.fetchmail.plist + launchctl load -w /Library/LaunchDaemons/com.krischik.fetchmail.plist + launchctl start com.krischik.fetchmail +else + setopt Multi_OS; + + sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out +fi; + +# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Property changes on: users/krischik/Utilities/Restart_Fetchmail.command ___________________________________________________________________ Added: svn:executable + * Modified: users/krischik/Utilities/Setup.command =================================================================== --- users/krischik/Utilities/Setup.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Setup.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -10,7 +10,7 @@ case "${OSTYPE}" in ((darwin11*)) - typeset General_Variants="+universal" + typeset General_Variants="+universal-atlas" ;; ((darwin10*)) typeset General_Variants="+universal-atlas" @@ -54,7 +54,7 @@ launchctl load -w ${in_PList} fi; - return; + return; } # Load function Load_System () @@ -90,7 +90,7 @@ launchctl unload -w ${in_PList} fi; - return; + return; } # Unload function Unload_System () @@ -102,7 +102,7 @@ Unload "/Library/LaunchDaemons/org.macports.gdm.plist"; #Unload "/Library/LaunchDaemons/org.macports.dovecot.plist"; - return; + return; } # Unload_System function Unload_User () @@ -120,7 +120,7 @@ echo "===> Install ${=in_Package} ${=in_Options}" if ! port -f install ${=in_Package} ${=in_Options}; then - port upgrade --enforce-variants ${=in_Package} ${=in_Options}; + port upgrade --enforce-variants ${=in_Package} ${=in_Options}; fi; port activate ${=in_Package} ${=in_Options} || true; @@ -149,7 +149,7 @@ return } # Update_Tree - + function Update_Packages () { port -p upgrade --enforce-variants outdated ${General_Variants}; Deleted: users/krischik/Utilities/Setup_GCC_4.2.command =================================================================== --- users/krischik/Utilities/Setup_GCC_4.2.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Setup_GCC_4.2.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -1,27 +0,0 @@ -#!/opt/local/bin/zsh -############################################################## {{{1 ########## -# $Author$ -# $Revision$ -# $Date$ -# $HeadURL$ -############################################################## }}}1 ########## - -setopt X_Trace; - -if test "${USER}" = "root"; then - pushd /usr/bin; - grm --verbose "cc" "gcc" "c++" "g++" "gcov"; - gln --verbose --symbolic "gcc-4.2" "cc"; - gln --verbose --symbolic "gcc-4.2" "gcc"; - gln --verbose --symbolic "c++-4.2" "c++"; - gln --verbose --symbolic "g++-4.2" "g++"; - gln --verbose --symbolic "gcov-4.2" "gcov"; - popd; -else - setopt Multi_OS; - - sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out; -fi; - -# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : -# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Modified: users/krischik/Utilities/Uninstall_GNOME.command =================================================================== --- users/krischik/Utilities/Uninstall_GNOME.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Uninstall_GNOME.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -33,7 +33,7 @@ done; unset I Clean; - Load_System; + Load_System; else setopt Multi_OS; Deleted: users/krischik/Utilities/Uninstall_KDE3.command =================================================================== --- users/krischik/Utilities/Uninstall_KDE3.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Uninstall_KDE3.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -1,41 +0,0 @@ -#!/opt/local/bin/zsh -############################################################## {{{1 ########## -# $Author$ -# $Revision$ -# $Date$ -# $HeadURL$ -############################################################## }}}1 ########## - -setopt No_X_Trace; -setopt No_Err_Exit; - -if test "${USER}" = "root"; then - for I in \ - "kde" \ - "kde-i18n-german" \ - "kde-i18n-russian" \ - "kde-i18n-ukranian" \ - "kdeaccessibility3" \ - "kdeaddons3" \ - "kdeartwork3" \ - "kdebase3" \ - "kdeedu3" \ - "kdegames3" \ - "kdegraphics3" \ - "kdelibs3" \ - "kdenetwork3" \ - "kdepim3" \ - "kdesdk3" \ - "kdetoys3" \ - "kdeutils3" \ - "kdewebdev3" ; - do - port uninstall --follow-dependents "${I}" - done; unset I -else - setopt Multi_OS; - sudo ${0} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out; -fi; - -# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : -# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell : Modified: users/krischik/Utilities/Update.command =================================================================== --- users/krischik/Utilities/Update.command 2012-07-02 09:49:24 UTC (rev 94909) +++ users/krischik/Utilities/Update.command 2012-07-02 09:53:39 UTC (rev 94910) @@ -17,13 +17,11 @@ port select gcc gcc42 Update_Tree; - #Force_Activate; Update_Packages; - #Clean; - port select gcc gnat-gcc42 - Load_System; + Clean + Load_System else setopt Multi_OS;
participants (1)
-
krischik@macports.org