Re: MacVim wierdness.

2018-12-05 Thread Ryan Schmidt
On Dec 3, 2018, at 08:35, Bill Hill wrote: > Hi, I've installed MacVim, which worked fine, but since it doesn't have > python enabled some of the extras I use (YouCompleteMe, ConqueGDB) don't work. > So I installed: sudo port install MacVim +cscope+huge+python37+ruby25 > I've got links in /usr

Re: sunclock

2018-12-10 Thread Ryan Schmidt
On Dec 9, 2018, at 22:15, macpo...@raf.org wrote: > Hi Marius, > > Thanks. It's the X11 app I'm interested in. > > I don't think I can compile the one on github. > It requires xmkmf which doesn't seem to be > anywhere on my laptop (macos 10.11). > > Actually, I just realised that the suncloc

Re: sunclock

2018-12-11 Thread Ryan Schmidt
On Dec 11, 2018, at 00:17, Mojca Miklavec wrote: > (If this was a modification of an old port, it would probably be nice > to figure out how to convince git to connect the history with that old > file.) As far as I know, that is a feature we lost when we converted our Subversion repository to

Re: Anyone running X11 apps on Mojave?

2018-12-12 Thread Ryan Schmidt
On Dec 12, 2018, at 03:02, Tabitha McNerney wrote: > I just installed XQuartz 2.7.11 today on a fresh Mac running Mojave 10.14.2. > I installed XQuartz from the XQuartz.pkg found in the disk image (dmg) file > on the XQuartz support site: https://www.xquartz.org/ > > I didn't have any proble

Re: openSSL

