notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: lang/rubinius/Makefile
SVNWeb

Number of commits found: 56

Tue, 10 Dec 2019
[ 09:02 antoine search for other commits by this committer ] Original commit   Revision:519652 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for too long
Fri, 20 Sep 2019
[ 19:58 jbeich search for other commits by this committer ] Original commit   Revision:512440 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Tue, 21 May 2019
[ 09:56 antoine search for other commits by this committer ] Original commit   Revision:502209
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
Tue, 9 Apr 2019
[ 17:24 linimon search for other commits by this committer ] Original commit   Revision:498482
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)
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
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
[ 08:08 antoine search for other commits by this committer ] Original commit   Revision:498462
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Wed, 20 Mar 2019
[ 21:40 brooks search for other commits by this committer ] Original commit   Revision:496388
Switch to LLVM_DEFAULT from an hardcoded llvm40.

This removes the LLVM40 option.

PR:		236477, 231286
Approved by:	ashish (maintainer)
Thu, 9 Aug 2018
[ 17:41 brooks search for other commits by this committer ] Original commit   Revision:476795
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
Sat, 4 Nov 2017
[ 11:43 dbaio search for other commits by this committer ] Original commit   Revision:453453 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Update license of ports using MPL (without version)

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

Approved by:	portmgr (blanket)
Tue, 3 Oct 2017
[ 02:33 ashish search for other commits by this committer ] Original commit   Revision:451108
- Update to 3.86
Fri, 22 Sep 2017
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450353 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
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
[ 10:48 mat search for other commits by this committer ] Original commit   Revision:450351 (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
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
Wed, 26 Apr 2017
[ 12:02 miwi search for other commits by this committer ] Original commit   Revision:439439
- Remove clang36 support
Sat, 1 Apr 2017
[ 11:07 bapt search for other commits by this committer ] Original commit   Revision:437429
Remove more llvm 3.7 variables
[ 10:58 bapt search for other commits by this committer ] Original commit   Revision:437427
Remove LLVM 3.7

It is unused and not maintained by upstream

Approved by:	brooks
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Sat, 4 Feb 2017
[ 18:07 ashish search for other commits by this committer ] Original commit   Revision:433332
- Update to 3.70
- Unbreak for Ruby 2.3
- Add option for LLVM 4.0
- Mark LLVM 4.0 as default
Wed, 18 Jan 2017
[ 13:20 tijl search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 14 Dec 2016
[ 12:19 ashish search for other commits by this committer ] Original commit   Revision:428559
- Only supported on AMD64 platforms

Reported by:		pkg-fallout
Mon, 12 Dec 2016
[ 11:31 ashish search for other commits by this committer ] Original commit   Revision:428407
- 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
Tue, 19 Jul 2016
[ 13:37 mat search for other commits by this committer ] Original commit   Revision:418785
We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 3 Feb 2016
[ 16:35 swills search for other commits by this committer ] Original commit   Revision:407961
lang/rubinius: mark broken with Ruby 2.2
Fri, 29 Jan 2016
[ 18:51 pawel search for other commits by this committer ] Original commit   Revision:407491
Remove plist target using deprecated @dirrm

Approved by:	portmgr blanket
Thu, 21 Jan 2016
[ 15:33 pawel search for other commits by this committer ] Original commit   Revision:406861
Convert to USES=execinfo

PR:		205953
Submitted by:	myself
Approved by:	maintainer timeout
Sun, 17 Jan 2016
[ 07:06 swills search for other commits by this committer ] Original commit   Revision:406285 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
mark ports that don't work with Ruby 2.3

PR:		205774
Mon, 4 Jan 2016
[ 04:03 ashish search for other commits by this committer ] Original commit   Revision:405208
- 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
Sun, 8 Feb 2015
[ 21:26 ashish search for other commits by this committer ] Original commit   Revision:378686
- Update to 2.5.2
- Switch to LLVM 3.5
- Strip "rbx" binary
Thu, 15 Jan 2015
[ 09:05 tijl search for other commits by this committer ] Original commit   Revision:377064 (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Add missing USE_OPENSSL=yes

PR:		195796
Mon, 28 Jul 2014
[ 09:05 ashish search for other commits by this committer ] Original commit   Revision:363123
- Strip installed libraries
- Prevent build log files from getting installed

Reported by:	swills
Mon, 21 Jul 2014
[ 17:15 adamw search for other commits by this committer ] Original commit   Revision:362452 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Add USES=readline to fix configure.
Sat, 5 Jul 2014
[ 21:49 ashish search for other commits by this committer ] Original commit   Revision:360825
- Update to 2.2.10
Mon, 23 Jun 2014
[ 07:27 ashish search for other commits by this committer ] Original commit   Revision:358900
- 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
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
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
Sun, 20 Apr 2014
[ 20:50 antoine search for other commits by this committer ] Original commit   Revision:351647
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
Sun, 23 Feb 2014
[ 19:21 ashish search for other commits by this committer ] Original commit   Revision:345758
- 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
Mon, 10 Feb 2014
[ 13:27 bapt search for other commits by this committer ] Original commit   Revision:343630 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
Back to the futur
[ 12:58 bapt search for other commits by this committer ] Original commit   Revision:343626 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Thu, 28 Mar 2013
[ 15:51 eadler search for other commits by this committer ] Original commit   Revision:315474 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Drop support for old versions of FreeBSD from unmaintained ports

Reviewed by:	miwi
Wed, 13 Jun 2012
[ 05:13 bapt search for other commits by this committer ] Original commit 
Convert to new options framework
Mon, 24 Oct 2011
[ 03:33 stas search for other commits by this committer ] Original commit  (Only the first 10 of 258 ports in this commit are shown above. View all ports for this commit)
- 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).
Tue, 13 Sep 2011
[ 06:34 stas search for other commits by this committer ] Original commit 
- Rubinius does not need ruby to run.
Mon, 12 Sep 2011
[ 13:46 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Track dependencies after databases/gdbm update
Wed, 10 Aug 2011
[ 09:07 linimon search for other commits by this committer ] Original commit 
Mark as broken on sparc64: does not compile.
Thu, 7 Jul 2011
[ 02:41 stas search for other commits by this committer ] Original commit 
- Update to 1.2.4.
- Unbreak.
Mon, 23 May 2011
[ 23:00 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not compile

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

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

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

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

WWW:    http://rubini.us/

Number of commits found: 56