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) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/erlang-runtime21/Makefile

Number of commits found: 74

Sunday, 31 Dec 2023
00:37 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
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
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
Saturday, 18 Feb 2023
08:10 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime21: reduce diff with lang/erlang-runtime22
commit hash: 236da5b7ab4202591aaaf1b5698111712d388c52 commit hash: 236da5b7ab4202591aaaf1b5698111712d388c52 commit hash: 236da5b7ab4202591aaaf1b5698111712d388c52 commit hash: 236da5b7ab4202591aaaf1b5698111712d388c52 236da5b
Tuesday, 25 Oct 2022
05:44 Loïc Bartoletti (lbartoletti) search for other commits by this committer
lang/erlang-runtime2*: use wx 3.2

PR:		265093
commit hash: 67a4480602e3e73ffb63973a7792d043af16e3dc commit hash: 67a4480602e3e73ffb63973a7792d043af16e3dc commit hash: 67a4480602e3e73ffb63973a7792d043af16e3dc commit hash: 67a4480602e3e73ffb63973a7792d043af16e3dc 67a4480
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
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Wednesday, 8 Jun 2022
16:24 Tijl Coosemans (tijl) search for other commits by this committer
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
commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 commit hash: bd70827c22827422583d9bd6963636ef4f2d5623 bd70827
Sunday, 3 Oct 2021
10:13 Dimitry Andric (dim) search for other commits by this committer
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 \
  -o obj/amd64-portbld-freebsd14.0/opt/smp test/estone_SUITE.erl >
obj/amd64-portbld-freebsd14.0/opt/smp/PROFILE_LOG

after which it does a test run, and uses llvm-profdata to merge the
profiling data into beam_emu_pu.o:

  llvm-profdata merge -output
