Re: How to report an error?

2024-05-29 Thread Ryan Schmidt
On May 29, 2024, at 07:38, Bill Cole wrote:
> 
> I think the solution is likely to be removing some of the 6(!) different 
> versions of the package currently in MacPorts and creation of proj_select to 
> handle the link.
> 
> All of the versioned proj* ports have the same maintainer but the unversioned 
> one (which is v5.2.0) has none. That is odd, and I don't understand how that 
> happens...

Please see https://github.com/macports/macports-ports/pull/23462 for the work 
in progress to fix this. 

Re: How to report an error?

2024-05-29 Thread Bill Cole

On 2024-05-29 at 05:27:14 UTC-0400 (Wed, 29 May 2024 12:27:14 +0300)
Henrik Mannerström 
is rumored to have said:


Sorry for this newbie question.

I have installed proj9 with port install proj9, yet pkg-config 
--exists

proj does not find it. The relevant file is present
in /opt/local/lib/proj9/lib/pkgconfig/proj.pc but there is no link
in /opt/local/lib/pkgconfig. Should there be a link? Why does not
pkg-config find it?

I think this is an error. Is the correct way to proceed to open a 
ticket

for the proj9 port?


Yes.

I think the solution is likely to be removing some of the 6(!) different 
versions of the package currently in MacPorts and creation of 
proj_select to handle the link.


All of the versioned proj* ports have the same maintainer but the 
unversioned one (which is v5.2.0) has none. That is odd, and I don't 
understand how that happens...


--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo@toad.social and many *@billmail.scconsult.com 
addresses)

Not Currently Available For Hire


How to report an error?

2024-05-29 Thread Henrik Mannerström
Sorry for this newbie question.

I have installed proj9 with port install proj9, yet pkg-config --exists
proj does not find it. The relevant file is present
in /opt/local/lib/proj9/lib/pkgconfig/proj.pc but there is no link
in /opt/local/lib/pkgconfig. Should there be a link? Why does not
pkg-config find it?

I think this is an error. Is the correct way to proceed to open a ticket
for the proj9 port?

- Henrik