Re: What is up with perl5.26 on Snow Leo?

2021-11-27 Thread Ulrich Wienands
Ok... the significance of this is...?? The funny thing is that almost every Macports install seems to want to upgrade this perl5.26; although as far as I can tell my perl5.26 is perfectly fine. So I am forced to use -n for each install to get anything done, which I fond a bit unsettling. Maybe

Re: OpenBLAS fails to compile

2020-02-11 Thread Ulrich Wienands
Riccardo, Same for me: OpenBLAS-devel worked. But then (work-)life happened & I haven't been able to do as much with Python/numpy as I wanted, so I won't claim I have fully tested this combination. Uli > On Feb 8, 2020, at 5:11 PM, Riccardo Mottola via macports-users > wrote: > > Hi, > > O

Re: Upgrading MacOS From 10.9.5 To 10.13 - MacPorts Implications

2019-06-18 Thread Ulrich Wienands
Hmm... per EveryMac.com , the 2009 MacBook Air only goes up to 10.11. This agrees with my experience; my 2009 MBP also tops out at 10.11. If the machine really only runs shell scripts, why would you bother upgrading? The newer macOS versions are quite resource-intensive, an

building octave fails

2019-03-10 Thread Ulrich Wienands
Trying to build octave on OS X 10.10.6 Yosemite with Macports 2.4.3. Sync'd port tree first Then sudo port install octave... installs a bunch of dependencies but then faiis with "invalid command name "startupitems". Tried a few things (like using the clang70 variant as I have a working clang 7

Re: Install macports again after uninstalling homebrew

2019-02-28 Thread Ulrich Wienands
I’d check .bashrc or .profile to see if Homebrew somehow messed with your path. For me, port points to /opt/local/bin/port. Does that exist? Uli > On Feb 28, 2019, at 11:06 AM, Andreas via macports-users > wrote: > > Hi, > > I don't know if someone else did the same as me after the prerequis

Re: smtube -- useful little youtube browser.

2019-02-21 Thread Ulrich Wienands
Ticket #58109 Uli > On Feb 18, 2019, at 11:11 PM, Ryan Schmidt wrote: > > > > On Feb 7, 2019, at 21:25, Ulrich Wienands wrote: > >> Ok, so I finally got it all working: mplayer built once I used the correct >> syntax to switch the compiler to the macport

Re: smtube -- useful little youtube browser.

2019-02-07 Thread Ulrich Wienands
Ok, so I finally got it all working: mplayer built once I used the correct syntax to switch the compiler to the macports version of clang 5 (no error message when wrong but it stays with the Xcode version which is known not to work). With gnutls and mplayer instaled smtube built without further

Re: gimp2 install

2018-11-14 Thread Ulrich Wienands
Ryan, thanks much. While I have not conscientiously installed with universal, I may well have installed 32-bit programs. I’ll do as you say below when I get back to this, hopefully this evening. Uli > On Nov 14, 2018, at 2:05 PM, Ryan Schmidt wrote: > > On Nov 14, 2018, at 11:2

Re: gimp2 install

2018-11-14 Thread Ulrich Wienands
Hmm… I did not specify +universal; I don’t need that. Do I “sudo port install gimp2 -universal” (minus universal) to suppress the apparent default? Uli > On Nov 14, 2018, at 12:31 AM, Ryan Schmidt wrote: > > > > On Nov 13, 2018, at 20:33, Uli Wienands wrote: > >> Ok, so I did upgrade tk. Th

Re: gimp2 install

2018-11-13 Thread Ulrich Wienands
Yes, I am very interested in the Quartz variant. Chris suggested I need to upgrade my tk so I’ll do that soonest, probably tonight. I’ll check into GTK if I stil have problems after that. BTW, I am using your Intel version of Tenfourfox as well. I does run nicely by and large, although I have h

Re: new installation trouble

2018-04-22 Thread Ulrich Wienands
018, at 10:18 PM, Ulrich Wienands wrote: > > I am trying to get Macports running on a machine that has not had it before. > > Mac OS X 10.10.5 (Yosemite) > > In install Xcode 7,2.1 and the Developer tools. Starting up Xcode & accept > the license agreement. xcode-select

new installation trouble

2018-04-22 Thread Ulrich Wienands
I am trying to get Macports running on a machine that has not had it before. Mac OS X 10.10.5 (Yosemite) In install Xcode 7,2.1 and the Developer tools. Starting up Xcode & accept the license agreement. xcode-select --install now says the tools are already installed; so far so good. Install Ma

Re: Installing gcc6 on a PPC Mac Mini 10.4 gives me hell

2018-03-20 Thread Ulrich Wienands
+1. Uli > On Mar 20, 2018, at 4:27 PM, Andreas Falkenhahn > wrote: > > On 20.03.2018 at 21:58 Rainer Müller wrote: > >> Personally, I do not understand why you are still running such an old >> machine with macOS. > > It's retro, there doesn't have to be a rational reason for it :-) > Besides

Re: TenFourFox on Intel

2017-12-11 Thread Ulrich Wienands
I would be very much interested. I am setting up a new old laptop for Snow Leo so I can have access to Rosetta; but TFF does not seem to run under Rosetta (even the G3 built does not work for me). Also I have a bunch of Mac Pros under 10.8 that I don’t really want to upgrade, so I am losing supp

Re: wxPython

2017-12-10 Thread Ulrich Wienands
ote: > > On 10 December 2017 at 19:42, Ulrich Wienands wrote: >> I am trying to get wxPython to work. >> >> I successfully installed Python-3.6 and (I think) wxWidgets 3.0 and (I >> think) py-wxPython-3.0. (by "I think" I am saying that MacPorts says it was >

wxPython

2017-12-10 Thread Ulrich Wienands
I am trying to get wxPython to work. I successfully installed Python-3.6 and (I think) wxWidgets 3.0 and (I think) py-wxPython-3.0. (by "I think" I am saying that MacPorts says it was successfull). Running a trivial test program I copied form the Web (wxPython tutorial on zetcode.com