Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.3.8.24_4 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
21.3.8.24_4 05 May 2024 20:46:00 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime21: use localbase:ldflags for ODBC
- Reorder variables according to portclippy |
21.3.8.24_3 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 |
21.3.8.24_3 23 Nov 2023 11:20:28 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree |
21.3.8.24_2 18 Feb 2023 08:10:45 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime21: reduce diff with lang/erlang-runtime22 |
21.3.8.24_2 25 Oct 2022 05:44:06 |
Loïc Bartoletti (lbartoletti) |
lang/erlang-runtime2*: use wx 3.2
PR: 265093 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
21.3.8.24_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
21.3.8.24_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
21.3.8.24_1 08 Jun 2022 16:24:35 |
Tijl Coosemans (tijl) |
devel/autoconf: update to 2.71
- Copy devel/autoconf to devel/autoconf2.69.
- Update devel/autoconf to 2.71.
- Allow ports to use 2.69 with USES=autoreconf:2.69.
PR: 258046
Exp-run by: antoine |
21.3.8.24_1 03 Oct 2021 10:13:35 |
Dimitry Andric (dim) |
lang/(erlang(-runtime2[13])?): work around dtrace failures with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
lang/erlang and lang/erlang-runtime2[13] fail to build with clang 13.
What appears to happen is that for these versions of erlang, PGO is
enabled, and it first builds a PGO-enabled beam.smp:
gmake[5]: Entering directory
'/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/emulator'
if utils/gen_git_version amd64-portbld-freebsd14.0/gen_git_version.mk; then
touch beam/erl_bif_info.c; fi
echo " PROFILE beam.prof.smp"
PROFILE beam.prof.smp
rm -f obj/amd64-portbld-freebsd14.0/opt/smp/erl*.profraw
set -e;
LLVM_PROFILE_FILE="obj/amd64-portbld-freebsd14.0/opt/smp/erlc-%m.profraw" \
ERL_FLAGS="-emu_type prof +S 1" erlc -W -DPGO \ (Only the first 15 lines of the commit message are shown above ) |
21.3.8.24_1 02 Sep 2021 15:19:18 |
Bernhard Froehlich (decke) |
lang/erlang-runtime21: Add CPE information
Approved by: portmgr (blanket) |
21.3.8.24_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
21.3.8.24 01 Jun 2021 09:16:55 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime21: Update to version 21.3.8.24. |
21.3.8.23 07 May 2021 14:45:19 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime21: Update to version 21.3.8.23. |
21.3.8.22_2 16 Apr 2021 07:52:45 |
Yuri Victorovich (yuri) |
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 |
21.3.8.22_1 16 Apr 2021 07:46:19 |
Jimmy Olgeni (olgeni) |
Erlang: bump PORTREVISION after 24e45b0.
Reported by: mat |
21.3.8.22 15 Apr 2021 14:00:10 |
Jimmy Olgeni (olgeni) |
Erlang: portclippy fixes (order of variables and targets). |
21.3.8.22 15 Apr 2021 14:00:09 |
Jimmy Olgeni (olgeni) |
Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS.
CONFIGURE_ENABLE (by itself) does not actually exist. |
21.3.8.22 10 Apr 2021 19:25:40 |
Jimmy Olgeni (olgeni) |
lang/erlang-runtime21: update to version 21.3.8.22.
- Unbreak ODBC.
- update WX dependency to 3.1.
PR: 254767 (ODBC part) |
21.3.8.21 10 Apr 2021 19:25:39 |
Jimmy Olgeni (olgeni) |
Apply portfmt to Erlang ports. |
21.3.8.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
21.3.8.21 19 Feb 2021 16:22:58 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.21. |
21.3.8.20 25 Jan 2021 23:48:59 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.20. |
21.3.8.19 20 Jan 2021 10:18:05 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.19. |
21.3.8.18_1 22 Dec 2020 03:09:13 |
linimon |
On riscv64, disable DTRACE here by default, the same as on lang/erlang-
runtime23.
Approved by: portmgr (tier-2 blanket) |
21.3.8.18_1 02 Dec 2020 15:25:19 |
pkubaj |
lang/erlang-runtime21: enable DTRACE on powerpc64 head
Builds fine now. |
21.3.8.18 02 Oct 2020 17:44:41 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.18. |
21.3.8.17 27 Sep 2020 14:29:17 |
pkubaj |
lang/erlang-runtime21: disable HIPE on powerpc64le to fix build |
21.3.8.17 28 Aug 2020 17:38:45 |
zeising |
lang/erlang-runtime21: fix build with -fno-common
Add an upstream patch to lang/erlang-runtime21 to fix the build with
-fno-common, which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
21.3.8.17 03 Aug 2020 13:28:05 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.17. |
21.3.8.16 20 May 2020 12:30:17 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.16. |
21.3.8.15_1 17 May 2020 10:57:02 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.15. |
21.3.8.14_1 17 May 2020 05:55:12 |
lbartoletti |
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 |
21.3.8.14 05 Mar 2020 15:53:02 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.14. |
21.3.8.13 28 Feb 2020 17:11:06 |
olgeni |
lang/erlang-runtime21: remove unnecessary patch.
The call to gethostbyname_r is handled correctly on recent Erlang
releases. No PORTREVISION required as the patch is touching unreachable
code in FreeBSD. |
21.3.8.13 03 Feb 2020 20:02:09 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.13. |
21.3.8.12 23 Jan 2020 11:59:22 |
dch |
lang/erlang*: include serious scheduler bugfixes
OTP-16371
Taking a scheduler offline could cause timers set while executing on
that scheduler to be delayed until the scheduler was put online again.
This bug was introduced in ERTS version 10.0 (OTP 21.0).
OTP-16378 | ERL-1125
The ets:update_counter/4 core dumped when given an ordered_set with
write_concurrency enabled and an invalid position.
OTP-16379
A process calling erlang:system_flag(multi_scheduling, block) could end
up blocked waiting for the operation to complete indefinitely.
Reviewed by: olgeni
MFH: 2020Q1
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D23313 |
21.3.8.11 23 Jan 2020 11:27:43 |
dch |
lang/erlang*: repair 32-bit x86 erlang builds
Having HIPE & NATIVE enabled breaks OTP on 32-bit x86. They have not
built succesfully for quite some time.
Reported by: pkg fallout
Reviewed by: olgeni
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D23296 |
21.3.8.11 19 Nov 2019 20:58:02 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.11. |
21.3.8.10 27 Oct 2019 11:19:25 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.10. |
21.3.8.9 19 Oct 2019 21:00:10 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.9. |
21.3.8.8 08 Oct 2019 15:38:47 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.8. |
21.3.8.7 04 Oct 2019 22:31:59 |
linimon |
Disable DTRACE on powerpc64-CURRENT. It is known not to link on elfv2.
Rather than conditionalize the inclusion on elfv2, I am asssuming the
userbase of erlang on powerpc64-CURRENT is still tiny. Effort would
better be spent on investigating the general problem on powerpc64.
PR: 240458 240461 240501 240502
Submitted by: pkubaj
Approved by: erlang (maintainer-timeout, > 2 weeks) |
21.3.8.7 16 Sep 2019 10:53:46 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.7. |
21.3.8.6 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
21.3.8.6 12 Jul 2019 11:23:00 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.6. |
21.3.8.5 10 Jul 2019 09:02:12 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
21.3.8.5 04 Jul 2019 10:29:44 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.5. |
21.3.8.4_2 25 Jun 2019 06:38:40 |
olgeni |
lang/erlang-runtime*: remove DATADIR conflicts from r505053, r505054, r505056.
They show up while testing net/rabbitmq, which brings in both
erlang-runtime21 and lang/erlang (via lang/elixir). |
21.3.8.4_1 24 Jun 2019 21:02:20 |
olgeni |
lang/erlang-runtime21: install dtrace files (*.d) if DTRACE is enabled.
Also, remove BROKEN_SSL=openssl111 since it has been reported to work. |
21.3.8.4 18 Jun 2019 12:36:58 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.4. |
21.3.8.3 04 Jun 2019 09:55:04 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.3. |
21.3.8.2 25 May 2019 06:27:52 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.2. |
21.3.8.1 24 May 2019 13:02:13 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.8.1.
- Fix Corba installation path |
21.3.7 28 Apr 2019 07:55:55 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.7. |
21.3.6 18 Apr 2019 12:35:51 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.6. |
21.3.5 15 Apr 2019 10:02:57 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.5. |
21.3.4 13 Apr 2019 23:13:01 |
olgeni |
lang/erlang-runtime20,21: remove GS option.
The GS application has been removed in version 20. |
21.3.4 13 Apr 2019 16:50:06 |
olgeni |
lang/erlang-runtime21: restore Corba support.
Upstream moved Corba applications to a separate repository, but it
still requires a fully configured source tree to build.
Add a CORBA option (enabled by default) to restore the pre-21
behavior, with orber, ic, and the other Corba applications installed. |
21.3.4 12 Apr 2019 13:28:49 |
olgeni |
Update lang/erlang-runtime21 to version 21.3.4. |
21.3.3 10 Apr 2019 10:26:42 |
olgeni |
lang/erlang-runtime21: switch to GitHub build and update to 21.3.3.
Differential Revision: https://reviews.freebsd.org/D19644 |
21.3 18 Mar 2019 21:08:37 |
dch |
lang/erlang-runtime21: repair broken port fetch
In r496134, MASTER_SITES was not sufficient to pick up all DISTFILES.
Reviewed by: olgeni
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D19623 |
21.3 18 Mar 2019 10:51:14 |
dch |
lang/erlang-runtime21: update to 21.3
Reviewed by: olgeni
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D18820 |
21.2 22 Jan 2019 12:30:22 |
linimon |
The HIPE compiler is not available on powerpc64. Disable this option
on powerpc64 to allow the port to build.
PR: 234967
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
21.2 20 Dec 2018 09:43:30 |
dch |
databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updated
As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
code is versioned so the module version changes in Erlang break those
in CouchDB.
Approved by: jrm (mentor)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D18597 |
21.2 11 Dec 2018 19:31:28 |
olgeni |
Update lang/erlang-runtime21 to version 21.2. |
21.1.1 10 Nov 2018 10:09:49 |
mat |
security/openssl-devel was removed, but there is a security/openssl111 now. |
21.1.1 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
21.1.1 26 Oct 2018 13:19:19 |
olgeni |
Update lang/erlang-runtime21 to version 21.1.1. |
21.1 27 Sep 2018 08:50:01 |
olgeni |
Update lang/erlang-runtime21 to version 21.1. |
21.0.9 14 Sep 2018 10:00:35 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.9. |
21.0.8 06 Sep 2018 17:56:21 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.8. |
21.0.7 31 Aug 2018 07:35:48 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.7. |
21.0.6 25 Aug 2018 08:01:16 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.6. |
21.0.4_1 30 Jul 2018 09:14:40 |
dumbbell |
lang/erlang-runtime{20,21}: Add patch to fix build on i386
Those two ports fail to build on FreeBSD/i386 (all versions) for quite
some time. The Erlang/OTP team provided a patch after Dewayne Geraghty
reported the issue upstream.
Here is the entry in the Erlang/OTP bug tracker:
https://bugs.erlang.org/browse/ERL-677
The patch was successfully tested on FreeBSD 10.4 and 11.1, both i386
and amd64. Dewayne also confirmed success on FreeBSD 11.2.
PR: 229600
Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au>
Obtained from: https://bugs.erlang.org/browse/ERL-677
MFH: 2018Q3 |
21.0.4 26 Jul 2018 11:29:32 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.4. |
21.0.3 13 Jul 2018 14:57:38 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.3. |
21.0.2 04 Jul 2018 17:42:36 |
olgeni |
Update lang/erlang-runtime21 to version 21.0.2. |
21.0.1 03 Jul 2018 15:35:44 |
olgeni |
lang/erlang-runtime21: I forgot to commit a removed file... |
21.0.1 27 Jun 2018 20:58:38 |
antoine |
Fix PKGNAME |
21.0.1 27 Jun 2018 12:22:09 |
olgeni |
Add lang/erlang-runtime21, tracking branch 21 of Erlang. |
20.3.8.1 27 Jun 2018 12:20:47 |
olgeni |
Copy lang/erlang-runtime20 to lang/erlang-runtime21. |