obj/amd64-portbld-freebsd14.0/opt/smp/default.profdata
obj/amd64-portbld-freebsd14.0/opt/smp/*.profraw
  cc -fprofile-instr-use=obj/amd64-portbld-freebsd14.0/opt/smp/default.profdata 
-Werror=undef -Werror=implicit -Werror=return-type   -O3 -fomit-frame-pointer
-pipe  -fno-omit-frame-pointer -DMAP_NORESERVE=0 -fstack-protector-strong
-fno-strict-aliasing 
-I/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/amd64-portbld-freebsd14.0
   -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT
-DPOSIX_THREADS   -Iamd64-portbld-freebsd14.0/opt/smp -Ibeam -Isys/unix
-Isys/common -Iamd64-portbld-freebsd14.0 -Ipcre -Ihipe -I../include
-I../include/amd64-portbld-freebsd14.0 -I../include/internal
-I../include/internal/amd64-portbld-freebsd14.0 -c beam/beam_emu.c -o
obj/amd64-portbld-freebsd14.0/opt/smp/beam_emu_pu.o

Later, it runs dtrace over all the collected objects, and this dies:

  dtrace -G -C -Ibeam \
    -s beam/erlang_dtrace.d \
    -o obj/amd64-portbld-freebsd14.0/opt/smp/erlang_pu_dtrace.o
    ... long list of objects ...
  dtrace: failed to link script beam/erlang_dtrace.d: an error was encountered
while processing obj/amd64-portbld-freebsd14.0/opt/smp/beam_emu_pu.o
  gmake[5]: *** [amd64-portbld-freebsd14.0/Makefile:1005:
obj/amd64-portbld-freebsd14.0/opt/smp/erlang_pu_dtrace.o] Error 1
  gmake[5]: Leaving directory
'/wrkdirs/usr/ports/lang/erlang/work/otp-OTP-21.3.8.24/erts/emulator'

Something in beam_emu_pu.o (emitted by clang or llvm 13) is tripping up
dtrace, but I have very little knowledge about dtrace so I need help
here. :)

Now some other erlang runtimes such as lang/erlang-runtime24 *do* build
successfully with clang 13, but this is only because upstream disabled
the PGO feature, as a side effect of
https://github.com/erlang/otp/commit/b165524c732 ("erts: Implement the
BeamAsm JIT"):

--- a/erts/configure.in
+++ b/erts/configure.in
...
@@ -704,6 +719,9 @@ else
   fi
 fi

+dnl Disable pgo for now
+USE_PGO=false
+
 AC_SUBST(USE_PGO)
 AC_SUBST(PROFILE_COMPILER)

I am unsure why upstream disabled this "for now", as it has been
disabled for more than a year. So, for now, work around the dtrace
failures by disabling PGO using the configure flag --disable-pgo, when
building with clang >= 13.

PR:		258494
Approved by:	maintainer timeout (2 weeks)
MFH:		2021Q4
commit hash: 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 commit hash: 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 commit hash: 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 commit hash: 9ce64e91907aaa43fc43a7b2faaae5bf99faaa56 9ce64e9
Thursday, 2 Sep 2021
15:19 Bernhard Froehlich (decke) search for other commits by this committer
lang/erlang-runtime21: Add CPE information

Approved by:    portmgr (blanket)
commit hash: a5df985641dd307d9b9c6690fafcc11c33f53b72 commit hash: a5df985641dd307d9b9c6690fafcc11c33f53b72 commit hash: a5df985641dd307d9b9c6690fafcc11c33f53b72 commit hash: a5df985641dd307d9b9c6690fafcc11c33f53b72 a5df985
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
Tuesday, 1 Jun 2021
09:16 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime21: Update to version 21.3.8.24.
commit hash: 7bb098a7f45bd7e461c34afc585cbe38d59d68be commit hash: 7bb098a7f45bd7e461c34afc585cbe38d59d68be commit hash: 7bb098a7f45bd7e461c34afc585cbe38d59d68be commit hash: 7bb098a7f45bd7e461c34afc585cbe38d59d68be 7bb098a
Friday, 7 May 2021
14:45 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime21: Update to version 21.3.8.23.
commit hash: ac9e9b35261848598ec721738fd003e314fae0fc commit hash: ac9e9b35261848598ec721738fd003e314fae0fc commit hash: ac9e9b35261848598ec721738fd003e314fae0fc commit hash: ac9e9b35261848598ec721738fd003e314fae0fc ac9e9b35
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
07:46 Jimmy Olgeni (olgeni) search for other commits by this committer
Erlang: bump PORTREVISION after 24e45b0.

Reported by:	mat
commit hash: ff6ac45c49dfd2e26dc468385c7c492b509732ba commit hash: ff6ac45c49dfd2e26dc468385c7c492b509732ba commit hash: ff6ac45c49dfd2e26dc468385c7c492b509732ba commit hash: ff6ac45c49dfd2e26dc468385c7c492b509732ba ff6ac45
Thursday, 15 Apr 2021
14:00 Jimmy Olgeni (olgeni) search for other commits by this committer
Erlang: portclippy fixes (order of variables and targets).
commit hash: 85caa7603b65893c395f7687f07862dd74d51c7e commit hash: 85caa7603b65893c395f7687f07862dd74d51c7e commit hash: 85caa7603b65893c395f7687f07862dd74d51c7e commit hash: 85caa7603b65893c395f7687f07862dd74d51c7e 85caa76
14:00 Jimmy Olgeni (olgeni) search for other commits by this committer
Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS.

CONFIGURE_ENABLE (by itself) does not actually exist.
commit hash: 24e45b05877f54fa45f4f9009e3fe2a4859dac8a commit hash: 24e45b05877f54fa45f4f9009e3fe2a4859dac8a commit hash: 24e45b05877f54fa45f4f9009e3fe2a4859dac8a commit hash: 24e45b05877f54fa45f4f9009e3fe2a4859dac8a 24e45b0
Saturday, 10 Apr 2021
19:25 Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime21: update to version 21.3.8.22.

- Unbreak ODBC.
- update WX dependency to 3.1.

PR:		254767 (ODBC part)
commit hash: 71a7031688d1e7bbe8d961af1f6772d345167de7 commit hash: 71a7031688d1e7bbe8d961af1f6772d345167de7 commit hash: 71a7031688d1e7bbe8d961af1f6772d345167de7 commit hash: 71a7031688d1e7bbe8d961af1f6772d345167de7 71a7031
19:25 Jimmy Olgeni (olgeni) search for other commits by this committer
Apply portfmt to Erlang ports.
commit hash: f634fc8e1c03d7c163e0b2e70566e8e19c2437e9 commit hash: f634fc8e1c03d7c163e0b2e70566e8e19c2437e9 commit hash: f634fc8e1c03d7c163e0b2e70566e8e19c2437e9 commit hash: f634fc8e1c03d7c163e0b2e70566e8e19c2437e9 f634fc8
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
Friday, 19 Feb 2021
16:22 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.21.
Original commitRevision:566080 
Monday, 25 Jan 2021
23:48 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.20.
Original commitRevision:562621 
Wednesday, 20 Jan 2021
10:18 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.19.
Original commitRevision:562126 
Tuesday, 22 Dec 2020
03:09 linimon search for other commits by this committer
On riscv64, disable DTRACE here by default, the same as on lang/erlang-
runtime23.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:558885 
Wednesday, 2 Dec 2020
15:25 pkubaj search for other commits by this committer
lang/erlang-runtime21: enable DTRACE on powerpc64 head

Builds fine now.
Original commitRevision:556833 
Friday, 2 Oct 2020
17:44 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.18.
Original commitRevision:551221 
Sunday, 27 Sep 2020
14:29 pkubaj search for other commits by this committer
lang/erlang-runtime21: disable HIPE on powerpc64le to fix build
Original commitRevision:550280 
Monday, 3 Aug 2020
13:28 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.17.
Original commitRevision:544068 
Wednesday, 20 May 2020
12:30 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.16.
Original commitRevision:535997 
Sunday, 17 May 2020
10:57 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.15.
Original commitRevision:535541 
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 
Thursday, 5 Mar 2020
15:53 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.14.
Original commitRevision:527838 
Monday, 3 Feb 2020
20:02 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.13.
Original commitRevision:525090 
Thursday, 23 Jan 2020
11:59 dch search for other commits by this committer
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
Original commitRevision:523923 
11:27 dch search for other commits by this committer
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
Original commitRevision:523921 
Tuesday, 19 Nov 2019
20:58 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.11.
Original commitRevision:517981 
Sunday, 27 Oct 2019
11:19 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.10.
Original commitRevision:515767 
Saturday, 19 Oct 2019
21:00 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.9.
Original commitRevision:514844 
Tuesday, 8 Oct 2019
15:38 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.8.
Original commitRevision:514085 
Friday, 4 Oct 2019
22:31 linimon search for other commits by this committer
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)
Original commitRevision:513792 
Monday, 16 Sep 2019
10:53 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.7.
Original commitRevision:512160 
Friday, 12 Jul 2019
11:23 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.6.
Original commitRevision:506454 
Thursday, 4 Jul 2019
10:29 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.5.
Original commitRevision:505823 
Tuesday, 25 Jun 2019
06:38 olgeni search for other commits by this committer
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).
Original commitRevision:505071 
Monday, 24 Jun 2019
21:02 olgeni search for other commits by this committer
lang/erlang-runtime21: install dtrace files (*.d) if DTRACE is enabled.

Also, remove BROKEN_SSL=openssl111 since it has been reported to work.
Original commitRevision:505053 
Tuesday, 18 Jun 2019
12:36 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.4.
Original commitRevision:504479 
Tuesday, 4 Jun 2019
09:55 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.3.
Original commitRevision:503461 
Saturday, 25 May 2019
06:27 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.2.
Original commitRevision:502503 
Friday, 24 May 2019
13:02 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.8.1.

  - Fix Corba installation path
Original commitRevision:502467 
Sunday, 28 Apr 2019
07:55 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.7.
Original commitRevision:500292 
Thursday, 18 Apr 2019
12:35 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.6.
Original commitRevision:499252 
Monday, 15 Apr 2019
10:02 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.5.
Original commitRevision:499011 
Saturday, 13 Apr 2019
23:13 olgeni search for other commits by this committer
lang/erlang-runtime20,21: remove GS option.

The GS application has been removed in version 20.
Original commitRevision:498841 
16:50 olgeni search for other commits by this committer
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.
Original commitRevision:498814 
Friday, 12 Apr 2019
13:28 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.3.4.
Original commitRevision:498718 
Wednesday, 10 Apr 2019
10:26 olgeni search for other commits by this committer
lang/erlang-runtime21: switch to GitHub build and update to 21.3.3.

Differential Revision:	https://reviews.freebsd.org/D19644
Original commitRevision:498549 
Monday, 18 Mar 2019
21:08 dch search for other commits by this committer
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
Original commitRevision:496210 
10:51 dch search for other commits by this committer
lang/erlang-runtime21: update to 21.3

Reviewed by:	olgeni
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D18820
Original commitRevision:496134 
Tuesday, 22 Jan 2019
12:30 linimon search for other commits by this committer
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)
Original commitRevision:490940 
Thursday, 20 Dec 2018
09:43 dch search for other commits by this committer
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
Original commitRevision:487873 
Tuesday, 11 Dec 2018
19:31 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.2.
Original commitRevision:487252 
Saturday, 10 Nov 2018
10:09 mat search for other commits by this committer
security/openssl-devel was removed, but there is a security/openssl111 now.
Original commitRevision:484599 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
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
Original commitRevision:483807 
Friday, 26 Oct 2018
13:19 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.1.1.
Original commitRevision:483026 
Thursday, 27 Sep 2018
08:50 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.1.
Original commitRevision:480790 
Friday, 14 Sep 2018
10:00 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.9.
Original commitRevision:479766 
Thursday, 6 Sep 2018
17:56 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.8.
Original commitRevision:479110 
Friday, 31 Aug 2018
07:35 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.7.
Original commitRevision:478527 
Saturday, 25 Aug 2018
08:01 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.6.
Original commitRevision:478005 
Monday, 30 Jul 2018
09:14 dumbbell search for other commits by this committer
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
Original commitRevision:475871 
Thursday, 26 Jul 2018
11:29 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.4.
Original commitRevision:475362 
Friday, 13 Jul 2018
14:57 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.3.
Original commitRevision:474591 
Wednesday, 4 Jul 2018
17:42 olgeni search for other commits by this committer
Update lang/erlang-runtime21 to version 21.0.2.
Original commitRevision:473911 
Wednesday, 27 Jun 2018
20:58 antoine search for other commits by this committer
Fix PKGNAME
Original commitRevision:473459 
12:22 olgeni search for other commits by this committer
Add lang/erlang-runtime21, tracking branch 21 of Erlang.
Original commitRevision:473435 

Number of commits found: 74