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/rubinius/Makefile

Number of commits found: 56

Tuesday, 10 Dec 2019
09:02 antoine search for other commits by this committer
Deprecate ports broken for too long
Original commitRevision:519652 
Friday, 20 Sep 2019
19:58 jbeich search for other commits by this committer
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Original commitRevision:512440 
Tuesday, 21 May 2019
09:56 antoine search for other commits by this committer
Mark BROKEN

/usr/local/lib/ruby/site_ruby/2.5/rubygems.rb:283:in `find_spec_for_exe': Could
not find 'bundler' (1.13.6) required by your
/wrkdirs/usr/ports/lang/rubinius/work/rubinius-3.86/Gemfile.lock.
(Gem::GemNotFoundException)

Reported by:	pkg-fallout
Original commitRevision:502209 
Tuesday, 9 Apr 2019
17:24 linimon search for other commits by this committer
Remove useless sparc64 stanza (port is marked ONLY_FOR_ARCHS x86.)

While here, pacify portlint by moving the ONLY_FOR.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:498482 
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
08:08 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498462 
Wednesday, 20 Mar 2019
21:40 brooks search for other commits by this committer
Switch to LLVM_DEFAULT from an hardcoded llvm40.

This removes the LLVM40 option.

PR:		236477, 231286
Approved by:	ashish (maintainer)
Original commitRevision:496388 
Thursday, 9 Aug 2018
17:41 brooks search for other commits by this committer
Remove (non-default) support for building with LLVM 3.8 and 3.9.

PR:		230472
Approved by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16634
Original commitRevision:476795 
Saturday, 4 Nov 2017
11:43 dbaio search for other commits by this committer
Update license of ports using MPL (without version)

All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
Original commitRevision:453453 
Tuesday, 3 Oct 2017
02:33 ashish search for other commits by this committer
- Update to 3.86
Original commitRevision:451108 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Cleanup after removal of libexecinfo from ports.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450353 
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Wednesday, 26 Apr 2017
12:02 miwi search for other commits by this committer
- Remove clang36 support
Original commitRevision:439439 
Saturday, 1 Apr 2017
11:07 bapt search for other commits by this committer
Remove more llvm 3.7 variables
Original commitRevision:437429 
10:58 bapt search for other commits by this committer
Remove LLVM 3.7

It is unused and not maintained by upstream

Approved by:	brooks
Original commitRevision:437427 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Original commitRevision:436247 
Saturday, 4 Feb 2017
18:07 ashish search for other commits by this committer
- Update to 3.70
- Unbreak for Ruby 2.3
- Add option for LLVM 4.0
- Mark LLVM 4.0 as default
Original commitRevision:433332 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Wednesday, 14 Dec 2016
12:19 ashish search for other commits by this committer
- Only supported on AMD64 platforms

Reported by:		pkg-fallout
Original commitRevision:428559 
Monday, 12 Dec 2016
11:31 ashish search for other commits by this committer
- Update to 3.69
- Update LICENSE
- Add OPTIONs for LLVM 3.6+ versions
- Remove all OS related BROKEN variables for now
- Add dependency on libyaml
- Remove a merged diff
Original commitRevision:428407 
Tuesday, 19 Jul 2016
13:37 mat search for other commits by this committer
We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.

Sponsored by:	Absolight
Original commitRevision:418785 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Wednesday, 3 Feb 2016
16:35 swills search for other commits by this committer
lang/rubinius: mark broken with Ruby 2.2
Original commitRevision:407961 
Friday, 29 Jan 2016
18:51 pawel search for other commits by this committer
Remove plist target using deprecated @dirrm

Approved by:	portmgr blanket
Original commitRevision:407491 
Thursday, 21 Jan 2016
15:33 pawel search for other commits by this committer
Convert to USES=execinfo

PR:		205953
Submitted by:	myself
Approved by:	maintainer timeout
Original commitRevision:406861 
Sunday, 17 Jan 2016
07:06 swills search for other commits by this committer
mark ports that don't work with Ruby 2.3

PR:		205774
Original commitRevision:406285 
Monday, 4 Jan 2016
04:03 ashish search for other commits by this committer
- Mark as broken on FreeBSD 9.x, and FreeBSD 11.x
- Remove unneeded @dir entries from pkg-plist
- Add USES=libedit
- Remove .o files which are present in pkg-plist, but are not
  installed

PR:		205577
Submitted by:	amdmi3
Original commitRevision:405208 
Sunday, 8 Feb 2015
21:26 ashish search for other commits by this committer
- Update to 2.5.2
- Switch to LLVM 3.5
- Strip "rbx" binary
Original commitRevision:378686 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Monday, 28 Jul 2014
09:05 ashish search for other commits by this committer
- Strip installed libraries
- Prevent build log files from getting installed

Reported by:	swills
Original commitRevision:363123 
Monday, 21 Jul 2014
17:15 adamw search for other commits by this committer
Add USES=readline to fix configure.
Original commitRevision:362452 
Saturday, 5 Jul 2014
21:49 ashish search for other commits by this committer
- Update to 2.2.10
Original commitRevision:360825 
Monday, 23 Jun 2014
07:27 ashish search for other commits by this committer
- Update to 2.2.9
- Remove dependency on rake, and switch to built-in rake, and thus
  unbreaking it
- Build in UTF-8 locale to fix issue with building
- Add dependency on execinfo
Original commitRevision:358900 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Sunday, 20 Apr 2014
20:50 antoine search for other commits by this committer
Mark broken: Fails to build

# "build" target here installs into
/wrkdirs/usr/ports/lang/rubinius/work/stage/usr/local
rake aborted!
Gem::LoadError: You have already activated rake 10.3.1, but your Gemfile
requires rake 10.1.1. Prepending `bundle exec` to your command may solve this.
/wrkdirs/usr/ports/lang/rubinius/work/rubinius-2.2.5/Rakefile:1:in `<top
(required)>'
(See full trace by running task with --trace)
*** [do-build] Error code 1

