notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: astro/opencpn/Makefile

Number of commits found: 42

Thursday, 22 Feb 2024
12:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer
astro/opencpn: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: ee1dad29eb23bd44f99ba5583e9a76668bbcb855 commit hash: ee1dad29eb23bd44f99ba5583e9a76668bbcb855 commit hash: ee1dad29eb23bd44f99ba5583e9a76668bbcb855 commit hash: ee1dad29eb23bd44f99ba5583e9a76668bbcb855 ee1dad2
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Thursday, 23 Nov 2023
11:20 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/wxgtk32

New version of wxWidgets in tree
commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf commit hash: 03eac77c103b637b316d6a73df7cae01986402cf 03eac77
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Friday, 24 Sep 2021
14:13 Mikael Urankar (mikael) search for other commits by this committer
astro/opencpn: Disable SIMD on non x86 architectures

  - Disable SIMD (SSE and AVX) on !x86 architectures
  - Disable NEON on powerpc* and armv6/7

Approved by:	portmgr (build fix blanket)
commit hash: e58bf48b594024514c59100c05552d5f609b0d33 commit hash: e58bf48b594024514c59100c05552d5f609b0d33 commit hash: e58bf48b594024514c59100c05552d5f609b0d33 commit hash: e58bf48b594024514c59100c05552d5f609b0d33 e58bf48
Wednesday, 30 Jun 2021
20:37 Piotr Kubaj (pkubaj) search for other commits by this committer
astro/opencpn: fix build on powerpc

Same issue as on powerpc64.
commit hash: 82dff0bafefb9ea59af7104c2dab3de237f81cc2 commit hash: 82dff0bafefb9ea59af7104c2dab3de237f81cc2 commit hash: 82dff0bafefb9ea59af7104c2dab3de237f81cc2 commit hash: 82dff0bafefb9ea59af7104c2dab3de237f81cc2 82dff0b
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Friday, 16 Apr 2021
07:52 Yuri Victorovich (yuri) search for other commits by this committer
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5

Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 commit hash: 925e342a409be50202c5150888762b66b96377f4 925e342
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 28 Feb 2021
10:51 pkubaj search for other commits by this committer
astro/opencpn: explicitly disable amd64 and arm SIMD to build with clang
Original commitRevision:566756 
Thursday, 18 Feb 2021
23:55 pkubaj search for other commits by this committer
astro/opencpn: fix build on powerpc64*

Use GCC unconditionally on powerpc64*:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared
identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
    __builtin_ia32_emms();
Original commitRevision:566011 
Tuesday, 5 Jan 2021
20:05 rhurlin search for other commits by this committer
astro/opencpn: Update to 5.2.4

- New Plugin Management System
- Support for signalK input data streams
- New Head-Up Navigation Mode
- Docking the Dashboard with dual canvases
- Realtime prediction of AIS target location

Changelog: https://opencpn.org/OpenCPN/about/ver520.html

PR:		252168
Submitted by:	Andrea Venturoli <ml@netfence.it> (maintainer)
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D27798
Original commitRevision:560424 
Sunday, 15 Nov 2020
14:12 pkubaj search for other commits by this committer
astro/opencpn: fix build on powerpc64 elfv2

For some reason SSE support is misdetected on by clang:
-- Probing for compiler -msse support -- OK
-- Probing for compiler -msse2 support -- OK
-- Probing for compiler -msse3 support -- OK
-- Probing for compiler -mavx2 support -- OK

Later:
In file included from
/wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/clusterfit.cpp:27:
In file included from
/wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/clusterfit.h:32:
In file included from
/wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/simd.h:34:
In file included from
/wrkdirs/usr/ports/astro/opencpn/work/OpenCPN-5.2.0/libs/texcmp/squish/simd_sse.h:29:
In file included from /usr/lib/clang/11.0.0/include/xmmintrin.h:13:
/usr/lib/clang/11.0.0/include/mmintrin.h:33:5: error: use of undeclared
identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
    __builtin_ia32_emms();
    ^
Original commitRevision:555221 
Wednesday, 9 Sep 2020
07:53 fernape search for other commits by this committer
astro/opencpn: Update to 5.2.0

ChangeLog: https://opencpn.org/OpenCPN/about/ver520.html

PR:	249195
Submitted by:	ml@netfence.it (maintainer)
Original commitRevision:548067 
Tuesday, 7 Jul 2020
09:35 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:541397 
Sunday, 17 May 2020
05:55 lbartoletti search for other commits by this committer
x11-toolkits/wxgtk30: Update to 3.0.5.1

Changelog:
  -
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
Original commitRevision:535516 
Sunday, 12 Apr 2020
18:37 tcberner search for other commits by this committer
astro/opencp: remove manual man compression
Original commitRevision:531541 
18:24 tcberner search for other commits by this committer
astro/opencpn: Update to 5.0.0

PR:		243447
Submitted by:	ml@netfence.it (maintainer)
Original commitRevision:531540 
Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Monday, 4 Nov 2019
20:39 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories a

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
Original commitRevision:516738 
Monday, 26 Aug 2019
15:57 linimon search for other commits by this committer
These ports now build on aarch64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:509957 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 12 Jul 2019
02:14 linimon search for other commits by this committer
Correct the test for whether to disable sse extensions to x86-only.

While here, standardize on compiler:c++11-lang rather than -lib;
these days, they are equivalent.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:506431 
Monday, 25 Feb 2019
12:47 bapt search for other commits by this committer
wxGTK3.0: switch to gtk3 and webkit2

Discussed with:	portmgr
Original commitRevision:493853 
Monday, 18 Feb 2019
01:41 linimon search for other commits by this committer
GCC architectures don't support SSE, SSSE or AVX.  Don't use them on GCC-based
architectures to fix build.

While here, set USES= gl gnome as per modern standards, and pet portlint.

PR:		235294
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:493234 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Monday, 26 Jun 2017
23:17 dbaio search for other commits by this committer
Update maintainer email address

Change email address to the same used in Bugzilla

PR:		220159
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11340
Original commitRevision:444428 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Tuesday, 31 Jan 2017
03:40 linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:432897 
Sunday, 9 Oct 2016
04:32 jbeich search for other commits by this committer
astro/opencpn: minor fixup

- Unbreak plugins runtime [1]
- Better enumerate serial devices
- Reduce std namespace pollution even more

Obtained from:	PkgSrc
PR:		211199
Original commitRevision:423565 
01:32 jbeich search for other commits by this committer
astro/opencpn: list together with other geo apps
Original commitRevision:423562 
01:22 jbeich search for other commits by this committer
astro/opencpn: add new port

PR:		211199
Submitted by:	ml@netfence.it (based on)

OpenCPN is a free software project to create a concise chart plotter and
navigation software, for use underway or as a planning tool. OpenCPN is
developed by a team of active sailors using real world conditions for
program testing and refinement.

http://opencpn.org/
Original commitRevision:423561 

Number of commits found: 42