Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.86_2 10 Jan 2020 20:59:19 |
rene |
Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained (Only the first 15 lines of the commit message are shown above ) |
3.86_2 10 Dec 2019 09:02:43 |
antoine |
Deprecate ports broken for too long |
3.86_2 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
3.86_1 13 Jun 2019 09:01:55 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.86_1 21 May 2019 09:56:40 |
antoine |
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 |
3.86_1 09 Apr 2019 17:24:58 |
linimon |
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) |
3.86_1 09 Apr 2019 14:04:50 |
sunpoet |
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 |
3.86 09 Apr 2019 08:08:11 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
3.86 20 Mar 2019 21:40:03 |
brooks |
Switch to LLVM_DEFAULT from an hardcoded llvm40.
This removes the LLVM40 option.
PR: 236477, 231286
Approved by: ashish (maintainer) |
3.86 09 Aug 2018 17:41:11 |
brooks |
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 |
3.86 14 Dec 2017 19:23:45 |
swills |
lang/rubinius: fix build with Ruby 2.4 |
3.86 04 Nov 2017 11:43:35 |
dbaio |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket) |
3.86 03 Oct 2017 02:33:08 |
ashish |
- Update to 3.86 |
3.70_1 22 Sep 2017 10:48:58 |
mat |
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 |
3.70_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
3.70_1 27 Jun 2017 13:46:53 |
sunpoet |
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 |
3.70 26 Apr 2017 12:02:40 |
miwi |
- Remove clang36 support |
3.70 01 Apr 2017 11:07:13 |
bapt |
Remove more llvm 3.7 variables |
3.70 01 Apr 2017 10:58:27 |
bapt |
Remove LLVM 3.7
It is unused and not maintained by upstream
Approved by: brooks |
3.70 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
3.70 04 Feb 2017 18:07:37 |
ashish |
- Update to 3.70
- Unbreak for Ruby 2.3
- Add option for LLVM 4.0
- Mark LLVM 4.0 as default |
3.69 18 Jan 2017 13:20:32 |
tijl |
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) |
3.69 14 Dec 2016 12:19:31 |
ashish |
- Only supported on AMD64 platforms
Reported by: pkg-fallout |
3.69 12 Dec 2016 11:31:01 |
ashish |
- 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 |
2.5.2 19 Jul 2016 13:37:19 |
mat |
We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.
Sponsored by: Absolight |
2.5.2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.5.2 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.5.2 03 Feb 2016 16:35:39 |
swills |
lang/rubinius: mark broken with Ruby 2.2 |
2.5.2 29 Jan 2016 18:51:34 |
pawel |
Remove plist target using deprecated @dirrm
Approved by: portmgr blanket |
2.5.2 21 Jan 2016 15:33:08 |
pawel |
Convert to USES=execinfo
PR: 205953
Submitted by: myself
Approved by: maintainer timeout |
2.5.2 17 Jan 2016 07:06:25 |
swills |
mark ports that don't work with Ruby 2.3
PR: 205774 |
2.5.2 04 Jan 2016 04:03:59 |
ashish |
- 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 |
2.5.2 16 Sep 2015 13:03:46 |
mat |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
2.5.2 08 Feb 2015 21:26:13 |
ashish |
- Update to 2.5.2
- Switch to LLVM 3.5
- Strip "rbx" binary |
2.2.10_2 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.2.10_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
2.2.10_1 28 Jul 2014 09:05:35 |
ashish |
- Strip installed libraries
- Prevent build log files from getting installed
Reported by: swills |
2.2.10 21 Jul 2014 17:15:15 |
adamw |
Add USES=readline to fix configure. |
2.2.10 05 Jul 2014 21:49:51 |
ashish |
- Update to 2.2.10 |
2.2.9 23 Jun 2014 07:27:24 |
ashish |
- 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 |
2.2.5 05 May 2014 09:45:37 |
bapt |
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 |
2.2.5 20 Apr 2014 20:50:24 |
antoine |
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 |
2.2.5 23 Feb 2014 19:21:44 |
ashish |
- 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 |
1.2.4_2 10 Feb 2014 13:27:10 |
bapt |
Back to the futur |
1.2.4_2 10 Feb 2014 12:58:55 |
bapt |
Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.
Reported by: distillator |
1.2.4_2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.2.4_2 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.2.4_2 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
1.2.4_2 28 Mar 2013 15:51:17 |
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
1.2.4_2 13 Jun 2012 05:13:04 |
bapt |
Convert to new options framework |
1.2.4_2 24 Oct 2011 03:33:20 |
stas |
- 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). |
1.2.4_2 13 Sep 2011 06:34:17 |
stas |
- Rubinius does not need ruby to run. |
1.2.4_1 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
1.2.4 10 Aug 2011 09:07:24 |
linimon |
Mark as broken on sparc64: does not compile. |
1.2.4 07 Jul 2011 02:41:36 |
stas |
- Update to 1.2.4.
- Unbreak. |
1.2.3 23 May 2011 23:00:50 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
1.2.3 14 May 2011 01:21:39 |
stas |
- Update to 1.2.3. |
1.2.2 05 Mar 2011 02:51:15 |
stas |
- Update to 1.2.2. |
1.2.0 27 Jan 2011 08:35:30 |
pav |
- Disallow from 7.x builds on pointyhat due to hangs
Feature safe: yes |
1.2.0 12 Jan 2011 03:42:23 |
stas |
- Fix pkg-plist in case when gdbm is not present.
- Add option to enable/disable GDBM.
Reported by: pav
Feature safe: yes |
1.2.0 11 Jan 2011 04:39:19 |
stas |
- Update to 1.2. |
1.1.0 24 Oct 2010 22:07:03 |
pav |
- Mark BROKEN on 6.X: does not build
Reported by: pointyhat |
1.1.0 11 Oct 2010 21:20:57 |
stas |
- Add port for lang/rubinius, a LLVM based ruby language implementation.
WWW: http://rubini.us/ |