FreeBSD ports you maintain which are out of date

2023-11-02 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
accessibility/libqaccessibilityclient   | 0.4.1   | 0.5.0
+-+
multimedia/haruna   | 0.12.1  | 0.12.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!


[Bug 274834] cad/opencascade: Installs cmake files into wrong location (was: devel/cmake-core: cmake fails to find cmake config files in /usr/local/lib/cmake)

2023-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274834

Yuri Victorovich  changed:

   What|Removed |Added

   Assignee|k...@freebsd.org |thie...@freebsd.org
Summary|devel/cmake-core: cmake |cad/opencascade: Installs
   |fails to find cmake config  |cmake files into wrong
   |files in|location (was:
   |/usr/local/lib/cmake|devel/cmake-core: cmake
   ||fails to find cmake config
   ||files in
   ||/usr/local/lib/cmake)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 274834] devel/cmake-core: cmake fails to find cmake config files in /usr/local/lib/cmake

2023-11-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274834

Jason E. Hale  changed:

   What|Removed |Added

 CC||jh...@freebsd.org,
   ||thie...@freebsd.org

--- Comment #2 from Jason E. Hale  ---
It looks like cad/opencascade is installing its CMake files into the wrong
location. ${PREFIX}/lib/cmake/${PROJECT_NAME} is typical, but opencascade is
dumping its files directly into ${PREFIX}/lib/cmake for some reason.

This isn't a CMake problem. Ports that install files outside of the expected
search paths should be fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.