Re: Why all this GARBAGE WARE for one single app?

2023-11-25 Thread Richard L. Hamilton
Not some scam, actual dependencies, direct or indirect. Think of it as feature creep, not by MacPorts but by the app developers. And also, anything they depend on, they don't have to re-invent. But yelp is the help viewer (with capabilities beyond a text editor) that gedit expects to be

Re: Why all this GARBAGE WARE for one single app?

2023-11-25 Thread Bill Cole
On 2023-11-25 at 22:37:18 UTC-0500 (Sat, 25 Nov 2023 19:37:18 -0800) Mark Dm is rumored to have said: I am trying to install gedit on mac , installed macports, then the xcode requirements rand the command to install gedit. Now about 209 minutes later I am still seeing GARBAGE like

Re: Why all this GARBAGE WARE for one single app?

2023-11-25 Thread Austin Ziegler
Not at all. I suspect that the port you’ve chosen is a little bit uglier than most because the default version of gedit is `gedit +python310+x11`, which has 557 direct and transitive unique dependencies (including "yelp", the default GNOME help browser) for build or runtime (298 are runtime only).

Why all this GARBAGE WARE for one single app?

2023-11-25 Thread Mark Dm
I am trying to install gedit on mac , installed macports, then the xcode requirements rand the command to install gedit. Now about 209 minutes later I am still seeing GARBAGE like GstreamerXXX and GstreamerYYY still installing . THIS IS NUTS! I NEVER ASKED TO INSTALL GSTREAMER. I know there are

Re: Help with zef Portfile

2023-11-25 Thread Rainer Müller
On 25.11.23 16:07, Joshua Root wrote: The default destroot phase builds a string to pass to 'system' by combining destroot.cmd, destroot.args, etc. In this case, it might be easiest to use those for the rakudo command, and create the symlinks in a post-destroot block? Also note that all

Re: PostgeSQL problem

2023-11-25 Thread Eckard Brauer
Hi, as there is/are some malloc error(s), everything could simply be caused by some broken binary. So please check, if the problem remains when providing user credentials ("-U user -P password" or at least "-U user"). Usually psql will connect with the (system) user's login name if no "-U

Re: Help with zef Portfile

2023-11-25 Thread Joshua Root
raf wrote: The destroot part looks like this: destroot { "${prefix}/bin/rakudo" -I"${worksrcpath}" bin/zef \ --to="inst#${destroot}${prefix}/share/perl6/site" \ install "${worksrcpath}" ln -s "${prefix}/share/perl6/site/bin/zef" "${prefix}/bin/zef"

PostgeSQL problem

2023-11-25 Thread Bill Hill via macports-users
Hi, I've run a MacPorts update, and now postgres is broken. I did: sudo port selfupdate && sudo port upgrade outdated && sudo port -N reclaim which upgraded about a dozen ports, the only ones of which I remember were: exa, py310-mypy and py311-mypy Now some years old scripts using psql no