non port: lang/ruby30/Makefile |
Number of commits found: 26 |
Sunday, 31 Mar 2024
|
10:45 Rene Ladan (rene)
lang/ruby30: Remove expired port
2024-03-30 lang/ruby30: Please migrate to newer versions. Ruby 3.0 will reach
its EoL on March 30, 2024
Sort MOVED while here
d9726846 |
Monday, 22 Jan 2024
|
20:26 Muhammad Moinur Rahman (bofh)
lang/ruby30: Sanitize MANPREFIX
Approved by: portmgr (blanket)
2fc921f |
Friday, 5 Jan 2024
|
21:03 Piotr Kubaj (pkubaj)
lang/ruby30: remove ELFv1 support
645e347 |
Saturday, 30 Sep 2023
|
23:31 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Mark BROKEN on FreeBSD 15
openssl:
Could not be configured. It will not be installed.
/wrkdirs/usr/ports/lang/ruby30/work/ruby-3.0.6/ext/openssl/extconf.rb:113:
OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is required
Check ext/openssl/mkmf.log for more details.
...
===> Building package for ruby30-3.0.6_1,1
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/amd64-freebsd15/openssl.so:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/bn.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/buffering.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/cipher.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/config.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/digest.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/hmac.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/marshal.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/pkcs5.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/pkey.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/ssl.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/version.rb:No
such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/lang/ruby30/work/stage/usr/local/lib/ruby/3.0/openssl/x509.rb:No
such file or directory
*** Error code 1
Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pe4b8bfc7570d_sf7a5903de2/logs/ruby30-3.0.6_1,1.log
https://pkg-status.freebsd.org/beefy17/data/main-i386-default/pe4b8bfc7570d_sf7a5903de2/logs/ruby30-3.0.6_1,1.log
5531268 |
Monday, 7 Aug 2023
|
22:00 Muhammad Moinur Rahman (bofh)
lang/ruby30: Optionize OPENSSL module builds
- ruby 3.0 do not have official OpenSSL 3 support although some other
vendors are merging patches from 3.1. Untill there is something solid
optionize OPENSSL to build openssl modules only on 12 and 13 while
turning off for 14.
- Utilize USES=localbase
- Considering no upstream support for OpenSSL on ruby 3.0 reduce the
EXPIRATION_DATE to 2024-03-30(Last day of official support) as there
is no point in carrying this over to the next quarterly.
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
9b1f7bf |
Wednesday, 3 May 2023
|
01:29 Muhammad Moinur Rahman (bofh)
lang/ruby30: Mark BROKEN_SSL
- Fails to build the openssl module with OpenSSL 3.0.0 and later
Approved by: portmgr (blanket)
b29bb9d |
Wednesday, 26 Apr 2023
|
12:53 Piotr Kubaj (pkubaj)
lang/ruby30: enable libunwind on powerpc
a4781a1 |
Tuesday, 18 Apr 2023
|
18:05 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Fix typo
41cae53 |
12:31 Po-Chuan Hsieh (sunpoet) Author: Yasuhiro Kimura
lang/ruby30: Update to 3.0.6
- Mark DEPRECATED and set EXPIRATION_DATE to 2024-04-30
Changes: https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-0-6-released/
PR: 270556
Security: 9b60bba1-cf18-11ed-bd44-080027f5fec9
Security: 6bd2773c-cf1a-11ed-bd44-080027f5fec9
f7d92a2 |
Saturday, 14 Jan 2023
|
23:08 Muhammad Moinur Rahman (bofh)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
18c6e18 |
Friday, 30 Dec 2022
|
09:06 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Fix orphaned .timestamp in 93e3548c57a4a1dbd5fd335e2be23c02d9dcf066
When both CAPIDOCS and DOCS options are enabled, the following commands are
executed:
1. post-install-CAPIDOCS-on: removed the installed .timestamp (in STAGEDIR).
2. post-install-DOCS-on: copied the generated .timestamp (in capi directory) to
the STAGEDIR again.
Therefore, the installed .timestamp is orphaned.
To fix this, we remove both the generated and installed .timestamp in
post-install-CAPIDOCS-on:.
PR: 267775
Reported by: yasu
27f9bd4 |
Friday, 9 Dec 2022
|
04:34 Yasuhiro Kimura (yasu)
lang/ruby30: Fix plist error when both CAPIDOCS and DOCS options are on.
When the both options are on, post-install-DOCS-on target is called
after post-install-CAPIDOCS-on has completed. And in the former files
under ${WRKSRC}/doc/ are copied to ${STAGEDIR}${RUBY_DOCDIR}. This
means files under ${WRKSRC}/doc/capi are copied to
${STAGEDIR}${RUBY_DOCDIR}/capi again. And of course
${WRKSRC}/doc/capi/.timestamp is included in them. As a result, even
though ${STAGEDIR}${RUBY_DOCDIR}/capi/.timestamp is removed in
post-install-CAPIDOCS-on target, it is detected as orphaned file at
check-plist phase. So fix it by adding 3rd argument to
${COPYTREE_SHARE} command so .timestamp is excluded from files to be
copied.
PR: 267775
Approved by: meta (ruby@)
Fixes: 93e3548c57a4 lang/ruby30: Simplify CAPIDOCS handling
2930b19 |
Sunday, 9 Oct 2022
|
15:38 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Simplify CAPIDOCS handling
93e3548 |
Thursday, 22 Sep 2022
|
10:13 Piotr Kubaj (pkubaj)
lang/ruby*: switch ruby ports to clang on powerpc with the same workaround that
arm uses
11b39f5 |
Saturday, 10 Sep 2022
|
13:02 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Update comment
95c7eff |
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 |
Wednesday, 20 Jul 2022
|
14:22 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>
* 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
f98ae56 |
Sunday, 23 Jan 2022
|
01:25 Piotr Kubaj (pkubaj)
lang/ruby{2,3}*: enable dtrace on powerpc64le and bump PORTREVISION
Since dtrace is currently disabled on ruby3*, bump PORTREVISION only on ruby2*
f3ed92a |
Tuesday, 18 Jan 2022
|
00:24 Piotr Kubaj (pkubaj)
lang/ruby{2,3}*: enable dtrace on powerpc and powerpc64
d87e3a4 |
Monday, 1 Nov 2021
|
21:28 Po-Chuan Hsieh (sunpoet)
Mk/bsd.ruby.mk: Remove RUBY_NAME
Use ruby${RUBY_SUFFIX} or libruby${RUBY_SHLIBVER} directly.
It also fixes the inconsistency in lang/ruby{26,27,30}/{Makefile,pkg-plist}.
4d163e8 |
Monday, 28 Jun 2021
|
20:27 Piotr Kubaj (pkubaj)
lang/ruby30: enable libunwind on all supported architectures
5b24cc0 |
Sunday, 25 Apr 2021
|
20:36 Po-Chuan Hsieh (sunpoet)
lang/ruby30: Update to 3.0.1
Changes: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
https://www.ruby-lang.org/en/news/2021/04/05/ruby-3-0-1-released/
PR: 251741
Reported by: Yasuhiro Kimura <yasu@utahime.org>
95fa991 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 19 Dec 2020
|
20:25 sunpoet
Fix typo
 |
Monday, 12 Oct 2020
|
18:25 pkubaj
Add libunwind for aarch64, powerpc64 and powerpc64le.
 |
03:02 meta
Add lang/ruby30 (Ruby 3.0.0 Preview 1)
PR: 250131
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Reviewed by: meta (myself)
Relnotes: https://www.ruby-lang.org/en/news/2020/09/25/ruby-3-0-0-preview1-released/
 |
Number of commits found: 26 |