2018-12-17 Thread Ryan Schmidt
On Dec 17, 2018, at 06:48, pagani laurentwrote: > I just upgraded my MacPort install and OpenSSL is 1.0.2q while my VPN > application would like to use 1.1.1. > Is there any chance that v1.1.1 be uploaded to MacPort sometimes soon ? > (easier to ask than to do, I know, thanks for all those of

Re: Texting

2018-12-17 Thread Ryan Schmidt
On Dec 13, 2018, at 10:55, dan d. wrote: > > Is there a port which allows texting from terminal? > > Alternatively, is there one to know the carrier of a cell number? Not that I'm aware of.

Re: uninstall residues (MacPorts others) in Launcher

2018-12-21 Thread Ryan Schmidt
On Dec 21, 2018, at 03:43, Christoph Kukulies wrote: > I have had this before. uninstall Gimp left residues which seem to prevent > installing Gimp from Gimp.org. I'm not sure how installing anything with MacPorts could prevent you from installing something outside of MacPorts... What proble

Re: Certbot changes?

2018-12-21 Thread Ryan Schmidt
On Dec 21, 2018, at 08:34, Bill Christensen wrote: > I haven't done full research on this yet, but it appears that Certbot is now > putting the certs in /etc/... instead of /opt/local/etc. Indeed, the reinplaces that are supposed to relocate that and other things into prefix aren't taking ef

Re: wine-devel could not load binary

2018-12-22 Thread Ryan Schmidt
On Dec 22, 2018, at 08:41, Gijs Vermeulen wrote: > I'm having issues with wine-devel since upgrading from 3.18 to 4.0rc2. > When I run wine --help it works, but running anything else yields > "/opt/local/lib/../bin/wine: could not load binary" > My machine is a 2015 MacBook Pro running macOS H

Re: wine-devel could not load binary

2018-12-22 Thread Ryan Schmidt
On Dec 22, 2018, at 14:35, Ryan Schmidt wrote: > On Dec 22, 2018, at 08:41, Gijs Vermeulen wrote: > >> I'm having issues with wine-devel since upgrading from 3.18 to 4.0rc2. >> When I run wine --help it works, but running anything else yields >> "/opt/loc

Re: wine-devel could not load binary

2018-12-22 Thread Ryan Schmidt
On Dec 22, 2018, at 15:33, Ryan Schmidt wrote: > Another possible solution is to remove our wrapper -- I don't remember why it > exists. When I first added the wine port 12 years ago, I said there were > "font issues", but I don't remember what I meant by that: &

Re: wine-devel could not load binary

2019-01-05 Thread Ryan Schmidt
On Dec 22, 2018, at 16:06, Ryan Schmidt wrote: > On Dec 22, 2018, at 15:33, Ryan Schmidt wrote: > >> Another possible solution is to remove our wrapper -- I don't remember why >> it exists. When I first added the wine port 12 years ago, I said there were >&g

Re: gdb

2019-01-08 Thread Ryan Schmidt
I don't know why gdb isn't working for you. From what I've been able to find, it should be able to debug programs built by clang. But have you considered trying lldb instead?

Re: Failed to build Bitkeeper

2019-01-08 Thread Ryan Schmidt
On Jan 6, 2019, at 14:49, Dave Horsfall wrote: > Is this a reportable bug in the port, or an up-stream bug? I happen to know > the author (if he's still maintaining it) - Larry McVoy. It is reproducible. I have filed a MacPorts bug: https://trac.macports.org/attachment/ticket/57874 I expect

Re: Python/boost problem

2019-01-08 Thread Ryan Schmidt
On Jan 7, 2019, at 18:18, Dave Horsfall wrote: > Sierra, latest MacPorts. Doing the usual "port upgrade outdated"... > >---> Staging itstool into destroot >---> Installing itstool @2.0.2_3 >---> Activating itstool @2.0.2_3 >---> Cleaning itstool >Error: boost: Variant

Re: Gimp crashes when loading png or jpg

2019-01-08 Thread Ryan Schmidt
On Dec 31, 2018, at 14:11, Piet van Oostrum wrote: > Suddenly my gimp crashes when I try to load a PNG or JPG file. It gives the > error message: > Plug-in crashed: "file-png" > (/Applications/MacPorts/GIMP.app/Contents/Resources/lib/gimp/2.0/plug-ins/file-png/file-png) > > Plug-in crashed: "

Re: Vlc build fail

2019-01-08 Thread Ryan Schmidt
On Dec 31, 2018, at 01:57, rmgls wrote: > :info:build Details: Failed to create workspace arena at > : > Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save > the file “vlc-fafepcbfvuupchemfhqnbdofugwy” in the folder “DerivedData”." > UserInfo={NSFilePath=/opt/local

Re: Wine-devel build failed

2019-01-10 Thread Ryan Schmidt
On Jan 10, 2019, at 12:35, Giuseppe Di Matteo wrote: > The wine-level install failed at xattr dependency build. > High Sierra (10.13.6). Xcode 10.1 MacPorts 2.5.4 The xattr port is needed on Mac OS X 10.4 Tiger only. On Mac OS X 10.5 Leopard and later, xattr is included with the operating sys

Re: Bringing a package under the hood of Xcode - maybe OT ?

2019-01-11 Thread Ryan Schmidt
On Jan 11, 2019, at 14:12, Christoph Kukulies wrote: > I have a downloaded a library (open source) - libartnet to be more precise. > It’s a typical UNIX package with configure and Makefile. It compiled smoothly > (./configure ; make ) as I tried out on macOS mojave x64 architecture. > > I wo

Re: Bringing a package under the hood of Xcode - maybe OT ?

2019-01-11 Thread Ryan Schmidt
On Jan 11, 2019, at 15:42, Craig Treleaven wrote: > At some point, libartnet was brought to MacPorts: > > $ port info libartnet > libartnet @1.0.7 (multimedia, net) > Variants: universal > > Description: implementation of the ArtNet protocol designed for > POSIX systems

Re: Wine-devel build failed

2019-01-13 Thread Ryan Schmidt
On Jan 12, 2019, at 05:24, Giuseppe Di Matteo wrote: > Le 11 janv. 2019 à 07:13, Ryan Schmidta écrit : > >> On Jan 10, 2019, at 12:35, Giuseppe Di Matteo wrote: >> >>> The wine-level install failed at xattr dependency build. >>> High Sierra (10.13.6). Xcode 10.1 MacPorts 2.5.4 >> >> The xatt

Re: Unable to install ports from git source as root : Could not open file

2019-01-13 Thread Ryan Schmidt
On Jan 12, 2019, at 13:50, Joël Tourscher wrote: > Hello, > > I'm trying to use macports and ports from git sources. I have followed the > instructions from the [https://guide.macports.org/#installing.macports.git > manual], but it doesn't work. > > The port macports-base compiles well, bu

Re: problem with reactivating ports

2019-01-13 Thread Ryan Schmidt
On Jan 13, 2019, at 10:03, Werner LEMBERG wrote: > It's simpler, yes, but why is it `much better'? As far as I > understand, later on I can't simply say > > sudo port activate inactive > > since the list of inactive ports is much larger due to updates. In > other words, I have to store the li

Re: conflicting variants while rebuilding a dependency

2019-01-13 Thread Ryan Schmidt
Remember to use our list addresses at lists.macports.org, not any other hostname that we may have used in the past. On Jan 13, 2019, at 16:54, Riccardo Mottola wrote: > gexiv2 is a dependency for me, I never installed it directly. > >> gexiv2 still has both variants enabled by default. In some

Re: locale relative to the application

2019-01-14 Thread Ryan Schmidt
On Jan 14, 2019, at 09:50, heinrich.adam wrote: > Hello, > > I need all relative to my application. > I don't want anything in the /opt folder > > Everything works (libraries, icons) except the locale in the open and close > dialog it appears in english > If I add /opt/local/share/locale/de

Re: locale relative to the application

2019-01-15 Thread Ryan Schmidt
On Jan 15, 2019, at 07:59, heinrich.adam wrote: > Hello Ryan, > > thanks for your response. > > I wrote a script which creates directories and copy the needed files to the > local place. > > with > install_name_tool -id > and > install_name_tool -change > the pixbufloader and the dylibs are a

Re: failure to build libuv (Leopard)

2019-01-27 Thread Ryan Schmidt
On Jan 19, 2019, at 16:16, Riccardo Mottola wrote: > I have an issue upgrading libuv and this is blocking a couple of other > dependencies apparently. > > > The failure I see is: > > > /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 > -DPACKAGE_NAME=\"libuv\" -DPACKAGE_TARNA

Re: port reclaim exclude build dependencies

2019-01-27 Thread Ryan Schmidt
On Jan 21, 2019, at 09:34, Jonathan Stickel wrote: > The `reclaim` command of port is a great idea. However, it has a serious > limitation, at least for me. When checking for leaves, it does not consider > build dependencies, which I like to keep (rather than reinstalling every time > they are

Re: port reclaim exclude build dependencies

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 12:26, Rainer Müller wrote: > The main problem here would be that information about build dependencies > is not stored in the registry. Only if we this information was kept on > installation as a first step, we could then respect it during reclaim. Hmm, why is that a prereq

Re: help on restore

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 12:37, Comer Duncan wrote: > I've followed the steps on the macports page > https://trac.macports.org/wiki/Migration under Reinstall Ports. When I > execute sudo ./restore_ports.tcl myports.txt after a few seconds I get the > output: > > ComerMacProRetina:~ comerduncan$

Re: help on restore

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 13:05, Comer Duncan wrote: > Hi Ryan, > > I'm attaching the existing sources.conf file that's on my system. Seems a > bit pecular and I don't know how long the line > rsync://rsync.macports.org/release/tarballs/ports.tar > has been there! Can you suggest a nifty change?

Re: help on restore

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 13:30, Comer Duncan wrote: > Well it failed with the same message as before. I'm attaching my myports.txt. > I've changed the sources.conf file in the way you suggested. I'm attaching > it as well. Hmm. Well, you should definitely remove "+universal" everywhere it appear

Re: help on restore

2019-01-27 Thread Ryan Schmidt
On Jan 27, 2019, at 14:02, Comer Duncan wrote: > Well it crapped out just the same way after I removed all +universal > instances in my ports list. Am I now looking at putting back my original > ports by hand? Hopefully that's not required. However I'm not sure what to try next. Maybe some

Re: A couple of questions re:Mysql, MariaDB

2019-01-28 Thread Ryan Schmidt
On Jan 28, 2019, at 06:21, S. L. Garwood wrote: > Do the MacPorts maintainers have a recommendation whether to imbed MySQL or > MariaDB in an application? I am porting a medium size SQL lookup application > for SOHO use on a Mac Mini and am free to choose (as long as the API stays > compatible)

Re: smtube -- useful little youtube browser.

2019-02-01 Thread Ryan Schmidt
On Jan 31, 2019, at 23:10, Uli Wienands wrote: > Tried to build ir on 10.6 but no luck. Craps out on MPlayer. You should file a bug report in our issue tracker so that we can properly track a fix for this.

Re: Error in trace mode

2019-02-18 Thread Ryan Schmidt
On Feb 9, 2019, at 13:02, Piet van Oostrum wrote: > Ken Cunningham writes: > >> due to a weird idiosyncracy, if set autoconf.cmd you need to specify the >> depends.build stuff after that line. >> >> No idea if this can ever be fixed. You just have to "know" this. >> > > Actually, I found ou

Re: CGContextCopyPath function missing in Leopard

2019-02-18 Thread Ryan Schmidt
On Feb 17, 2019, at 15:33, Riccardo Mottola wrote: > Hi, > > I am trying to port ArcticFox to 10.5 Leopard. > > I get this error: > > 52:30.98 /Users/multix/code/Arctic-Fox/gfx/2d/PathCG.cpp:313:21: error: use > of undeclared identifier 'CGContextCopyPath'; did you mean > 'CGContextClosePa

Re: smtube -- useful little youtube browser.

2019-02-18 Thread Ryan Schmidt
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 macports version of clang 5 (no error > message when wrong but it stays with the Xcode version which is known not to > work). >

Re: A general philosophical question about MacPorts

2019-02-19 Thread Ryan Schmidt
On Feb 19, 2019, at 07:13, S. L. Garwood wrote: > So my philosophical question is “Why MacPorts these days?”. Same reason as always: to help you install software on your Mac. If you prefer installing software in a VM running a different OS, by all means do so, but it's not the same thing.

Re: mysql 8?

2019-02-21 Thread Ryan Schmidt
On Feb 21, 2019, at 09:47, Murray Eisenberg wrote: > What is the status of, or plans for, MySQL version 8.0 (the current release) https://trac.macports.org/ticket/57776 > and supporting ports, e.g., phpxx-mysql and phpmyqdmin? They would presumably be updated after the mysql8 port exists.

Re: CGContextCopyPath function missing in Leopard

2019-02-21 Thread Ryan Schmidt
On Feb 20, 2019, at 06:06, Riccardo Mottola wrote: > > Does apple use "special" SDKs inside which aren't distributed? That seems likely to me.

Re: Heads up: poppler won't build

2019-02-26 Thread Ryan Schmidt
On Feb 24, 2019, at 19:24, Bill Cole wrote: > On 24 Feb 2019, at 18:55, Dave Horsfall wrote: > >> Sierra 10.12.6 + latest security updates, MacPorts 2.5.4. >> >> Doing my regular Monday "port upgrade outdated", and... >> >>---> Computing dependencies for poppler >>---> Configuring

Re: Heads up: poppler won't build

2019-02-26 Thread Ryan Schmidt
On Feb 24, 2019, at 17:55, Dave Horsfall wrote: > Hmmm... Proceed regardless: > >ozzie:~ dave$ sudo port -p upgrade outdated >Nothing to upgrade. > > (Yes, I'm in the habit of using "-p" to get past broken ports.) Please do not habitually (or ideally ever) use "-p" when installing o

Re: Heads up: poppler won't build

2019-02-26 Thread Ryan Schmidt
On Feb 25, 2019, at 00:41, Mojca Miklavec wrote: > This message tells you what precisely to do to work around the issue: >sudo port -f dectivate poppler >sudo port install poppler > > We usually do something like deactivate hack >https://trac.macports.org/wiki/PortfileRecipes#deacti

Re: trying to migrate to php 7.3

2019-03-05 Thread Ryan Schmidt
On Mar 5, 2019, at 06:42, macpo...@parvis.nl wrote: > I want to get rid of old PHP and I am migrating to PHP 7.3. > > I have this program that runs both on a web page and from command line, using > PEAR Console_CommandLine. > > The current version of pear-Console_CommandLine in macports is 1

Re: Error installing mysql57

2019-03-05 Thread Ryan Schmidt
On Mar 3, 2019, at 19:47, S. L. Garwood wrote: > I am reinstalling mysql57 on Mojave — got a weirs error message….. > Here is the install > > mymbp:~ slgarwood$ sudo port install mysql57 mysql57-server > ---> Computing dependencies for mysql57 > The following dependencies will be installed: mys

Re: Rust - Failed to Build

2019-03-05 Thread Ryan Schmidt
On Mar 5, 2019, at 16:50, Michael Newman wrote: > I am aware that there is a bug report on this issue: > https://trac.macports.org/ticket/57058 > > However, I have some different questions. This on a 2010 MBA running 10.9.5, > Xcode 6.2 > > I first noticed this failure about six months ago.

sha.cn Shanghai, China mirror hostname has changed

2019-03-07 Thread Ryan Schmidt
The hostname for the MacPorts mirror in Shanghai, China has changed. If you had configured macports.conf or sources.conf to use the sha.cn mirror, please change it to the new hostname: mirrors.shu.edu.cn https://trac.macports.org/wiki/Mirrors -Ryan

Re: Anyone using cmake for iOS development?

2019-03-14 Thread Ryan Schmidt
On Mar 13, 2019, at 09:57, René J.V. Bertin wrote: > Is anyone using cmake for the development of applications for Apple's > non-desktop OS flavours (iOS, WatchOS etc)? > > Reason for asking is that CMake doesn't set the Info.plist flags necessary > for high-DPI support because it uses the s

Re: How can I install a MacPorts port that is linked with an earlier MacOS release?

2019-03-14 Thread Ryan Schmidt
On Mar 13, 2019, at 16:12, Mojca Miklavec wrote: > Dear Michael, > > On Wed, 13 Mar 2019 at 16:03, Michael A. Leonetti wrote: >> >> How an I install the port packages that support El Capitan (or any specific >> MacOS version) and above to link against? > > By far the least painful way would

Re: Necessary library is a leaf for unknown reason

2019-03-14 Thread Ryan Schmidt
On Mar 10, 2019, at 03:54, Andrew Udvare wrote: > I have made a Portfile for mas that needs the Commandant framework, another > Portfile I made: > > https://github.com/Tatsh/ports/blob/master/devel/Commandant/Portfile > https://github.com/Tatsh/ports/blob/master/sysutils/mas/Portfile > > On lin

Re: error while installing mysql-connector-java

2019-03-14 Thread Ryan Schmidt
On Mar 10, 2019, at 16:50, Jorge Moreira rote: > The command sudo port install mysql-connector-java failed. > > ---> Building mysql-connector-java > Error: Failed to build mysql-connector-java: command execution failed > Error: See > /opt/local/var/macports/logs/_opt_local_var_macports_sourc

Re: Anyone using cmake for iOS development?

2019-03-14 Thread Ryan Schmidt
> On Mar 14, 2019, at 17:20, René J.V. Bertin wrote: > >> Apple requires each app to specify that it supports Retina mode. > > AFAIK applications have always existed that set NSPrincipalClass to > NSApplication; do these now behave incorrectly on high-dpi screens if they > don't contain an

Re: Anyone using cmake for iOS development?

2019-03-15 Thread Ryan Schmidt
On Mar 15, 2019, at 10:10, René J.V. Bertin wrote: > Would applications using Carbon start failing if they claim high-dpi support > in their plist It would depend on the individual application. > and can those still be built on recent OS versions? Carbon is 32-bit, so you can build Carbon a

Re: MariaDB upgrade to 10.3?

2019-03-17 Thread Ryan Schmidt
> On Mar 16, 2019, at 14:57, Bill Christensen wrote: > > It looks like a new version of MariaDB was released in early January (10.3). > Would someone please port that one and the related -server? I already filed that request, but nothing has happened yet. https://trac.macports.org/ticket/55

Re: How I could restrict download mirrors

2019-03-21 Thread Ryan Schmidt
On Mar 18, 2019, at 03:30, FritzS wrote: > How I could restrict download mirrors? As Chris mentioned, the options that exist in macports.conf are host_blacklist and preferred_hosts. But the question is: why do you want to restrict this? > I want only download ports from macports.org server

Re: Mirror unpacks distfile before sending

2019-04-02 Thread Ryan Schmidt
On Apr 2, 2019, at 23:21, Bill Cole wrote: > On 2 Apr 2019, at 23:45, Dave Allured - NOAA Affiliate wrote: > > [snip] >> >> I have never before seen this sort of fradulent behavior, silent unpacking, >> from either an http hosted data site, or the curl command. Can anyone else >> confirm this w

Re: Mirror unpacks distfile before sending

2019-04-04 Thread Ryan Schmidt
On Apr 4, 2019, at 11:45, Dave Allured wrote: > That *is* relevant. My Mac is behind an institutional firewall, so this > might be aggravating the problem. Also I am not able to duplicate the > headers as Ryan showed using curl -I, not with the facebook.net URL. I will > ask our network a

Re: Failed to configure libraw

2019-04-10 Thread Ryan Schmidt
On Apr 10, 2019, at 01:42, Michael Newman wrote: > MacPorts Version: 2.5.4 > MacOS 10.0.5 MacBook Air 2010 > What to do? I looked at the two referenced log files, but they mean nothing > to me. > > ---> Configuring libraw Error: Failed to configure libraw, consult > /opt/local/var/macports

Re: "Fetching archive" fails for all ports on multiple systems, different networks

2019-04-11 Thread Ryan Schmidt
On Apr 10, 2019, at 10:28, Lee Finn wrote: > Hi, > > This is a more directed followup to an earlier message. Three specific > questions: > > * How should I interpret the error message ":debug:archivefetch Fetching > archive failed: The requested URL returned error: 403 OK”, which appear

Re: How To Troubleshoot MacPorts

2019-04-11 Thread Ryan Schmidt
On Apr 10, 2019, at 07:40, Michael Newman wrote: > I’ve been using MacPorts for many years now. While I understand the basics, I > often run into problems that I cannot solve. Without exception, I have been > able to post those problems here and get near-immediate solutions. For that I > am

Re: How To Troubleshoot MacPorts

2019-04-12 Thread Ryan Schmidt
On Apr 11, 2019, at 20:25, Michael Newman wrote: > I suppose the root of my problem is that while I have a basic understanding > of how to use MacPorts, I have very little knowledge about how it actually > works. We explain some of this in our Guide, but I'll try to give an overview. https

Re: Three questions about speeding up macports builds.

2019-04-18 Thread Ryan Schmidt
On Apr 18, 2019, at 09:17, Christian Calderon wrote: > I'm setting up my Power Mac FW800 as a little home server, and I decided to > install some things. Of course, there are no prebuilt binaries for Leopard PPC Only because the Power Mac we use for building them is offline because it's having

Re: X11 app - unable to open display ""

2019-04-18 Thread Ryan Schmidt
On Apr 17, 2019, at 04:15, Christoph Kukulies wrote: > Fine. How can I figure out about the configuration of my X11 server? Don’t > know whether I have an X11 server at all. > port list tells me I have > > xorg-server@1.20.4 x11/xorg-server > > among other lots o

Re: Three questions about speeding up macports builds.

2019-04-18 Thread Ryan Schmidt
Remember to Reply All so the conversation stays on the list. On Apr 18, 2019, at 14:06, Christian Calderon wrote: > It seems that I can't run a non-App Store installed Xcode in Mojave, which is > a bummer. I haven't upgraded to Mojave yet so I don't have experience with it. Note that MacPorts

Re: X11 app - unable to open display ""

2019-04-22 Thread Ryan Schmidt
On Apr 19, 2019, at 05:01, Christoph Kukulies wrote: > Thanks. That did the job. I can now start the „gv“ (ghostview) port. But it > illbehaves. > Some problem with the event queue maybe. Looks like lots ov expose events are > generated. > Textfield in the left is flickering and is counting t

Re: X11 app - unable to open display ""

2019-04-22 Thread Ryan Schmidt
On Apr 22, 2019, at 18:35, raf wrote: > Thanks. I thought it might be like when -devel is added > to a library's package name on some systems to indicate > that it includes header files for compiling new > programs that use the library rather than just > containing the library itself for dynami

Re: Issue with mysql57

2019-04-23 Thread Ryan Schmidt
On Apr 23, 2019, at 00:24, Andrew Udvare wrote: > On 2019-04-23, at 00:16, Jeff Greenberg wrote: > >> I installed mysql57-server. I can access it via the command line, but apache >> returns: >> >> Failed to connect to your database server. The server reports the following >> message: SQLSTA

Re: nodejs tests? Always seem to fail.

2019-04-24 Thread Ryan Schmidt
On Apr 23, 2019, at 10:15, Ken Cunningham wrote: > In the process of trying to fix up the nodejs ports to build on older > systems, I ran across a strange issue attempting to run the test suite. > > sudo port -v test nodejsN (where N = any even number I tried) always seems > to fail. > >

Re: How to see Macports patches

2019-05-05 Thread Ryan Schmidt
On May 5, 2019, at 18:22, Jeffrey Walton wrote: > > Where can I find the patches for Unistring? At this time, we have none. If we had any, they would be in: https://github.com/macports/macports-ports/blob/master/textproc/libunistring/files/

Re: help for the ignorant

2019-05-10 Thread Ryan Schmidt
> On May 10, 2019, at 21:26, James Linder wrote: > > Hi > Craig pointed me at this https://github.com/macports/macports-ports/pull/2214 > an un-commited port. > I want to play with it. How do I checkout? This may help: https://trac.macports.org/wiki/WorkingWithGit#Workingwithsomeoneelsespullre

Re: OpenBLAS binary packages

2019-05-15 Thread Ryan Schmidt
On May 15, 2019, at 07:36, Nicolas Pavillon wrote: > Now that OpenBLAS became more widely used and is now a dependency for several > other ports, I could look into making a ‘generic’ version as suggested, if it > is considered preferable to reduce the building time at the cost of > performan

Re: OpenBLAS binary packages

2019-05-15 Thread Ryan Schmidt
On May 15, 2019, at 04:01, Artur Szostak wrote: > This raises the question: how is the MacPorts team mitigating the cost of > compiling OpenBLAS over and over again when trying to prepare production > binary packages for other ports where OpenBLAS happens to be in the > dependency tree? We

Re: OpenBLAS binary packages

2019-05-16 Thread Ryan Schmidt
On May 16, 2019, at 05:52, Artur Szostak wrote: > I get and understand your concerns. Consider my comment as giving a data > point from real world use in the wild. You already seem to be aware of the > trade offs and consequences of technology choice and policy decisions related > to package

Re: Wine - is it a macport?

2019-05-23 Thread Ryan Schmidt
On May 9, 2019, at 01:58, Christoph P.U. Kukulies wrote: >> On May 8, 2019, at 10:26, Christoph Kukulies wrote: >> >>> At present a box pops up sometimes saying that my Wine version isn’t >>> optimized for the macOs (mojave in my cease). Apple prints this message for 32-bit programs, as a re

Re: Advice for Boost CMake scripts

2019-05-23 Thread Ryan Schmidt
On May 19, 2019, at 10:13, Michael Dickens wrote: > I'm looking for advice on how to move forward with Boost 1.70.0's CMake find > scripts: do we just not install them? Or do we patch them via what upstream > has already done? Or do we just wait for 1.70.1 -- which will contain those > fixes

Re: Wine - is it a macport?

2019-05-24 Thread Ryan Schmidt
On May 24, 2019, at 02:30, Michael wrote: > On 2019-05-23, at 11:50 PM, Ryan Schmidt wrote: > >> I usually keep these ports updated. I have not lately, because late in the >> wine 4 development cycle support for MoltenVK was added. I added this to the >> wine-devel

Re: Difference in rendering xft fonts in xorg-server and XQuartz.app

2019-05-28 Thread Ryan Schmidt
On May 28, 2019, at 02:55, Chris Jones wrote: > On 28/05/2019 1:25 am, Richard Cobbe wrote: >> I just got a new MacBook and I'm setting up macports on it as part of the >> initial configuration. I've been using macports with XQuartz for many >> years, but I gather that XQuartz is no longer act

Re: Difference in rendering xft fonts in xorg-server and XQuartz.app

2019-05-29 Thread Ryan Schmidt
On May 28, 2019, at 10:50, Richard Cobbe wrote: >> It appears to me that the first (i.e. liked) font is Menlo 13 while the >> second (disliked) font is Andale Mono 13. I too like Menlo a lot and have >> been using it in my Terminal since Apple started shipping it with macOS. > > Actually, the

Re: after latest update, gimp not opening files

2019-05-29 Thread Ryan Schmidt
On May 26, 2019, at 09:21, Riccardo Mottola wrote: > The error I am seeing is as in the attached screenshot. The screenshot says the plug-in crashed. Did that leave a crash log in ~/Library/Logs/DiagnosticReports? If so, please show it to us.

Re: Portfile for a DMG that displays license before mounting

2019-06-01 Thread Ryan Schmidt
On Jun 1, 2019, at 05:22, Andrew Udvare wrote: > Anyone dealt with this before? > > If you use hdiutil with all the flags that MacPorts does with use_dmg, prior > to mounting hdiutil prompts you to agree to its license. There doesn't > appear to be an official way to skip this. > > A utili

Re: how to report bug against xorg-server?

2019-06-01 Thread Ryan Schmidt
On Jun 1, 2019, at 00:25, Richard Cobbe wrote: > What's the best way to report a bug against xorg-server? I'm happy to open > a ticket on the MacPorts trac instance, but this is more an application > problem than a compilation or installation issue, and the ticket guidelines > at

Re: after latest update, gimp not opening files

2019-06-01 Thread Ryan Schmidt
On May 31, 2019, at 15:35, Riccardo Mottola wrote: > May 31 22:22:35 Kaiserin [0x0-0x1d01d].org.gimp.GIMP[28473]: Session D-Bus > not running. Try running `launchctl load -w > /Library/LaunchAgents/org.freedesktop.dbus-session.plist'. You should run this command. > May 31 22:22:41 Kaiserin

Re: Portfile for a DMG that displays license before mounting

2019-06-02 Thread Ryan Schmidt
On Jun 1, 2019, at 15:14, Andrew Udvare wrote: > On 2019-06-01, at 08:59, Ryan Schmidt wrote: > >> Yes, I've done this before. Echoing Y to hdiutil wasn't working for me so I >> wrote an expect script to do it. >> >> Here is the expect script: >

Re: Portfile for a DMG that displays license before mounting

2019-06-03 Thread Ryan Schmidt
On Jun 3, 2019, at 13:03, Andrew Udvare wrote: > I got really confused on the use of the `copy` command when it comes to > copying a complete directory tree to another place when it involves the DMG > contents, with the name of the directory. > > If I do these (where x and y are both directo

Re: manopen fails to install

2019-06-10 Thread Ryan Schmidt
On Jun 9, 2019, at 22:44, Uli Wienands wrote: > Hi, I tried to get manopen onto a Snow Leo system; but it ran into an error I > don't understand. manopen is an old piece of code & I am reasonably sure it > runs under OS X 10.6. I ran port sync before trying to install. > > Log attached. > >

Re: installing subport from a portdir

2019-06-11 Thread Ryan Schmidt
On Jun 11, 2019, at 08:05, René J.V. Bertin wrote: > It's possible to install a port by executing `port install` from within a > portdir (that is not in a declared ports tree). But as soon as you include a > port name the local Portfile will be ignored, so how does one install a > subport fr

Re: installing subport from a portdir

2019-06-11 Thread Ryan Schmidt
On Jun 11, 2019, at 09:49, René J.V. Bertin wrote: >> sudo port install subport=py27-foo > > Thanks! > > Seems like something to mention in the port-install manual? It's no different than overriding any other Portfile variable at the command line, e.g. sudo port install configure.compiler=c

Re: installing subport from a portdir

2019-06-11 Thread Ryan Schmidt
On Jun 11, 2019, at 10:09, René J.V. Bertin wrote: > On Tuesday June 11 2019 09:51:43 Ryan Schmidt wrote: >> Should it be? The use of command line variable overrides should not be >> encouraged for end users, though it is something developers might need >> occasional

Re: installing subport from a portdir

2019-06-11 Thread Ryan Schmidt
On Jun 11, 2019, at 10:35, René J.V. Bertin wrote: > On Tuesday June 11 2019 10:10:21 Ryan Schmidt wrote: > >>> or change "base" so it will recognise when a port name corresponds to a >>> subport provided by the Portfile in the working directory. >>

Re: 10.5 Leopard and 64bit support

2019-06-20 Thread Ryan Schmidt
On Jun 20, 2019, at 14:08, Riccardo Mottola wrote: > I have a question which may be tricky - or not, I am a little confused. I > want to compile and test an application (ArcticFox) on 10.5 but as Intel > 64bit, something which I need to check out some strange issues I am facing in > 10.5 sup

Re: samba4

2019-07-08 Thread Ryan Schmidt
On Jul 6, 2019, at 11:27, rmgls wrote: > trying to build samba4 i get these errors, There are a few 6-year-old tickets open about the samba4 port, including a build failure (for a different reason than the one you encountered) and a need to update the port: https://trac.macports.org/query?

Re: ImageMagick Display command

2019-07-08 Thread Ryan Schmidt
On Jul 3, 2019, at 10:41, Christoph Kukulies wrote: > I ran in a Terminal the ImageMagick command: > > $ display image.jpg > > and got: > > display: delegate library support not built-in '' (X11) @ > error/display.c/DisplayImageCommand/1900. When I Googled that error message, the suggesti

Re: macports-installation: do I have to install xcode?

2019-07-08 Thread Ryan Schmidt
On Jul 4, 2019, at 12:12, Hongxia (Laura) Hao wrote: > I am wondering if I need to install the whole xcode app before > installing macports? Does that work if I only install the xcode > command line tools? As of right now, MacPorts assumes that Xcode exists, so our official recommendation is

Re: texlive no longer finds (some of) its style files?

2019-07-08 Thread Ryan Schmidt
On Jul 8, 2019, at 06:10, joerg van den hoff wrote: > On 08.07.19 08:28 , Dan Ports wrote: >> On Sat, Jun 29, 2019 at 06:29:57PM +0200, joerg van den hoff wrote: >>> would `port upgrade texlive' throw out an old texlive-latex-extra rather >>> than upgrading (or ignoring) it? it shouldn't do tha

Re: texlive no longer finds (some of) its style files?

2019-07-08 Thread Ryan Schmidt
On Jul 8, 2019, at 07:34, joerg van den hoff wrote: > On 08.07.19 14:27 , Ryan Schmidt wrote: > >> I don't think MacPorts will uninstall a port unless you tell it to (directly >> by name@version_revision+variants, or using a pseudoport (like "inactive" or

Re: Catalina

2019-07-09 Thread Ryan Schmidt
On Jul 8, 2019, at 14:53, Peter Homann wrote: > Anyone else on the MacOS beta program and now have Catalina? I have an issue > I want to discuss, but without breaching the NDA. Perhaps those of you who are could add your information to our wiki entry on this topic: https://trac.macports.org

Re: ImageMagick Display command

2019-07-10 Thread Ryan Schmidt
On Jul 9, 2019, at 13:57, Christoph P.U. Kukulies wrote: > Am 08.07.2019 um 12:47 schrieb Ryan Schmidt: >> >> On Jul 3, 2019, at 10:41, Christoph Kukulies wrote: >> >>> I ran in a Terminal the ImageMagick command: >>> >>> $ display image.

Re: Make Compiler Dependency Explicit

2019-07-10 Thread Ryan Schmidt
On Jul 10, 2019, at 10:42, Jahrme Risner wrote: > tl;dr Can a Portfile compiler be explicitly set as a `depends_build` > dependency instead of `depends_lib`? > > I have been working with the LilyPond (lilypond.org) development team on > setting up a workflow to efficiently produce distributa

Re: Make Compiler Dependency Explicit

2019-07-11 Thread Ryan Schmidt
On Jul 11, 2019, at 18:47, Jahrme Risner wrote: > As for the compiler blacklist/whitelist/fallback, I was using what was > already provided, but if we can make it even more intelligent, that would be > wonderful. If I understand you correctly, a Portfile should use either > blacklist+fallback O

<    1   2   3   4   5   6   7   8   9   10   >