Re: macosx_deployment_target - building for previous versions from MacOS 10.13

2020-09-03 Thread Ryan Schmidt
On Sep 2, 2020, at 10:48, Friedrich Beckmann wrote: > i use macports to build a MacOS application bundle for the pspp statistics > software. I build on my Macbook with MacOS 10.13 and XCode 10.1. The idea is > that the bundle can run also on previous MacOS versions. I do this by setting >

Re: virt-manager

2020-09-06 Thread Ryan Schmidt
On Sep 6, 2020, at 01:52, Dan Villiom Podlaski Christiansen wrote: > which might be useful in a portgroup? I don't think it makes sense to make a portgroup just to create x11 and quartz variants, since each port that offers such variants will likely need to add or remove configure args or

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Ryan Schmidt
On Sep 3, 2020, at 17:37, Michael Newman wrote: > On Sep 3, 2020, at 22:01, Ryan Schmidt wrote: > >> There have been a few other reports lately of graphviz build failures for >> other reasons; if you're experiencing a graphviz build failure, see if one >> of them ap

Re: Failed to build graphviz: command execution failed

2020-09-03 Thread Ryan Schmidt
On Sep 3, 2020, at 19:05, Michael Newman wrote: > On Sep 4, 2020, at 05:51, Ryan Schmidt wrote: > >>> Warning: cltversion: For a possible fix, please see: >>> https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt >> >> Follow the instructions at that

Re: Selfupdate problem

2020-09-06 Thread Ryan Schmidt
On Sep 6, 2020, at 17:18, dan d. wrote: > Each time I run it it reports base 2.6.2 installed and updateing to base > 2.6.3. > > However, running it again later produces the same result. > > Doing port -v produces the 2.6.2 version installed. > > There are no error messages. > > Any ideas?

Re: how use bash 5.0 port

2020-09-01 Thread Ryan Schmidt
On Sep 1, 2020, at 18:58, jam wrote: > On 1 Sep 2020, at 8:00 pm, macports-users-request wrote: > >> I have always been too cautious to change the default shell on MacOS to >> anything other than one that is officially provided, especially for the >> root account, even if those shell

Re: how use bash 5.0 port

2020-08-31 Thread Ryan Schmidt
On Aug 31, 2020, at 16:41, Steven Smith wrote: > Note: These Catalina+ steps are not currently reflected in the MacPorts > instructions at > https://trac.macports.org/wiki/howto/bash-completion#Step3:UsebashfromMacPortsinyourterminal Anybody may feel free to add useful information to the

Re: Protocol for updating wiki pages at trac.macports.org?

2020-09-08 Thread Ryan Schmidt
On Sep 7, 2020, at 18:24, Jim DeLaHunt wrote: > Hello, MacPorts folks: > > Is there a protocol for making improvements to wiki pages at > trac.macports.org beyond, "log in, press the edit button, and make the > change"? I have a documentation improvement that will make my life easier, > but

Re: Selfupdate problem

2020-09-07 Thread Ryan Schmidt
On Sep 7, 2020, at 09:25, dan d. wrote: > Idid the sudo port -d selfupdate as suggested. > > At the end of some 784 lines, this > > checking for existence of > /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/base/vendor/tcl/unix/tclConfig.sh... > file not found

Re: Weird GNUPLOT problem (but *not* just Gnuplot)

2020-09-14 Thread Ryan Schmidt
On Sep 13, 2020, at 03:07, Dave Horsfall wrote: > No replies? Am I the only person on the planet having this problem? > > It's not confined to Gnuplot, but pretty much anything that wants to save a > modified file, such as TextEdit (such as my prescriptions, which for me is > pretty much a

Re: Failure to compile Poppler - 10.5

2020-10-09 Thread Ryan Schmidt
On Oct 8, 2020, at 10:04, Ken Cunningham wrote: > nb - fixed here Oct 6: > > That commit is a year old and was included back in version 0.82.0. We are way past that already.

Re: GTK3 upgrade issue on Mojave

