| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.4.1_2 02 Apr 2026 21:06:57 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 commit hash: 86813e9ccf597695e26c8104e678f913689f1e93 files touched by this commit |
Ronald Klop (ronald) search for other commits by this committer |
*/*: bump portrevision after java_default=25 update
Included all ports that have USES=java.
PR: 293559 |
5.4.1_1 26 Feb 2026 08:10:21 commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc commit hash: 2baaf16375792e66c71bc985f99e147f90be47fc files touched by this commit |
Ronald Klop (ronald) search for other commits by this committer |
*/*: bump portrevision after java_default=21 update
PR: 272855 |
5.4.1 31 Dec 2024 08:57:55 commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
5.4.1 30 Oct 2024 18:34:11 commit hash: a34c378a051d3df7767855bb37fc359924f4dcc1 commit hash: a34c378a051d3df7767855bb37fc359924f4dcc1 commit hash: a34c378a051d3df7767855bb37fc359924f4dcc1 commit hash: a34c378a051d3df7767855bb37fc359924f4dcc1 files touched by this commit |
Dimitry Andric (dim) search for other commits by this committer |
devel/bazel5: fix build with clang 19
Clang 19 has become more strict about C23 extensions, which results in
errors building devel/bazel5:
external/upb/upb/upb.c:215:25: error: defining a type within
'__builtin_offsetof' is a C23 extension [-Werror,-Wc23-extensions]
215 | n = UPB_ALIGN_DOWN(n, UPB_ALIGN_OF(upb_arena));
| ^~~~~~~~~~~~~~~~~~~~~~~
external/upb/upb/port_def.inc:94:38: note: expanded from macro 'UPB_ALIGN_OF'
94 | #define UPB_ALIGN_OF(type) offsetof (struct { char c; type member; },
member)
| ^~~~~~
/usr/include/stddef.h:64:42: note: expanded from macro 'offsetof'
64 | #define offsetof(type, field) __offsetof(type, field)
| ^~~~
/usr/include/sys/cdefs.h:324:53: note: expanded from macro '__offsetof'(Only the first 15 lines of the commit message are shown above View all of this commit message) |
5.4.1 31 Dec 2023 00:37:05 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
5.4.1 04 Dec 2023 10:14:46 commit hash: 9e39f2af50c1ab8843f0cb00a245d398a3aeddcf commit hash: 9e39f2af50c1ab8843f0cb00a245d398a3aeddcf commit hash: 9e39f2af50c1ab8843f0cb00a245d398a3aeddcf commit hash: 9e39f2af50c1ab8843f0cb00a245d398a3aeddcf files touched by this commit |
Doug Rabson (dfr) search for other commits by this committer |
devel/bazel5: fix build on 14.0-RELEASE
This suppresses warnings about __builtin_offsetof which cause failures
due to the use of -Werror in some parts of the bazel build.
Approved by: dch
Differential Revision: https://reviews.freebsd.org/D42729 |
5.4.1 10 Aug 2023 17:03:11 commit hash: 5b16ca04f68991c57c0b4eca9077c567a6bbfa9e commit hash: 5b16ca04f68991c57c0b4eca9077c567a6bbfa9e commit hash: 5b16ca04f68991c57c0b4eca9077c567a6bbfa9e commit hash: 5b16ca04f68991c57c0b4eca9077c567a6bbfa9e files touched by this commit |
Muhammad Moinur Rahman (bofh) search for other commits by this committer |
devel/bazel5: Mark BROKEN for 14
Fails to build on FreeBSD 14 with:
error: defining a type within '__builtin_offsetof' is a Clang extension
[-Werror,-Wgnu-offsetof-extensions]
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
5.4.1 26 May 2023 00:52:29 commit hash: abc5ed39ba226d707e7496c8a326309bf02a82ef commit hash: abc5ed39ba226d707e7496c8a326309bf02a82ef commit hash: abc5ed39ba226d707e7496c8a326309bf02a82ef commit hash: abc5ed39ba226d707e7496c8a326309bf02a82ef files touched by this commit |
Charlie Li (vishwin) search for other commits by this committer |
devel/bazel5: split from devel/bazel
Major versions harbour some incompatibilities. Main port to be
updated to 6.
Event: Kitchener-Waterloo Hackathon 202305 |