From fa2597b08c3753e1975991e1ab8e89a5f1baaa47 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 2 Jan 2022 20:26:23 -0500 Subject: Remove attempt to automatically install MacPorts It didn't really work on a new machine, and the version needs to be updated. I'll just do it manually. --- install.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/install.sh b/install.sh index 9e18c6bf..c3ec75e3 100644 --- a/install.sh +++ b/install.sh @@ -26,21 +26,7 @@ Linux() { sudo pacman -Sy --needed bc ctags gdb openssh vi $packages } -installMacPorts() { - xcode-select --install - xcodebuild -license - dir=MacPorts-2.6.3 - tar=${dir}.tar.bz2 - curl -O "https://distfiles.macports.org/MacPorts/${tar}" - tar -x -f $tar - (cd $dir && ./configure) - make -C $dir - sudo make -C $dir install - rm -fr $tar $dir -} - Darwin() { - [ -d /opt/local ] || installMacPorts sudo /opt/local/bin/port selfupdate sudo /opt/local/bin/port -N install git mandoc nvi pkgconfig $packages sudo mkdir -p /opt/local/etc/select/man -- cgit 1.4.1