aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby18
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when BATCH and WITH_ONIGURUMA is set.Sam Lawrance2005-11-291-0/+25
| | | | | | | | | PR: ports/87704 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Reviewed by: Parv <parv@pair.com> Notes: svn path=/head/; revision=149849
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149341
* - Drop maintinership to ports@Sergey Matveychuk2005-11-211-1/+1
| | | | | | | Reminded by: linimon Notes: svn path=/head/; revision=148982
* - Back out the last update. It breaks many ruby ports install.Sergey Matveychuk2005-11-143-304/+235
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=148207
* bsd.ruby.mk:Sergey Matveychuk2005-11-093-234/+304
| | | | | | | | | | | | | | | | | | | | | - Change LOCALBASE with _RUBY_BASE - Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST _RUBY_BASE=LOCALBASE otherwise for easy ports testing. lang/ruby18: - Update to 1.8.3 Grant maintainership to submitter. While I'm here: - Add _RUBY_PORT_TEST=yes to lang/ruby16 port too. (lang/ruby1[68] must set it for right install). PR: ports/87332 Submitted by: Alexander Novitsky Notes: svn path=/head/; revision=147676
* - Fix a ruby vulnerabuility in the safe level settings.Sergey Matveychuk2005-10-273-14/+6
| | | | | | | | | | Based on: ports/87816 Submitted by: Phil Oleson <oz@nixil.net> Security: http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html Notes: svn path=/head/; revision=146505
* Fix arbitrary command execution in XMLRPC server.Simon L. B. Nielsen2005-07-032-1/+12
| | | | | | | | | | | | | PR: ports/82855 Submitted by: Renato Botelho <freebsd@galle.com.br> Obtained from: Ruby CVS Approved by: maintainer timeout (1 day; security) With hat: secteam Security: CAN-2005-1992 Security: http://vuxml.FreeBSD.org/594eb447-e398-11d9-a8bd-000cf18bbe54.html Notes: svn path=/head/; revision=138386
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-252-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* Hack commit to allow ruby18 to build on sparc64. This changes to threading,David E. O'Brien2005-02-241-1/+1
| | | | | | | | | so a real fix should be found ASAP. Submitted by: gad Notes: svn path=/head/; revision=129635
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-052-14/+24
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* Update to the "second" 1.8.2 release. (officially announced, of course)Akinori MUSHA2004-12-252-2/+3
| | | | Notes: svn path=/head/; revision=125138
* Update lang/ruby18 to the 1.8.2 release. Happy holidays!Akinori MUSHA2004-12-253-11/+11
| | | | Notes: svn path=/head/; revision=125110
* Fix plist.Akinori MUSHA2004-12-252-2/+6
| | | | Notes: svn path=/head/; revision=125108
* Update lang/ruby18 to 1.8.2-preview4.Akinori MUSHA2004-12-234-31/+220
| | | | | | | | | * Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1) may coredump with a double free() problem from a misuse of the DL module. In that case, reinstall sysutils/portupgrade manually. Notes: svn path=/head/; revision=125010
* Fix DoS in the Ruby CGI module.Simon L. B. Nielsen2004-11-252-1/+28
| | | | | | | | | | Obtained from: ruby CVS Reviewed by: trhodes OK'ed by: maintainer silence With hat: secteam Notes: svn path=/head/; revision=122406
* Handle ri document directories properly.Akinori MUSHA2004-08-122-2036/+2047
| | | | Notes: svn path=/head/; revision=116011
* Update lang/ruby18 to 1.8.2-preview2.Akinori MUSHA2004-08-124-25/+2136
| | | | Notes: svn path=/head/; revision=116004
* Pull in the latest change to mkmf.rb to avoid build error whenAkinori MUSHA2004-07-132-0/+22
| | | | | | | devel/readline is installed. Notes: svn path=/head/; revision=113532
* Update lang/ruby18 and the bundled modules to the latest 1.8 branchAkinori MUSHA2004-05-023-15/+71
| | | | | | | snapshot as of 2004-05-02. Notes: svn path=/head/; revision=108204
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update pkg-message to match the current state of the default versionAkinori MUSHA2004-03-211-4/+0
| | | | | | | | | of Ruby, which is now 1.8. Pointed out by: kris Notes: svn path=/head/; revision=104812
* BROKEN on ia64: segfault during buildKris Kennaway2004-03-141-0/+4
| | | | Notes: svn path=/head/; revision=103918
* Change the default version of ruby to 1.8 for i386 as well, finally.Akinori MUSHA2004-02-262-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always put a version suffix to the ruby name (no matter if ruby is the default version) to avoid mess in future. [Notes for i386 users] If you are a ruby developer and still want to stick with ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. If you are a ruby developer and want to keep ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please run the following series of commands to migrate to ruby 1.8: 1) Reinstall portupgrade manually (and ruby 1.8 will be installed) pkg_delete portupgrade-\* (cd /usr/ports/sysutils/portupgrade; make install clean) 2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8) portupgrade -fr lang/ruby16 3) Reinstall ruby 1.8 (because the previous step kills symlinks) portupgrade -f lang/ruby18 4) Deinstall ruby 1.6 stuff (if you are paranoia) pkg_deinstall -ri lang/ruby16 Notes: svn path=/head/; revision=102227
* Fix plist and bump PORTREVISION.Akinori MUSHA2004-02-172-21/+84
| | | | | | | | PR: ports/61596 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=101140
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!Akinori MUSHA2003-12-242-2/+2
| | | | Notes: svn path=/head/; revision=96550
* Update lang/ruby18 to 1.8.1.p4.Akinori MUSHA2003-12-223-1/+17
| | | | Notes: svn path=/head/; revision=96416
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.Akinori MUSHA2003-12-155-26/+64
| | | | Notes: svn path=/head/; revision=95835
* Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHSMarcel Moolenaar2003-11-271-3/+0
| | | | | | | | | that listed all archs, except ia64. Approved by: portmgr (kris) Notes: svn path=/head/; revision=94805
* Fix the build on ia64:Marcel Moolenaar2003-11-272-0/+24
| | | | | | | | | | | | | | | The __libc_ia64_register_backing_store_base variable is defined on Linux (in glibc) to allow processes to obtain the base of the RSE backing store. On FreeBSD we do not have such a variable. We also do not yet have a different interface for processes to use. So, for now, hardcode the base address of the RSE backing store as it is on FreeBSD. There's little chance this will change in the future, so it's not that evil. Approved by: portmgr (kris) Notes: svn path=/head/; revision=94803
* Update lang/ruby18 to 1.8.1-preview2.Akinori MUSHA2003-10-313-8/+114
| | | | Notes: svn path=/head/; revision=92706
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.Akinori MUSHA2003-09-103-1/+18
| | | | | | | | Many bugs have been fixed since the 1.8.0 release. (The diff file is very big because some big files were moved, sorry) Notes: svn path=/head/; revision=88893
* Ruby 1.8.0 builds fine and make test passes on amd64.Akinori MUSHA2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=86342
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andAkinori MUSHA2003-08-043-9/+84
| | | | | | | | | | | | | AMD64 ports still need some more testing and tweaking) By this update, openssl, webrick and xmlrpc modules are now part of the standard distribution. Since this version should no longer be called -devel, I am planning on repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively. Notes: svn path=/head/; revision=86273
* The dl module seems to cause coredump on Pentium4 boxen when compiledAkinori MUSHA2003-07-192-0/+20
| | | | | | | | | | | | with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump). Although currently I'm not sure if gcc 3.3's optimization has a bug or it is that it just exposed the dl module's hidden bug, disable those flags to work around the problem for the moment. Notes: svn path=/head/; revision=85196
* Correct the checksum for the 2003-06-25 patch.Akinori MUSHA2003-06-261-1/+1
| | | | | | | | | Bad proxy, no cookie, even for FTP service. Submitted by: roberto Notes: svn path=/head/; revision=83647
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyAkinori MUSHA2003-06-262-2/+2
| | | | | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet) Notes: svn path=/head/; revision=83616
* It turned out that ruby 1.8.0-preview3 only works with i386 due toAkinori MUSHA2003-06-231-1/+2
| | | | | | | | lack of prototypes. A patch to fix this will follow in a couple of days, and in the meantime mark this port as ONLY_FOR_ARCHS=i386. Notes: svn path=/head/; revision=83494
* Update lang/ruby-devel to 1.8.0-preview3.Akinori MUSHA2003-06-234-21/+95
| | | | | | | | ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution. Notes: svn path=/head/; revision=83471
* Add a patch to fix coredump that occurs when you run ruby with theAkinori MUSHA2003-04-191-0/+13
| | | | | | | | | | verbose flag on. (ruby -v -e 'begin;end') PORTREVISION is not bumped since this is not a significant problem for most people. Notes: svn path=/head/; revision=79304
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-193-20/+29
| | | | | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8. Notes: svn path=/head/; revision=79296
* Install a cookie file per variant in RUBY_ELISPDIR.Akinori MUSHA2003-04-052-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=78294
* ruby-testunit has been integrated into ruby.Akinori MUSHA2003-03-031-0/+1
| | | | Notes: svn path=/head/; revision=76802
* Update lang/ruby-devel to 1.8.0-preview2.Akinori MUSHA2003-03-033-84/+115
| | | | Notes: svn path=/head/; revision=76800
* Touch configure in the pre-configure stage lest the timestamp ofAkinori MUSHA2003-02-181-3/+4
| | | | | | | | | | configure.in be ahead of that of configure and autoconf thus be demanded. Submitted: kris, bento Notes: svn path=/head/; revision=75796
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* ruby-erb is now part of ruby 1.8 and shim-ruby18.Akinori MUSHA2003-02-121-0/+1
| | | | Notes: svn path=/head/; revision=75377
* Use devel/oniguruma to build ruby with oniguruma.Akinori MUSHA2003-02-042-11/+10
| | | | Notes: svn path=/head/; revision=74668
* Update Oniguruma to 20030204.Akinori MUSHA2003-02-042-2/+2
| | | | Notes: svn path=/head/; revision=74656
* Update lang/ruby-devel to the latest snapshot as of 2003.01.28.Akinori MUSHA2003-01-292-5/+3
| | | | | | | | | | Update Oni Guruma to 20030121. Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for sparc64. Notes: svn path=/head/; revision=74200
* Properly update for 1.8 [*] and rephrase.Akinori MUSHA2003-01-181-9/+8
| | | | | | | Submitted by: obrien [*] Notes: svn path=/head/; revision=73431