Re: ImageMagick port outdated

2020-09-28 Thread Christoph Kukulies
FWIW, with me here, macOS 10.15.6: $ port list ImageMagick ImageMagick@6.9.11-29 graphics/ImageMagick $ sudo /usr/libexec/locate.updatedb $ locate *.la | grep hei $ Nothing related to heif, heic. — Christoph > Am 28.09.2020 um 07:39 schrieb Ryan Schmidt : > > > >

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 ins

Re: ImageMagick port outdated

2020-09-28 Thread Richard L. Hamilton
locate doesn't do wildcards. $ locate -i hei | fgrep .la /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la > On Sep 28, 2020, at 04:15, Christoph Kukulies wrote: > > FWIW, with me here, macOS 10.15.6: > > $ port list ImageMagick > ImageMagick@6.9.11-29 grap

Re: ImageMagick port outdated

2020-09-28 Thread Uli Wienands
On 9/28/20 12:39 AM, Ryan Schmidt wrote: 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 & th

Re: ImageMagick port outdated

2020-09-28 Thread Christoph Kukulies
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 $ — Christoph > Am 28.09.2020 um 10:28 schrieb Richard L. Hamilton :

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 g

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 /opt/local

Re: ImageMagick port outdated

2020-09-28 Thread Eric F
On 9/28/20 14: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 > $ > > —

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

2020-09-28 Thread raf
On Mon, Sep 28, 2020 at 12:10:29AM -0500, Ryan Schmidt wrote: > 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

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

2020-09-28 Thread raf
On Tue, Sep 29, 2020 at 11:02:40AM +1000, raf wrote: > On Mon, Sep 28, 2020 at 12:10:29AM -0500, Ryan Schmidt > wrote: > > > 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 gnu