summaryrefslogtreecommitdiff
path: root/lang/erlang-runtime22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/erlang-runtime2[27]: move couchdb3 commentMatthias Andree2025-11-181-1/+0
| | | | ...to erlang-runtime27, couchdb3 no longer uses 22.
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2025-06-191-1/+1
| | | | New version of wxgtk32 in tree (3.2.8.1)
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-1/+1
| | | | | | | | | | | | | | | | | | | 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
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2024-11-251-0/+1
| | | | New version of wxgtk32 in tree
* all: drop support for FreeBSD 13.2 which reached EOL todayRene Ladan2024-07-011-1/+1
| | | | | | | 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
* lang/erlang-runtime22: whitespace in MakefileJimmy Olgeni2024-05-051-1/+1
| | | | (reduce diff to other Erlang Makefiles)
* lang/erlang-runtime22: update to version 22.3.4.27Jimmy Olgeni2024-03-182-5/+4
|
* */*: Sunset 12.4-RELEASE/12-STABLE from ports treeMuhammad Moinur Rahman2023-12-311-2/+0
| | | | | | | | | | | | | | | | | | | | | - 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
* */*: Bump consumers of x11-toolkits/wxgtk32Nuno Teixeira2023-11-231-1/+1
| | | | New version of wxWidgets in tree
* lang/erlang-runtime22: Fix build with openssl3Muhammad Moinur Rahman2023-08-161-4/+6
| | | | | | | - Utilize USES=localbase Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* lang/erlang-runtime22: enable HIPE on powerpc64Piotr Kubaj2023-08-131-2/+1
|
* lang/erlang-runtime22: Mark BROKEN_SSLMuhammad Moinur Rahman2023-04-291-0/+2
| | | | | | - Fails to find function FIPS_mode Approved by: portmgr (blanket)
* lang/erlang-runtime22: reduce diff with lang/erlang-runtime23Jimmy Olgeni2023-02-181-9/+21
|
* lang/erlang-runtime2*: use wx 3.2Loïc Bartoletti2022-10-251-2/+2
| | | | PR: 265093
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* lang: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* lang/erlang-runtime22: update to version 22.3.4.26Jimmy Olgeni2022-05-042-4/+4
|
* lang/erlang-runtime22: update to version 22.3.4.25Jimmy Olgeni2022-04-072-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.24Jimmy Olgeni2021-12-212-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.23Jimmy Olgeni2021-11-122-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.22Jimmy Olgeni2021-10-192-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.21.Jimmy Olgeni2021-09-032-5/+5
|
* lang/erlang-runtime22: Add CPE informationBernhard Froehlich2021-09-021-1/+4
| | | | Approved by: portmgr (blanket)
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | 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
* lang/erlang-runtime22: Update to version 22.3.4.20.Jimmy Olgeni2021-06-012-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.19.Jimmy Olgeni2021-05-222-4/+4
|
* lang/erlang-runtime22: Update to version 22.3.4.18.Jimmy Olgeni2021-05-072-5/+5
|
* x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5Yuri Victorovich2021-04-161-1/+1
| | | | | | Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
* Erlang: bump PORTREVISION after 24e45b0.Jimmy Olgeni2021-04-161-0/+1
| | | | Reported by: mat
* Erlang: portclippy fixes (order of variables and targets).Jimmy Olgeni2021-04-151-27/+26
|
* Erlang: replace CONFIGURE_ENABLE with CONFIGURE_ARGS.Jimmy Olgeni2021-04-151-2/+2
| | | | CONFIGURE_ENABLE (by itself) does not actually exist.
* lang/erlang-runtime22: update to version 22.3.4.17.Jimmy Olgeni2021-04-102-6/+9
| | | | | | | - Unbreak ODBC. - update WX dependency to 3.1. PR: 254767 (ODBC part)
* Apply portfmt to Erlang ports.Jimmy Olgeni2021-04-101-25/+28
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update lang/erlang-runtime22 to version 22.3.4.16.Jimmy Olgeni2021-02-192-4/+4
| | | | Notes: svn path=/head/; revision=566078
* Update lang/erlang-runtime22 to version 22.3.4.15.Jimmy Olgeni2021-01-202-4/+4
| | | | Notes: svn path=/head/; revision=562125
* Update lang/erlang-runtime22 to version 22.3.4.14.Jimmy Olgeni2021-01-162-4/+4
| | | | Notes: svn path=/head/; revision=561755
* On riscv64, disable DTRACE here by default, the same as on lang/erlang-Mark Linimon2020-12-221-0/+1
| | | | | | | | | runtime23. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=558885
* Update lang/erlang-runtime22 to version 22.3.4.13.Jimmy Olgeni2020-12-082-5/+4
| | | | Notes: svn path=/head/; revision=557283
* lang/erlang-runtime22: bump PORTREVISION after adding DTRACE to default optionsPiotr Kubaj2020-12-021-0/+1
| | | | Notes: svn path=/head/; revision=556838
* lang/erlang-runtime22: enable DTRACE on powerpc64 headPiotr Kubaj2020-12-021-2/+1
| | | | | | | Builds fine now. Notes: svn path=/head/; revision=556837
* Update lang/erlang-runtime22 to version 22.3.4.12.Jimmy Olgeni2020-10-202-4/+4
| | | | Notes: svn path=/head/; revision=552827
* Update lang/erlang-runtime22 to version 22.3.4.11.Jimmy Olgeni2020-10-022-4/+4
| | | | Notes: svn path=/head/; revision=551220
* Update lang/erlang-runtime22 to version 22.3.4.10.Jimmy Olgeni2020-08-292-4/+4
| | | | Notes: svn path=/head/; revision=546896
* Update lang/erlang-runtime22 to version 22.3.4.9.Jimmy Olgeni2020-08-212-4/+4
| | | | Notes: svn path=/head/; revision=545577
* Update lang/erlang-runtime22 to version 22.3.4.8.Jimmy Olgeni2020-08-192-4/+4
| | | | Notes: svn path=/head/; revision=545305
* Update lang/erlang-runtime22 to version 22.3.4.7.Jimmy Olgeni2020-08-172-4/+4
| | | | Notes: svn path=/head/; revision=545170
* Update lang/erlang-runtime22 to version 22.3.4.6.Jimmy Olgeni2020-08-142-4/+4
| | | | Notes: svn path=/head/; revision=544877
* Update lang/erlang-runtime22 to version 22.3.4.5.Jimmy Olgeni2020-08-032-4/+4
| | | | Notes: svn path=/head/; revision=544045