Opened 2 months ago

Closed 2 months ago

#69482 closed defect (fixed)

libpsl @0.21.2-20230117 is missing a component on macOS Sonoma: /opt/local/bin/psl-make-dafsa

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: sonoma Cc:
Port: libpsl

Description

On PPC Tiger, Mac OS X 10.4.11, I have:

tiger pete 223 /\  port installed -v libpsl
The following ports are currently installed:
  libpsl @0.21.5-20240303_0 (active) requested_variants='' platform='darwin 8' archs='ppc' date='2024-03-12T01:06:17+0100'
tiger pete 224 /\  port contents libpsl
Port libpsl contains:
  /opt/local/bin/psl
  /opt/local/bin/psl-make-dafsa
  /opt/local/include/libpsl.h
  /opt/local/lib/libpsl.5.dylib
  /opt/local/lib/libpsl.a
  /opt/local/lib/libpsl.dylib
  /opt/local/lib/libpsl.la
  /opt/local/lib/pkgconfig/libpsl.pc
  /opt/local/share/man/man1/psl-make-dafsa.1.gz
  /opt/local/share/man/man1/psl.1.gz

On intel Sonoma 14.3.1 I have:

pete 434 /\ port installed -v libpsl
The following ports are currently installed:
  libpsl @0.21.2-20230117_0 (active) requested_variants='' platform='darwin 23' archs='x86_64' date='2023-12-26T10:58:11+0100'
pete 435 /\ port contents libpsl
Port libpsl contains:
  /opt/local/bin/psl
  /opt/local/include/libpsl.h
  /opt/local/lib/libpsl.5.dylib
  /opt/local/lib/libpsl.a
  /opt/local/lib/libpsl.dylib
  /opt/local/lib/pkgconfig/libpsl.pc
  /opt/local/share/man/man1/psl-make-dafsa.1.gz
  /opt/local/share/man/man1/psl.1.gz

When psl-make-dafsa is not needed on a modern macOS, then its man page /opt/local/share/man/man1/psl-make-dafsa.1.gz is not necessary.

Change History (3)

comment:1 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

You're reporting differences between two different versions of the port, so it's hard to know whether the difference you're observing is due to that or something else. Please let me know if you still see the problem with version 0.21.5-20240306.

comment:2 in reply to:  1 Changed 2 months ago by ballapete (Peter "Pete" Dyballa)

Replying to ryandesign:

You're reporting differences between two different versions of the port,

OK! On Tiger I have now:

tiger pete 228 /\  date "+%x %X"
12.03.2024 20:53:42
tiger pete 229 /\  port -v installed libpsl
The following ports are currently installed:
  libpsl @0.21.5-20240303_0 requested_variants='' platform='darwin 8' archs='ppc' date='2024-03-12T01:06:17+0100'
  libpsl @0.21.5-20240306_0 (active) requested_variants='' platform='darwin 8' archs='ppc' date='2024-03-12T20:43:43+0100'
tiger pete 230 /\  port contents libpsl
Port libpsl contains:
  /opt/local/bin/psl
  /opt/local/bin/psl-make-dafsa
  /opt/local/include/libpsl.h
  /opt/local/lib/libpsl.5.dylib
  /opt/local/lib/libpsl.a
  /opt/local/lib/libpsl.dylib
  /opt/local/lib/libpsl.la
  /opt/local/lib/pkgconfig/libpsl.pc
  /opt/local/share/man/man1/psl-make-dafsa.1.gz
  /opt/local/share/man/man1/psl.1.gz

and on Sonoma I have:

pete 452 /\ date "+%x %X"
12.03.2024 21:07:32
pete 453 /\ port -v installed libpsl
The following ports are currently installed:
  libpsl @0.21.2-20230117_0 requested_variants='' platform='darwin 23' archs='x86_64' date='2023-12-26T10:58:11+0100'
  libpsl @0.21.5-20240303_0 requested_variants='' platform='darwin 23' archs='x86_64' date='2024-03-12T18:12:26+0100'
  libpsl @0.21.5-20240306_0 (active) requested_variants='' platform='darwin 23' archs='x86_64' date='2024-03-12T21:06:55+0100'
pete 454 /\ port contents libpsl
Port libpsl contains:
  /opt/local/bin/psl
  /opt/local/bin/psl-make-dafsa
  /opt/local/include/libpsl.h
  /opt/local/lib/libpsl.5.dylib
  /opt/local/lib/libpsl.a
  /opt/local/lib/libpsl.dylib
  /opt/local/lib/pkgconfig/libpsl.pc
  /opt/local/share/man/man1/psl-make-dafsa.1.gz
  /opt/local/share/man/man1/psl.1.gz

so its fixed now.

comment:3 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.