Re: KDE community seeks cooperation with MacPorts enthusiasts

2014-03-27 Thread Art McGee
Dear devs, maintainers, users, I want to cite an invitation from Mario Fux from the KDE community posted on the KDE-MAC mailing list: Marko, do you have a link to the KDE-MAC mailing list subscription page? I was unaware that KDE had a Mac specific list.

jruby conflicts with jruby?!

2012-08-07 Thread Art McGee
The jruby port is listed as conflicting with itself: https://trac.macports.org/browser/trunk/dports/lang/jruby/Portfile It seems like someone got confused by this: https://trac.macports.org/changeset/96177 Shouldn't it be jruby conflicts with jruby-devel? Art

Re: package installation fails with Homebrew

2012-04-12 Thread Art McGee
Clearing up the confusion: This person is referring to the Homebrew package manager. He mistakenly thinks that because Homebrew works with only the commandline tools installed, that MacPorts should as well. As you stated, a full Xcode install is necessary. Each package manager on OS X

Xcode: xcrun, xcodebuild, xcode-select

2012-03-09 Thread Art McGee
: http://www.macupdate.com/app/mac/6812/pacifist Of course, the advice about re-installing the combo update is better for the general public. Art McGee P.S. While I have your attention, could someone update the MacPorts entry on MacUpdate: http://www.macupdate.com/app/mac/21309/macports

TeX Live: texlive +medium vs. BasicTex

2012-03-01 Thread Art McGee
Not sure if this is an approriate question for this list or -users, but does anyone know how the texlive metaport with the default +medium variant compares to the BasicTex package, which is a subset of the full Tex Live: http://www.tug.org/mactex/morepackages.html BasicTeX is a subset of TeX

Re: XCode 4.3

2012-02-19 Thread Art McGee
Sorry to intrude: sudo xcode-select -switch /Applications/Xcode.app Shouldn't the command actually be: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer If you use the former, then xcodebuild -version returns: error: can't exec '/Applications/Xcode.app/usr/bin/xcodebuild'

Re: XCode 4.3

2012-02-19 Thread Art McGee
What's your system version? Perhaps the version of xcode-select you have is less capable? % xcode-select -version xcode-select version 2307. Aha, that explains it: $ which xcode-select /usr/bin/xcode-select $ xcode-select -version xcode-select version 2003. I'm on 10.7.3 (11D50) and

Re: XCode 4.3

2012-02-19 Thread Art McGee
I've got MacPorts, Fink, and Pkgsrc co-existing on my machine, and they're working OK so far. I hope that means that you have both MacPorts and Fink configured for nonstandard prefixes, meaning your MacPorts is somewhere other than /opt/local and your Fink is somewhere other than /sw.