Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Hi,
First would like to thanks for this project. It is super convenient for slow ppc machines.
works beautifully.
I've had just one small problem with one package, that is neofetch. Both with leopard.sh and tiger.sh .
It install in /opt/neofetch-7.1.0 , but then doesn't create a symlink to either /usr/local/bin or /opt/local/bin. So just had to make it after install, small thing.
Cheers!
Thanks for the heads-up!

I've just fixed this. If you'd like, you can `rm -rf /opt/neofetch* && leopard.sh neofetch-7.1.0`
 
Hello. How can I make MacPorts on Tiger recognize binary packages installed via tiger.sh? For example I installed all the tiger.sh packages yet when I try to install something via macports it doesn't recognize any of the installed packages I installed with tiger.sh

Thanks
Yes, I made sure they were in separate directories so that they wouldn't interfere with each other (macports lives in /opt/local whereas tiger.sh lives in /opt).

I'm not super familiar with the innards of macports, but I'd imagine if you really wanted to, you could run some sort of overlay of locally modified port files, and you could edit the CPPFLAGS and LDFLAGS being used by macports to link against libraries from tiger.sh, for example.
 
Hello. How can I make MacPorts on Tiger recognize binary packages installed via tiger.sh? For example I installed all the tiger.sh packages yet when I try to install something via macports it doesn't recognize any of the installed packages I installed with tiger.sh

Thanks

Please don’t :)
This is a recipe for a disaster.

Seriously, Macports environment is set up to be isolated from anything non-system, and it is for good reasons.

Rather take a look at this: https://forums.macrumors.com/threads/unofficial-macports-10-5-binary-repo.2376248/
 
Thank you both for quick replies, does this binary repo work with tiger even though it is 10.5?

You have to request the owner to support Tiger. I think that was intended anyway. (No, apps won’t normally work cross-system, and that is not advised even when some do work. Also, Tiger SDK is substantially different, AFAIK.)
 
This used to happen with FFPlay in PPCMC7 - the solution from @alex_free was to add this script at playback:
Code:
-vf scale=in_color_matrix=yuva420p,format=rgb32

I've just discovered this is no longer needed with the last version in PPCMC7 and not using it brings FFPlay in line with the efficiency of MPlayer.
Good to know ;) it was required at one point but I think ffmpeg fixed it and I didn’t notice.
 
Wanted to write about SBCL 2.0.9 for PPC, then remembered I have already did that in GitHub thread.

P. S. If any experts on SBCL here, we have restored PPC into the current SBCL, but need some help with the build, it freezes at some point.

Thanks for the tip on SBCL 2.0.9, I got it building on Leopard and Tiger (using 1.0.47 as the bootstrap).

Picture 2.png
 
Hey folks 👋

I've been slowly working on my own package managers for Leopard and Tiger for about a year now, as a hobby project.

Maybe you could add R packages to your manager? See: https://forums.macrumors.com/threads/r-ecosystem-for-macos-ppc.2381282
I maintain everything, so if you or anyone got inquiries or wish to add something extra, please ask.

For R itself you may want to add my fixes from Macports, if you get malloc errors in R. Easy to check: loading Rcpp-related packages, ggplo2 or rstan usually triggers them.

(If you wanna have R GUI app working correctly, borrow from my PR in Macports repo. But X11 in R works fine.)
 
  • Like
Reactions: cellularmitosis
Don't you just send an email to `sbcl-...@lists.sourceforge.net` (not sure what the elipsis is supposed to be, I guess if you dig around on sourceforge you could find that). Google Groups is just a mirror of the underlying mailing list.
 
>but it will be a separate topic.
Not if it shares the same title I think? It's basically up to the email client to do the threading.
 
Maybe you could add R packages to your manager? See: https://forums.macrumors.com/threads/r-ecosystem-for-macos-ppc.2381282
I maintain everything, so if you or anyone got inquiries or wish to add something extra, please ask.

For R itself you may want to add my fixes from Macports, if you get malloc errors in R. Easy to check: loading Rcpp-related packages, ggplo2 or rstan usually triggers them.

(If you wanna have R GUI app working correctly, borrow from my PR in Macports repo. But X11 in R works fine.)
I can add it to my todo list! Unfortunately free time has become hard to come by in the past few weeks.
 
  • Like
Reactions: barracuda156
I can add it to my todo list! Unfortunately free time has become hard to come by in the past few weeks.

Perhaps only heavy and patched ones make sense to add. Anything that is noarch in portfile (no compilation on CRAN) is trivial and can be installed directly. Some packages are broken however and will fail without patching. Few are compilation-heavy and may take forever on a slow G4.
 
  • Like
Reactions: mmphosis
In the meanwhile, Macports has now SBCL 2.2.2 for PowerPC, and I have also made 2.2.5 build: https://github.com/barracuda156/macports-ports/tree/sbcl

Since there is no clear performance gain with 2.2.5, we will perhaps stay on 2.2.2 for PPC for the time-being. But testing is welcomed.

Well, we have been working on SBCL for past several days pretty non-stop. Macports now at 2.2.5 for PPC, and we have 2.3.4 building. Work in progress on fixing 2.3.5 (the current release).
 
Qt 5 is out of question IIRC? Got it to build a couple of years ago, but programs would freeze on startup

Do you have a repo to try it out?

AFAIK, later Qt5 will be close-to-impossible to fix due to reliance on newer SDK features, but earlier ones should be doable.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.