non port: lang/crystal/Makefile |
Number of commits found: 46 |
Sunday, 21 Jan 2024
|
22:32 Muhammad Moinur Rahman (bofh)
lang/crystal: Sanitize MANPREFIX
Approved by: portmgr (blanket)
ff994da |
Wednesday, 10 Jan 2024
|
15:37 Dave Cottlehuber (dch)
lang/crystal: update to 1.10.1
- fix build for 14.0+ with base OpenSSL 3.x
Differential Revision: https://reviews.freebsd.org/D41746
PR: 275427
8bcabf43 |
Friday, 10 Mar 2023
|
15:57 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.7.3
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.7.3
8108170 |
Friday, 27 Jan 2023
|
12:23 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.7.2
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.7.2
36e6977 |
Tuesday, 17 Jan 2023
|
21:23 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.7.1
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.7.1
b2f9ad9 |
Wednesday, 11 Jan 2023
|
14:01 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.7.0
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.7.0
c4a0f33 |
Friday, 4 Nov 2022
|
12:45 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.6.2
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.2
0b8b55c |
Friday, 21 Oct 2022
|
17:26 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.6.1
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.1
837f764 |
Wednesday, 12 Oct 2022
|
18:55 Dmitri Goutnik (dmgk)
lang/crystal: Unbreak and enable interpreter mode by default
4359a0a |
11:23 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.6.0
Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.0
While here, also:
- switch to llvm 14
- upgrade bootstrap compiler to 1.5.1
- add INTERPRETER and STATIC knobs
026e79b |
Sunday, 9 Oct 2022
|
12:24 Dmitri Goutnik (dmgk)
lang/crystal: Adopt port
cff302d |
11:56 Fernando Apesteguía (fernape)
*/*: Release ports from maintainership
Maintainer releases all his ports.
PR: 266871
Reported by: unrelentingtech <greg@unrelenting.technology>
f57221a |
Saturday, 24 Sep 2022
|
16:35 Fernando Apesteguía (fernape) Author: Gian-Simon Purkert
lang/crystal: Update to 1.5.1
ChangeLog: https://github.com/crystal-lang/crystal/releases/tag/1.5.1
* Fix Class#nilable? for recursive unions and root types
* Fix Float#abs and Number#format for -0.0
* Fix null dereference when passing empty slice to Base64.encode
* Do not check abstract def parameter names on abstract types and modules
* Compiler/codegen: reset @needs_value
* Fix homogeneous_aggregate? check for aarch64 types
* Compiler: don't eagerly check cast type
* Fix type restriction augmenter for Union(*T) and similar
* Formatter: Fix assign followed by comment
* Handle formatting annotated method parameters
* Update distribution-scripts
* Update distribution-scripts
* [CI] Bumping xcode to 13.4.1
PR: 266519
Reported by: gspurki@gmail.com
Approved by: greg@unrelenting.technology (maintainer, timeout > 2 weeks)
41671cf |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Thursday, 11 Aug 2022
|
12:57 Dmitri Goutnik (dmgk)
lang/crystal: Update to 1.5.0
Changes: https://crystal-lang.org/2022/07/06/1.5.0-released.html
PR: 265419
Approved by: greg@unrelenting.technology (maintaner)
b834661 |
Wednesday, 27 Apr 2022
|
05:06 Wen Heping (wen)
lang/crystal: Update to 1.4.1
PR: 263572
Reported by: slowdive@me.com
Approved by: maintainer
0266c75 |
Tuesday, 12 Apr 2022
|
09:41 Fernando Apesteguía (fernape)
lang/crystal: Update to 1.4.0
ChangeLog: https://crystal-lang.org/2022/04/06/1.4.0-released.html
PR: 262581
Reported by: slowdive@me.com
Approved by: greg@unrelenting.technology (maintainer, timeout > 2 weeks)
8cd785d |
Friday, 25 Mar 2022
|
17:14 Dave Cottlehuber (dch)
lang/crystal: fix broken base SSL usage
crystal needs pkgconfig to determine precisely which SSL variant is
present, and patch itself accordingly, but this is not present in
FreeBSD base. Patch directly, what would have been provided by
pkgconfig, for currently supported FreeBSD versions.
PR: 257658
Approved by: greg@unrelenting.technology (maintainer)
Differential Revision: https://reviews.freebsd.org/D31435
30bb70e |
Tuesday, 22 Mar 2022
|
00:16 Jan Beich (jbeich)
lang/crystal: chase d7120b446433
24f896e |
Tuesday, 28 Dec 2021
|
17:43 Fernando Apesteguía (fernape) Author: Greg V
lang/crystal: update to 1.2.2
PR: 259923
Reported by: mohd.akram@outlook.com
d926f77 |
Thursday, 30 Sep 2021
|
21:23 Rene Ladan (rene)
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
620968a |
Friday, 30 Jul 2021
|
05:32 Li-Wen Hsu (lwhsu) Author: Greg V
lang/crystal: update to 1.1.1
Also update download URL to a CDN domain, regenerate bootstraps to 1.1.1.
Changelog: https://github.com/crystal-lang/crystal/blob/1.1.1/CHANGELOG.md
PR: 257488
2199e2f |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 12 Feb 2021
|
11:17 fernape
lang/crystal: Update to 0.36.1
ChangeLog: https://github.com/crystal-lang/crystal/blob/0.36.1/CHANGELOG.md
Should fix this issue: https://github.com/crystal-lang/crystal/pull/10259
PR: 253111
Submitted by: rlwestlund@gmail.com
Approved by: greg@unrelenting.technology (maintainer)
MFH: 2021Q1 (runtime fix)
|
Sunday, 11 Oct 2020
|
08:56 mikael
lang/crystal: Add missing dependency on pkg-config
Previous version of Crystal added -L/usr/local/lib by default,
but now it needs pkg-config.
PR: 248266
Submitted by: Greg V (greg@unrelenting.technology)
|
Thursday, 8 Oct 2020
|
00:51 jbeich
devel/llvm-devel: chase r544647 in LLVM_DEFAULT consumers
|
Monday, 5 Oct 2020
|
11:17 fernape
lang/crystal: update to 0.35.1
PR: 248265
Submitted by: greg@unrelenting.technology (maintainer)
Reported by: mohd.akram@outlook.com
|
Saturday, 13 Jun 2020
|
08:42 mikael
lang/crystal: update to 0.34.0 (& devel/shards 0.11.0)
PR: 247071
Submitted by: Greg V (maintainer)
|
Sunday, 12 Jan 2020
|
02:18 jbeich
lang/crystal: update to 0.32.1
- Switch to devel/llvm90
- Drop r507877 workaround
- Drop separate bootstrap for FreeBSD 11
Changes: https://crystal-lang.org/2019/12/18/crystal-0.32.1-released.html
PR: 239603 243276
Submitted by: Greg V (maintainer)
|
Thursday, 8 Aug 2019
|
13:18 jbeich
lang/crystal: unbreak runtime after r507877
$ cat >foo.cr
require "http/client"
HTTP::Client.get "http://api.icndb.com/jokes/1"
$ crystal foo.cr
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
[...]
PR: 206355
Reported by: Petr Fischer
Submitted by: Walter Schwarzenfeld
Approved by: Greg V (maintainer)
|
Friday, 2 Aug 2019
|
13:30 jbeich
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133
|
Wednesday, 24 Jul 2019
|
18:09 rodrigo
Update lang/crystal to 0.28.0 and devel/shards to 0.9.0
Release notes: https://github.com/crystal-lang/crystal/releases/tag/0.28.0
https://github.com/crystal-lang/shards/releases/tag/v0.9.0
PR: 236969
Submitted by: Greg V<greg@unrelenting.technology> (maintainer)
|
Thursday, 16 May 2019
|
05:37 antoine
Attempt to unbreak INDEX on aarch64
|
Wednesday, 7 Nov 2018
|
15:55 mat
FreeBSD 10 is not supported any more.
|
04:46 meta
lang/crystal: update to 0.27.0
This update includes the fix build oon 13-CURRENT.
PR: 232836
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
Approved by: mentors (implicit)
|
Friday, 2 Nov 2018
|
13:32 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
|
Sunday, 7 Oct 2018
|
17:59 swills
lang/crystal: update to 0.26.1
PR: 231820
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
Friday, 31 Aug 2018
|
18:27 fernape
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704
|
Thursday, 30 Aug 2018
|
04:05 danfe
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
|
Friday, 13 Jul 2018
|
05:35 yuri
lang/crystal: Update 0.24.1 -> 0.25.1
PR: 229636
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
Friday, 1 Jun 2018
|
10:16 cpm
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine)
|
Saturday, 10 Mar 2018
|
11:15 cpm
Fix bootstrap for 12 after r464065
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
Saturday, 24 Feb 2018
|
14:40 adamw
Show progress while building.
It doesn't show much, but it least gives an idea what it's chewing on.
Approved by: maintainer (greg unrelenting technology)
|
Wednesday, 21 Feb 2018
|
03:41 lwhsu
Fix bootstrap for 12
PR: 226057
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
Monday, 19 Feb 2018
|
13:23 lwhsu
Add lang/crystal, language with Ruby-like syntax and static type checking
PR: 224459
Submitted by: Greg V <greg@unrelenting.technology>
|
Number of commits found: 46 |