Reported by:	pkg-fallout
Original commitRevision:351647 
Sunday, 23 Feb 2014
19:21 ashish search for other commits by this committer
- Update to 2.2.5
- Take maintainership
- Remove DEPRECATED, EXPIRATION_DATE
- Add LICENSE information
- Depend on LLVM port
- Remove GDBM option

Special thanks to Steve Wills for help with testing the port
Original commitRevision:345758 
Monday, 10 Feb 2014
13:27 bapt search for other commits by this committer
Back to the futur
Original commitRevision:343630 
12:58 bapt search for other commits by this committer
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
Original commitRevision:343626 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 3 Aug 2013
13:44 mat search for other commits by this committer
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324191 
Thursday, 28 Mar 2013
15:51 eadler search for other commits by this committer
Drop support for old versions of FreeBSD from unmaintained ports

Reviewed by:	miwi
Original commitRevision:315474 
Wednesday, 13 Jun 2012
05:13 bapt search for other commits by this committer
Convert to new options framework
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Tuesday, 13 Sep 2011
06:34 stas search for other commits by this committer
- Rubinius does not need ruby to run.
Original commit
Monday, 12 Sep 2011
13:46 gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
Original commit
Wednesday, 10 Aug 2011
09:07 linimon search for other commits by this committer
Mark as broken on sparc64: does not compile.
Original commit
Thursday, 7 Jul 2011
02:41 stas search for other commits by this committer
- Update to 1.2.4.
- Unbreak.
Original commit
Monday, 23 May 2011
23:00 pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
Original commit
Saturday, 14 May 2011
01:21 stas search for other commits by this committer
- Update to 1.2.3.
Original commit
Saturday, 5 Mar 2011
02:51 stas search for other commits by this committer
- Update to 1.2.2.
Original commit
Thursday, 27 Jan 2011
08:35 pav search for other commits by this committer
- Disallow from 7.x builds on pointyhat due to hangs

Feature safe:   yes
Original commit
Wednesday, 12 Jan 2011
03:42 stas search for other commits by this committer
- Fix pkg-plist in case when gdbm is not present.
- Add option to enable/disable GDBM.

Reported by:    pav
Feature safe:   yes
Original commit
Tuesday, 11 Jan 2011
04:39 stas search for other commits by this committer
- Update to 1.2.
Original commit
Sunday, 24 Oct 2010
22:07 pav search for other commits by this committer
- Mark BROKEN on 6.X: does not build

Reported by:    pointyhat
Original commit
Monday, 11 Oct 2010
21:20 stas search for other commits by this committer
- Add port for lang/rubinius, a LLVM based ruby language implementation.

WWW:    http://rubini.us/
Original commit

Number of commits found: 56