2020-10-15 Thread Ryan Schmidt
On Oct 14, 2020, at 10:50, Greg Earle wrote: > On 14 Oct 2020, at 7:58, Michael Dickens wrote: > >> Hi Greg - You need to reinstall the "at-spi2-atk" port. For example: >> {{{ >> sudo port -f uninstall at-spi2-atk >> sudo port install at-spi2-atk >> sudo port clean gtk3 >> sudo port upgrade

Re: port select --set gcc not symlinking `cc` command

2020-10-14 Thread Ryan Schmidt
On Oct 13, 2020, at 08:38, Ruben Di Battista wrote: > I just passed a week to solve a compiler error > (https://github.com/mutationpp/Mutationpp/issues/143#issuecomment-707742157) > associated to the fact that when selecting GCC as compiler with > Macports, the `cc` command does not get

Re: Scheduled downtime for rsync.macports.org on October 2

2020-10-05 Thread Ryan Schmidt
On Oct 4, 2020, at 21:32, Kastus Shchuka wrote: > Not sure if it is related to the mentioned maintenance, It's not. The previously mentioned maintenance was completed within the announced timeframe. > but I am getting timeout from https://packages.macports.org when trying to > upgrade

Re: mysql8 problems

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 14:21, Murray Eisenberg wrote: > Something seems to be wrong: > > sudo port load mysql8-server > --> Loading startupitem 'mysql8-server' for mysql8-server > > ps -ax | grep mysql > 39298 ttys0010:00.00 grep mysql > > Is the mysql8 server actually

Re: MySQL 8: datadir

2020-10-04 Thread Ryan Schmidt
On Oct 3, 2020, at 12:05, Murray Eisenberg wrote: > On 3 Oct2020, at 8:00 AM,Andrew Udvare wrote: > >> Your client is trying to connect >> /opt/local/var/run/mysql57/mysqld.sock instead of >> /opt/local/var/run/mysql8/mysqld.sock . Your client is not finding the >> correct socket path in

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: > I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but > now my existing phymyadmin 5.0.2 no longer allows me to log in as root. > > One dragon slayed; another appeared! > > Errors: > > Cannot log in to the

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Ryan Schmidt
On Oct 4, 2020, at 16:22, Murray Eisenberg wrote: > On 4 Oct2020, at 4:29 PM, Ryan Schmidt wrote: > >> On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: >> >>> I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but >>> now my existing

Re: I keep getting the warning about CLT

2020-10-17 Thread Ryan Schmidt
> On Oct 17, 2020, at 12:48, Ruben Di Battista wrote: > > I keep getting the error described here: > https://trac.macports.org/wiki/ProblemHotlist#reinstall-clt. > > I reinstall the CLT, but it lasts until the next Xcode update. Is there a way > to fix it definitely? Report the bug to

Re: Failure to compile Poppler - 10.5

2020-10-08 Thread Ryan Schmidt
On Oct 6, 2020, at 15:00, Ken Cunningham wrote: > The issue you have here is that clang is trying to build c++14 software > against the standard headers for the old libstdc++ that comes with Leopard. > That can't work. > > Leopard Intel would usually default to gcc7, which will use it's

Re: Failure to compile Poppler - 10.5

2020-10-14 Thread Ryan Schmidt
On Oct 9, 2020, at 13:50, Ken Cunningham wrote: > Punt to the maintainer -- Dave -- to put on his "someday" list. Filed: https://trac.macports.org/ticket/61316

Re: Alternative to uninstalling and reinstalling possibly broken macports & xorg installation

2020-08-28 Thread Ryan Schmidt
Remember to Reply All so that the conversation stays on the list. On Aug 28, 2020, at 02:01, Phil V wrote: > On 8/28/20, Ryan Schmidt wrote: >> Do you mean installing the MacPorts xorg port, or something else? > > yes the macports xorg-server. Is it preferable to

Re: Hopelessly outdated install?

2020-08-28 Thread Ryan Schmidt
On Aug 28, 2020, at 13:00, Brian T. Carcich wrote: > Context > > I am a consultant > - I have used Macports, but am by no means an expert > - with only SSH-only access, > - root access (via sudo) > - brought in to build a particular X-windows app on this Mac > - Motif (libXm) is one missing

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-29 Thread Ryan Schmidt
On Aug 24, 2020, at 17:32, Jeffrey Walton wrote: > Sorry, I have no idea what standard processes Macports adheres to. I > assume there's something in place (other than, "It compiles on my Mac > Intel, ship it"). Just to make sure we're not inadvertently misrepresenting what we provide, "it

Re: How can I install an older version of a port _and_ similarly old versions of all of the ports's dependencies?

2020-08-20 Thread Ryan Schmidt
On Aug 20, 2020, at 11:47, Lothar Haeger wrote: > > You could probably check out the port tree from 2018 into a local folder and > use that in sources.conf as the only entry. Right. We also make tags of the ports tree for each new non-bugfix release of MacPorts base:

Re: Alternative to uninstalling and reinstalling possibly broken macports & xorg installation

2020-08-27 Thread Ryan Schmidt
On Aug 27, 2020, at 06:28, Phil V wrote: > Hello! On a fresh install of Catalina 10.15.5 I attempted to install > macports and xorg. Do you mean installing the MacPorts xorg port, or something else? > Possibly I may have not installed XCode fully > before running the macports installer, and

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 03:34, joerg van den hoff wrote: > On 23.08.20 21:45, Joshua Root wrote: >> joerg van den hoff wrote: >>> seen with current macports and >>> >>> Python 2.7.18 (default, Apr 22 2020, 05:03:29) >>> [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.29)] on darwin >>>

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 10:36, Jeffrey Waltonwrote: > On Mon, Aug 24, 2020 at 5:59 AM Ryan Schmidt wrote: >> >> ... >>> Logical CPU: 2 >>> Error Code: 0x0007 (invalid protections for user data read) >>> Trap Number: 14 >>>

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 13:15, Ryan Schmidt wrote: > The pull request was accepted by the developers and included in PyObjC 6.2.1, > though I see that it was modified slightly: > > https://github.com/ronaldoussoren/pyobjc/commit/76b4bb2d76d33961821c6cc0d88c7031c62805c2 > >

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread Ryan Schmidt
On Aug 24, 2020, at 13:27, Jeffrey Walton wrote: > On Mon, Aug 24, 2020 at 2:15 PM Ryan Schmidt wrote: >> ... >> If you believe PyObjC should do something differently, please take it up >> with the developers of PyObjC. > > Macports is responsible for the code i

Re: ImageMagick port outdated

2020-09-29 Thread Ryan Schmidt
On Sep 29, 2020, at 12:04, Ryan Schmidt wrote: > On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: >> >> >>> And I am on OS X 10.6.8 on this machine; forgot to say that upfront. >> >> Ok. I'll see if I can test on 10.6. > > Well it works for me on 10.6 t

Re: ImageMagick port outdated

2020-09-29 Thread Ryan Schmidt
On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: > > >> And I am on OS X 10.6.8 on this machine; forgot to say that upfront. > > Ok. I'll see if I can test on 10.6. Well it works for me on 10.6 too. You could try adding the -verbose flag when you invoke convert but I'm not s

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 13:29, Michael Dickens wrote: > % codesign -v - --ignore-resources > /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 > /opt/local/Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8: > invalid signature (code or signature have been

Re: Apple ARM binary codesign issue

2020-09-23 Thread Ryan Schmidt
On Sep 22, 2020, at 17:24, Ken Cunningham wrote: > On 2020-09-22, at 12:58 PM, Ryan Schmidt wrote: >> >> To me it seems unrealistic for Apple to suggest that an infinite number of >> open source projects, many of whose developers have never seen a Mac, should >>

Re: Apple ARM binary codesign issue

2020-09-23 Thread Ryan Schmidt
On Sep 22, 2020, at 18:05, Richard L. Hamilton wrote: > How will additional signing requirements impact MacPorts binary distribution > (which is a huge timesaver for installs and updates, if one doesn't have to > build most packages oneself)? As I understand it, it should not affect that at

Re: Apple ARM binary codesign issue

2020-09-23 Thread Ryan Schmidt
On Sep 23, 2020, at 03:37, Ruben Di Battista wrote: > Can't be an easier choice to push globally a linker switch, if it exists, to > disable codesigning altogether for MP software? macOS 11 on ARM now require codesigning. Binaries that are not codesigned cannot be used at all.

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 14:52, Ken Cunningham wrote: > On 2020-09-22, at 11:58 AM, Ryan Schmidt wrote: >> >> I hope that Apple fixes their toolchain to work without such intervention. > > I believe this may ultimately come under the category of "intended >

Re: Apple ARM binary codesign issue

2020-09-22 Thread Ryan Schmidt
On Sep 22, 2020, at 14:19, Michael Dickens wrote: > I have macOS 11.0beta7 installed : check! > > Compare / contrast ARM Mac versus MacBook Pro 16 : check! > > I have Xcode 12.2 beta installed : check! > > I've removed "/Library/Developer/CommandLineTools" : check! > > I hope that Apple

Re: ImageMagick port outdated

2020-09-30 Thread Ryan Schmidt
On Sep 29, 2020, at 23:56, Uli Wienands wrote: > On 9/29/20 12:20 PM, Ryan Schmidt wrote: >> On Sep 29, 2020, at 12:04, Ryan Schmidt wrote: >> >>> On Sep 28, 2020, at 10:52, Ryan Schmidt wrote: >>>> >>>>> And I am on OS X 10.6.8 on this mac

Scheduled downtime for rsync.macports.org on October 2

2020-10-01 Thread Ryan Schmidt
Our partners at the Friedrich-Alexander University who run rsync.macports.org plan to do maintenance on the server on October 2, 2020. The server is expected to be offline for about 60 minutes sometime between 11:00 and 14:00 UTC. Running `sudo port selfupdate` or `sudo port sync` during the

Re: ImageMagick port outdated

2020-09-28 Thread Ryan Schmidt
On Sep 28, 2020, at 07:31, Uli Wienands wrote: >>> So, what could be amiss? >> Not sure! I tried converting some heic images now and it worked fine for me >> on macOS 10.13.6. >> >> What's the contents of >> /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la? >> >> Does

Re: ImageMagick port outdated

2020-09-28 Thread Ryan Schmidt
On Sep 28, 2020, at 07:58, Christoph Kukulies wrote: > locate doing wildcards or not, * matches somthing and . also, anyway: > > $ locate heic.la > $ > > There is no > > $ ls /opt/local/lib/ImageMagick-6.9.11 > ls: /opt/local/lib/ImageMagick-6.9.11: No such file or directory > $ Then I

Re: ImageMagick port outdated

2020-09-27 Thread Ryan Schmidt
On Sep 27, 2020, at 18:20, Uli Wienands wrote: > Being curious, and just having received my first .HEIC image ever (form a guy > with an iPhone), I upgraded ImageMagic to the present version (worked) and > then tried it: It failed. Here are the call & the error message: > >

Re: ImageMagick port outdated

2020-09-28 Thread Ryan Schmidt
On Sep 28, 2020, at 03:15, Christoph Kukulies wrote: > FWIW, with me here, macOS 10.15.6: > > $ port list ImageMagick > ImageMagick@6.9.11-29 graphics/ImageMagick "port list" tells you what is available, not what is installed. To see what you installed, use "port

Re: Can gnupg1 and gnupg2 be made not to conflict?

2020-09-27 Thread Ryan Schmidt
On Sep 27, 2020, at 19:39, raf wrote: > But is there any way to make gnupg1 and gnupg2 not > conflict? Sure, that's possible to do. "port notes gnupg1" even says it was planned to do that: > This port will be made co-installable with the modern version in mid-October > 2018. All binaries

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 19:36, Murray Eisenberg wrote: > Assuming I do _not_ want to initialize the database, given that I want to use > an existing (MySQL 5.7) database with the newly installed MySQL8, I loaded > mysql8-server, then tried to connect to it: > > mysql > ERROR

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 15:45, Murray Eisenberg wrote: > Step 6: Database upgrade as necessary You used to have to upgrade the database manually but according to Oracle's documentation mysql 8.0.16 and later do it for you automatically.

Re: MySQL 8: datadir

2020-10-02 Thread Ryan Schmidt
On Oct 2, 2020, at 17:17, Murray Eisenberg wrote: > - move my.cnf to "appropriate location" <— not sure what this means! > Surely I want it to be in /opt/local/etc/mysql8 According to "port notes mysql8" I agree that's the appropriate location. > - start mysql8 > > BUT what

Re: Apple ARM binary codesign issue

2020-09-24 Thread Ryan Schmidt
On Sep 24, 2020, at 08:51, Ruben Di Battista wrote: > Ok, that's what I didn't know. I thought It was mandatory for Apple Store > software and not everything...  Yup. As of macOS Big Sur 11 beta 6, released September 3, 2020, codesigning is mandatory for everything on ARM Macs. How to

Re: ImageMagick port outdated

2020-09-25 Thread Ryan Schmidt
On Sep 25, 2020, at 10:40, Christoph Kukulies wrote: > > I was seeking for a means to convert Apples new HEIC/HEIF format to more > traditional formats and I always remembered ImageMagick being a good choice > for that. > Unfortunately the macports version is quite outdated. > 6.9.11-29 > >

Re: Processes getting wedged in "U" (uninterruptible wait) state after Security Update 2020-003

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 07:44, Greg Earle wrote: > On 29 May 2020, at 4:47, Franco Vaccari wrote: > >> I would try other options before reinstalling the system, who knows, >> reinstalling the developer tools, restarting with shift to clean caches, >> reinstalling the security update, but ok, maybe

Re: Processes getting wedged in "U" (uninterruptible wait) state after Security Update 2020-003

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 09:04, Prokash Sinha wrote: > First, I'm not sure how they are parsing . I see -sp, but the help is > showing -ps. Here is a link for this > ---https://www.manpagez.com/man/8/taskgated/ That is the manual for taskgated on Mac OS X 10.6. Things have changed singe then; see my

Re: libcxx-5.0.1 using i386 on a PowerMac?

2020-05-29 Thread Ryan Schmidt
On May 29, 2020, at 17:02, Jeffrey Walton wrote: > I'm trying to update my PowerMac. This is what I see for libcxx during > a 'port upgrade outdated': > > ---> Computing dependencies for libcxx > ---> Fetching archive for libcxx > ---> Attempting to fetch >

Re: Processes getting wedged in "U" (uninterruptible wait), state after Security Update 2020-003

2020-06-01 Thread Ryan Schmidt
On Jun 1, 2020, at 15:48, Greg Earle wrote: > On 29 May 2020, at 8:56, Ryan Schmidt wrote: > >> So I'm not sure how the `-sp` flags got into your launchd plist again when >> they're not supported anymore. Maybe Apple made a mistake in the security >> update.

Re: macports-users Digest, Vol 165, Issue 19

2020-05-22 Thread Ryan Schmidt
On May 22, 2020, at 08:02, rmgls wrote: > On May 22, 2020, Rayan Schmidt wrote: >> On May 21, 2020, at 01:41, rmgls wrote: > >>> midi_patchbay builds fine. >>> But Please try to open it : >>> you will see than nothing is displayed! > >> It opens fine for me on High Sierra and displays its

Re: Most recent version of mplayer

2020-07-18 Thread Ryan Schmidt
On Jul 18, 2020, at 06:57, dan d. wrote: > The currentt version in macports is 1.3 for mplayer. For a couple years now > there is a 1.4 version available. from the developers. > > A couple of times I have asked the mmaintainer about the possibility of > getting the current version with no

Re: 2nd try, Most recent version of mplayer

2020-07-21 Thread Ryan Schmidt
On Jul 21, 2020, at 09:19, dan d. wrote: > > However it doesn't show up in /opt/local/bin nand trying to run it with > mplayer-devel produces the bash "no such command"." error message. > There is no man entry either. "port contents mplayer-devel" should tell you what it installed and where.

Re: trouble installing gtksourceview3

2020-08-06 Thread Ryan Schmidt
On Aug 6, 2020, at 17:15, David Naumann wrote: > After initial trouble with this port, The same permission denied error you're having now, or something different? > I cleaned up and re-installed all my other ports, as follows: > sudo port -fp uninstall --follow-dependents installed >

Re: X11.bin Error opening or reading file

2020-08-05 Thread Ryan Schmidt
On Aug 6, 2020, at 00:02, Christoph Kukulies wrote: >> Am 06.08.2020 um 01:45 schrieb Ryan Schmidt: >> >> On Aug 5, 2020, at 09:46, Christoph Kukulies wrote: >> >>> Warning: Error parsing file >>> /Applications/MacPorts/X11.app/Contents/MacOS/X

Re: trouble installing gtksourceview3

2020-08-07 Thread Ryan Schmidt
On Aug 7, 2020, at 10:43, David Naumann wrote: > Dear Ryan, > thanks very much for helping. After deleting build/* it worked fine. > About macports user, I removed that since it's not necessary and I prefer to > minimize potential security vulnerabilities. Allowing MacPorts to use its own

Re: trouble installing gtksourceview3

2020-08-09 Thread Ryan Schmidt
On Aug 8, 2020, at 14:07, David Naumann wrote: > On 8/7/20, 7:07 PM, "Ryan Schmidt" wrote: > >On Aug 7, 2020, at 10:43, David Naumann wrote: > >> Dear Ryan, >> thanks very much for helping. After deleting build/* it worked fine. >> About

Re: Thanks for your work on the ci environment

2020-08-02 Thread Ryan Schmidt
Hi Friedrich, Thanks, I'm glad our work was useful to you. I've mainly been involved with our Buildbot setup; the Travis CI setup was done by Zero King. We've had some reliability problems with Travis, plus as you know they cut your build off if it takes more than 50 minutes. We also use Azure

Re: X11.bin Error opening or reading file

2020-08-05 Thread Ryan Schmidt
On Aug 5, 2020, at 09:46, Christoph Kukulies wrote: > Warning: Error parsing file > /Applications/MacPorts/X11.app/Contents/MacOS/X11.bin: Error opening or > reading file > Does this file exist on your system? If not, try deactivating and reactivating the xorg-server port. sudo port -f

Re: Adding MacPorts libraries to an Xcode project (was: Re: macports-users Digest, Vol 167, Issue 1)

2020-07-06 Thread Ryan Schmidt
On Jul 5, 2020, at 16:23, Thomas Bodlien wrote: > is it possible to add MacPorts libraries to a Xcode project? > Or is that not recommended? > > I am getting this signature error: > >> Process: JavaScript Blocker [5806] >> Path: /Volumes/*/JavaScript >>

Re: equivalent of ALT key

2020-07-10 Thread Ryan Schmidt
On Jul 10, 2020, at 01:04, Agoston Bejo wrote: > When running applications that I have installed with port, how can I access > functionality I would access with ALT+somekey on Linux? > > E.g.: > a) > > --> here, how can I access the _F_ile, _E_dit, etc. menus with the keyboard? > Neither

Re: Workarounds for cross compiling to Windows?

2020-07-10 Thread Ryan Schmidt
On Jul 10, 2020, at 01:59, Ces VLC wrote: > I know that MacPorts doesn't support building packages for other OSs, but > anyway there are some features that even if they are not officially > supported, do work because of the way it's designed (for example, installing > MacPorts in your home

Re: installation problem

2020-07-13 Thread Ryan Schmidt
Don't type the backticks. Just type (or paste): chsh -s /bin/zsh > On Jul 13, 2020, at 10:09, Carlos Yeager wrote: > > > Why do I get "no changes made"? And macport seems still not working. > > On Mon, Jul 13, 2020 at 1:54 PM Ryan Schmidt wrote: > > &

Re: rsync and different UTF normalization in APFS vs HFS+

2020-07-03 Thread Ryan Schmidt
On Jul 3, 2020, at 04:53, Ces VLC wrote: > Some of my disks are HFS+ and others are APFS. I've been using rsync for > years, in order to sync some folders across all my disks. There were no > problems until APFS was introduced into the game. > > Now, in filenames that have UTF international

Re: installation problem

2020-07-12 Thread Ryan Schmidt
On Jul 11, 2020, at 23:46, Carlos Yeager wrote: > Hi, I've carefully read the install instructions on macports page, however I > still get "command not found" when I test it out. I have Xcode installed, the > version is 11.5 > my purpose of installing macport is to install youtube-dl and

Re: equivalent of ALT key

2020-07-10 Thread Ryan Schmidt
On Jul 10, 2020, at 08:28, Agoston Bejo wrote: > --> any ideas how to do the same thing for KDE applications...? I don't know. I don't see anything about it mentioned here: https://trac.macports.org/wiki/KDE If you figure it out, please add that information to the wiki page.

Re: installation problem

2020-07-12 Thread Ryan Schmidt
Let's keep the discussion on the mailing list so others can benefit. Use the "Reply All" function in your mail reader. More info below. On Jul 12, 2020, at 22:56, Carlos Yeager wrote: > On Sun, Jul 12, 2020 at 2:11 PM Ryan Schmidt wrote: > >> On Jul 11, 2020, at 23:4

Re: Adding MacPorts libraries to an Xcode project

2020-07-06 Thread Ryan Schmidt
Please continue to Cc the mailing list on your replies (by using Reply All) so that others can benefit from the discussion. On Jul 6, 2020, at 18:29, Thomas Bodlien wrote: >> I guess you have two choices: >> >> 1. Don't use codesigning in your Xcode project >> 2. Codesign the MacPorts

Re: registry.db getting rather obese (> 600MB) and updates very slow. Anything to do?

2020-06-22 Thread Ryan Schmidt
On Jun 22, 2020, at 17:33, Dave Horsfall wrote: > On Sun, 21 Jun 2020, Jeffrey Walton wrote: > >> Another PowerMac 10.5 datapoint, if it is helpful: > > On my MacBook Pro (Sierra), it's > > -rw-r--r-- 1 root admin 62558208 Jun 22 08:09 > /opt/local/var/macports/registry/registry.db > >

Re: Rust 1.44.0.0 won't compile on macOS Sierra 10.12.6 and Trac, ticket # 56351

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 07:25, Greg Earle wrote: >> Is the only (other) workaround to de-activate llvm-9.0 +universal? >> >> -- >> # port installed | grep llvm- >> llvm-3.3 @3.3_10 (active) >> llvm-6.0 @6.0.1_1 (active) >> llvm-7.0 @7.1.0_0 (active) >> llvm-8.0 @8.0.1_0 (active) >>

Re: b2sum source code and Autotools files

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 05:08, Jeffrey Walton wrote: > Hi Everyone/Ken, > > BLAKE2's b2sum is available at https://github.com/BLAKE2/BLAKE2. In > particular, the latest tarball is available at > https://github.com/BLAKE2/BLAKE2/releases/tag/20190724. The 20190724 > release includes SSE2, XOP,

Re: Rust 1.44.0.0 won't compile on macOS Sierra 10.12.6 and Trac ticket # 56351

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 06:28, Greg Earle wrote: > I did a "port upgrade outdated" and it looks like "librsvg" has a dependency > on Cairo which in turn pulls in Rust. (I didn't have Rust installed > previously.) cairo absolutely does not require rust. librsvg however does. rust is a

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-25 Thread Ryan Schmidt
On Jun 25, 2020, at 23:15, Sandeep Thakkar wrote: > > I'm compiling postgres with LLVM support on macOS 10.15 Catalina. The > binaries are supported on 10.13+. On target machine (10.13), the library > fails to load with the following error: > >

Re: How to install on 10.15 with deployment target as 10.13?

2020-06-26 Thread Ryan Schmidt
On Jun 26, 2020, at 00:22, Ken Cunningham wrote: > I believe you will have to compile your software built on 10.15 and to be > deployed on earlier systems with: > > configure.cflags-append -fno-stack-check > configure.cxxflags-append -fno-stack-check > > to disable the now-default

Re: gnucash does not build (was: Re: macports-users Digest, Vol 166, Issue 18)

2020-06-27 Thread Ryan Schmidt
On Jun 26, 2020, at 19:02, Thomas Bodlien wrote: > Gnucash does not build. > How can I fix that? File a bug report please and attach the main.log to it so that we can see what went wrong. >> Warning: >> --- >> Warning:

Re: rsync upgrade to 3.2.1_1 and libressl

2020-06-29 Thread Ryan Schmidt
On Jun 29, 2020, at 00:58, Christopher Chavez wrote: > > I'm not sure it applies here, but the pattern being applied to other > ports is to replace port:openssl with path:lib/libssl.dylib:openssl, so > as to allow using LibreSSL but fallback to installing OpenSSL if neither > is already present.

Re: Noah port (and alternatives?)

2020-06-29 Thread Ryan Schmidt
On Jun 28, 2020, at 16:08, Ces VLC wrote: > I'm looking for a Linux user mode emulation on Mac, and I just found Noah on > github, and then realized there's already a port for it. From what I've read, > it seems it's quite experimental (BTW: there were some merged PRs a few days > ago, that

Re: faust-devel

2020-06-29 Thread Ryan Schmidt
On Jun 28, 2020, at 12:24, rmgls wrote: > here is what i get: > > fetching distfiles for faust-devel > > and nothing else! How long did you wait? Unlike most ports, this one fetches from a git repository. There will be no progress bar or any other output while the download happens. In

Re: rsync upgrade to 3.2.1_1 and libressl

2020-06-29 Thread Ryan Schmidt
On Jun 29, 2020, at 02:52, Ryan Schmidt wrote: > On Jun 29, 2020, at 00:58, Christopher Chavez wrote: >> >> I'm not sure it applies here, but the pattern being applied to other >> ports is to replace port:openssl with path:lib/libssl.dylib:openssl, so >> as to allow

Re: registry.db getting rather obese (> 600MB) and updates very slow. Anything to do?

2020-06-22 Thread Ryan Schmidt
On Jun 21, 2020, at 13:17, Ken Cunningham wrote: > On one of my systems, 10.5 PPC, things are taking a long time when > uninstalling a port - like 4-5 minutes of heavy tcl interpreter use. > > The registry.db is pretty huge: > > $ ls -la > total 1286264 > drwxr-xr-x 7 root admin

Re: Failed to extract curl-ca-bundle: invalid command name "shellescape"

2020-06-27 Thread Ryan Schmidt
On Jun 27, 2020, at 23:03, Jeffrey Walton wrote: > Error: Failed to extract curl-ca-bundle: invalid command name "shellescape" Whoops, sorry. Fixed. https://github.com/macports/macports-ports/commit/6c5276d315e64e99f0a7e57b6cf9940b83e9eab6

Re: macports-users Digest, Vol 166, Issue 6

2020-06-16 Thread Ryan Schmidt
On Jun 16, 2020, at 19:08, Thomas Bodlien wrote: > I have set region to german and language to us english. > Macports installs everything in german > How can I fix this? MacPorts does not vary what it installs based on the language or region you set in system preferences. But many ports

Re: Seeking help on jq installation using MacPorts

2020-06-10 Thread Ryan Schmidt
On Jun 10, 2020, at 04:57, Sushma g wrote: > Also I have installed Macports in mac , but seeing command port not found. Then you haven't set up the PATH environment variable properly in your shell startup file. The MacPorts installer is supposed to do it for you, but if that doesn't work

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-05 Thread Ryan Schmidt
> On Jun 5, 2020, at 20:37, Ken Cunningham wrote: > > > >> On Jun 5, 2020, at 5:25 PM, Ryan Schmidt wrote: >> >> Sure, there could be such a script. >> >> I might suggest that, instead of requiring you to run each build command as >>

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-05 Thread Ryan Schmidt
> On Jun 5, 2020, at 12:22, Ken Cunningham wrote: > >> If we don't already have a section in the Guide explaining how to compile >> software outside of MacPorts using dependencies from MacPorts (i.e. by >> setting CFLAGS, CPPFLAGS, LDFLAGS, PKG_CONFIG_PATH) then that would be a >> good

Re: rsync server is down (and a workaround)

2020-06-08 Thread Ryan Schmidt
It's back online now. On Jun 3, 2020, at 23:54, Joshua Root wrote: > As you may have noticed, the server at FAU that hosts rsync.macports.org > is currently down. There was a hardware failure, and work to restore > service is in progress. > > If you need to selfupdate in the meantime, you can

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-04 Thread Ryan Schmidt
On Jun 4, 2020, at 01:11, Ken Cunningham wrote: >> I think I found an answer to my own question on Stack Overflow. > > The sad thing is that you had to go to / we had to send you to Stack Overflow > to figure out how to use macports to build things...and I'm sure you're not > alone. If we

Re: Building emacs-27 from source with AppKit, X windows, Gtk+ toolkit support...?

2020-06-03 Thread Ryan Schmidt
On Jun 3, 2020, at 05:38, Carlo Tambuatco wrote: > I’m attempting to build emacs-27 from source and I would like to have AppKit > support for running natively on macOS and Gtk3 support. > > These are the gtk3 libraries I’ve got installed: > > gtk-osx-application-common-gtk3 @2.0.8_0

Re: Fixing source-code bugs using MacPorts facilities.

2020-07-28 Thread Ryan Schmidt
On Jul 27, 2020, at 01:53, Ian Wadham wrote: > I’m just saying that I can execute the file > 'work/destroot/Applications/MacPorts/…/kpat’ instead of > ‘/Applications/MacPorts/…/kpat’ — at the command-line of course. That executable may link with libraries installed by the port. If so, the

Re: Fixing source-code bugs using MacPorts facilities.

2020-07-26 Thread Ryan Schmidt
On Jul 26, 2020, at 01:15, Ian Wadham wrote: > The above all worked very well, but only once… :-( > > If I test the app I have installed and find there is still some problem, I > need to edit the source and go back to the build step. But “build” just says > "---> Computing dependencies for

Re: freeciv SDL - blank screen on Mojave/Catalina

2020-07-26 Thread Ryan Schmidt
On Nov 23, 2019, at 10:37, Dennis van der Burg wrote: > Since upgrading to Mojave, when doing a fresh MacPorts install and then > installing freeciv (SDL client) and clicking on the Apps>MacPorts>Freeciv > icon, only a blank screen opens instead of a screen with the game running in > it. >

Re: 2nd try, Most recent version of mplayer

2020-07-20 Thread Ryan Schmidt
On Jul 20, 2020, at 00:51, Jeffrey Walton wrote: > On Mon, Jul 20, 2020 at 12:37 AM Ryan Schmidt wrote: > >> On Jul 19, 2020, at 15:24, dan d. wrote: >> >>> I tried to install it with the error message: >>> >>> Error: Failed to install mplaye

Re: 2nd try, Most recent version of mplayer

2020-07-19 Thread Ryan Schmidt
On Jul 19, 2020, at 15:24, dan d. wrote: > I tried to install it with the error message: > > Error: Failed to install mplayer-devel: no destroot found at: >

Re: Apple ARM binary codesign issue

2021-01-11 Thread Ryan Schmidt
On Jan 11, 2021, at 07:27, Andreas Falkenhahn wrote: > Slightly off-topic, but maybe someone here knows something about this: When > distributing Apple ARM apps outside the App Store, is it sufficient to sign > them using ad-hoc or self-signed certificates or is it mandatory now to pay > the

Re: Unable to load nib file / Problem with CompileXIB

2021-01-11 Thread Ryan Schmidt
On Jan 11, 2021, at 09:41, Janosch Peters wrote: > I am struggling to create working port file for > sparkle(https://github.com/sparkle-project/Sparkle). All targets contained in > the Xcode project are building with no errors but when I build & install > sparkle via macports and start the

Re: apache2 IPv6 Big Sur

2021-01-11 Thread Ryan Schmidt
On Jan 9, 2021, at 12:16, Steve Wardle wrote: > I’ve got apache2 2.4.46 running on Big Sur 11.1 and it’s not listening on the > IPv6 interfaces. I’m sure this was working last year and it would help to > know if it’s a general apache2 2.4.46 issue or confined to Big Sur or maybe > just my

<    4   5   6   7   8   9   10   11   12   13   >