aboutsummaryrefslogtreecommitdiff
path: root/lang/rubinius
Commit message (Collapse)AuthorAgeFilesLines
* lang/rubinius: fix build with Ruby 2.4Steve Wills2017-12-141-29/+29
| | | | Notes: svn path=/head/; revision=456335
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket) Notes: svn path=/head/; revision=453453
* - Update to 3.86Ashish SHUKLA2017-10-034-874/+762
| | | | Notes: svn path=/head/; revision=451108
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-221-4/+0
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=444463
* - Remove clang36 supportMartin Wilke2017-04-261-6/+1
| | | | Notes: svn path=/head/; revision=439439
* Remove more llvm 3.7 variablesBaptiste Daroussin2017-04-011-4/+0
| | | | Notes: svn path=/head/; revision=437429
* Remove LLVM 3.7Baptiste Daroussin2017-04-011-2/+1
| | | | | | | | | It is unused and not maintained by upstream Approved by: brooks Notes: svn path=/head/; revision=437427
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* - Update to 3.70Ashish SHUKLA2017-02-043-395/+398
| | | | | | | | | - Unbreak for Ruby 2.3 - Add option for LLVM 4.0 - Mark LLVM 4.0 as default Notes: svn path=/head/; revision=433332
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-3/+1
| | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=431796
* - Only supported on AMD64 platformsAshish SHUKLA2016-12-141-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=428559
* - Update to 3.69Ashish SHUKLA2016-12-126-3193/+2533
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=428407
* We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.Mathieu Arnold2016-07-191-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418785
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/rubinius: mark broken with Ruby 2.2Steve Wills2016-02-031-0/+1
| | | | Notes: svn path=/head/; revision=407961
* Remove plist target using deprecated @dirrmPawel Pekala2016-01-291-51/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=407491
* Convert to USES=execinfoPawel Pekala2016-01-211-3/+2
| | | | | | | | | PR: 205953 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=406861
* mark ports that don't work with Ruby 2.3Steve Wills2016-01-171-0/+2
| | | | | | | PR: 205774 Notes: svn path=/head/; revision=406285
* - Mark as broken on FreeBSD 9.x, and FreeBSD 11.xAshish SHUKLA2016-01-042-1101/+43
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=405208
* It seems some people keep adding $FreeBSD$ to patch files.Mathieu Arnold2015-09-161-3/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=397064
* - Update to 2.5.2Ashish SHUKLA2015-02-083-2743/+3990
| | | | | | | | - Switch to LLVM 3.5 - Strip "rbx" binary Notes: svn path=/head/; revision=378686
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Cleanup plistBaptiste Daroussin2014-10-271-1024/+0
| | | | Notes: svn path=/head/; revision=371587
* - Strip installed librariesAshish SHUKLA2014-07-282-47/+6
| | | | | | | | | - Prevent build log files from getting installed Reported by: swills Notes: svn path=/head/; revision=363123
* Add USES=readline to fix configure.Adam Weinberger2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362452
* - Update to 2.2.10Ashish SHUKLA2014-07-052-6/+22
| | | | Notes: svn path=/head/; revision=360825
* - Update to 2.2.9Ashish SHUKLA2014-06-233-558/+1300
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=358900
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352986
* Mark broken: Fails to buildAntoine Brodin2014-04-201-0/+2
| | | | | | | | | | | | | | # "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 Notes: svn path=/head/; revision=351647
* - Update to 2.2.5Ashish SHUKLA2014-02-235-3112/+6362
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=345758
* Back to the futurBaptiste Daroussin2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-101-0/+3
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-4/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* Convert to new options frameworkBaptiste Daroussin2012-06-131-2/+4
| | | | Notes: svn path=/head/; revision=299169
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=284225
* - Rubinius does not need ruby to run.Stanislav Sedov2011-09-131-1/+2
| | | | Notes: svn path=/head/; revision=281714
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+2
| | | | Notes: svn path=/head/; revision=281668
* Mark as broken on sparc64: does not compile.Mark Linimon2011-08-101-0/+3
| | | | Notes: svn path=/head/; revision=279395
* - Update to 1.2.4.Stanislav Sedov2011-07-074-39/+499
| | | | | | | - Unbreak. Notes: svn path=/head/; revision=277210
* - Mark BROKEN: does not compilePav Lucistnik2011-05-231-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=274544
* - Update to 1.2.3.Stanislav Sedov2011-05-144-3/+51
| | | | Notes: svn path=/head/; revision=274079
* - Update to 1.2.2.Stanislav Sedov2011-03-055-22/+254
| | | | Notes: svn path=/head/; revision=270328
* - Disallow from 7.x builds on pointyhat due to hangsPav Lucistnik2011-01-271-2/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268279
* - Fix pkg-plist in case when gdbm is not present.Stanislav Sedov2011-01-122-1/+10
| | | | | | | | | | - Add option to enable/disable GDBM. Reported by: pav Feature safe: yes Notes: svn path=/head/; revision=267688