summaryrefslogtreecommitdiff
path: root/Mk/bsd.ruby.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.Akinori MUSHA2003-09-101-2/+2
| | | | | | | | 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
* Fix the problem that RUBY_WITH_PTHREAD is unwantedly nullified for theAkinori MUSHA2003-08-221-1/+3
| | | | | | | | | *_r ports. Reported by: kris, nork, broken make index Notes: svn path=/head/; revision=87490
* Nullify RUBY_WITH_PTHREAD for FreeBSD 5.1-RELEASE and later.Akinori MUSHA2003-08-211-0/+4
| | | | | | | | | | | | | I have tested a few modules that worked fine. I hope such things as ruby_r will die soon. For FreeBSD 4.x and prior, ruby_r will forever be needed because the interpreter (ruby) linked with libc.so crashes when a module that is (indirectly) linked with libc_r.so, because stdio and stuff get inconsitent inside of them. Notes: svn path=/head/; revision=87453
* Add RUBY18_ONLY to PLIST_SUB.Akinori MUSHA2003-08-181-0/+6
| | | | Notes: svn path=/head/; revision=87168
* Oops, I forgot to commit this one.Akinori MUSHA2003-08-071-2/+3
| | | | | | | | lang/ruby -> lang/ruby16 lang/ruby-devel -> lang/ruby18 Notes: svn path=/head/; revision=86502
* Set the default version of ruby to 1.8 on amd64.Akinori MUSHA2003-08-051-1/+1
| | | | Notes: svn path=/head/; revision=86343
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andAkinori MUSHA2003-08-041-4/+4
| | | | | | | | | | | | | 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
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyAkinori MUSHA2003-06-261-2/+2
| | | | | | | unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet) Notes: svn path=/head/; revision=83616
* Update lang/ruby-devel to 1.8.0-preview3.Akinori MUSHA2003-06-231-3/+3
| | | | | | | | ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard distribution. Notes: svn path=/head/; revision=83471
* Add the ruby dependency to EXTRACT_DEPENDS and PATCH_DEPENDS as wellAkinori MUSHA2003-05-131-0/+2
| | | | | | | | | as BUILD_DEPENDS. Submitted by: olgeni Notes: svn path=/head/; revision=80938
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-191-5/+7
| | | | | | | | | | 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
* ruby-testunit and ruby-runit are now part of ruby 1.8. Do not addAkinori MUSHA2003-03-111-0/+2
| | | | | | | | | unnecessary dependencies when building with ruby 1.8. Submitted by: bento Notes: svn path=/head/; revision=77086
* Update lang/ruby-devel to 1.8.0-preview2.Akinori MUSHA2003-03-031-4/+3
| | | | Notes: svn path=/head/; revision=76800
* lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.Akinori MUSHA2003-02-091-0/+3
| | | | Notes: svn path=/head/; revision=75192
* Update lang/ruby-devel to the latest snapshot as of 2003.01.28.Akinori MUSHA2003-01-291-2/+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
* Update lang/ruby to the latest snapshot as of 2003-01-19, and OniAkinori MUSHA2003-01-251-2/+2
| | | | | | | | Guruma to 2003-01-21. This update includes a bug fix that exposes when formatting Bignums, like with ipaddr.rb. Notes: svn path=/head/; revision=73978
* Correct the definition of RUBY_PORT when RUBY_DEFAULT_VER=1.8 andAkinori MUSHA2003-01-241-1/+1
| | | | | | | RUBY_VER=1.6. Notes: svn path=/head/; revision=73907
* Set RUBY_DEFAULT_VER to 1.8 on alpha, sparc64 and ia64. Ruby 1.6 hasAkinori MUSHA2003-01-111-8/+7
| | | | | | | | some unidentified coredumping problems on these platforms and there will be no more release from the 1.6 branch. Notes: svn path=/head/; revision=72896
* Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,Akinori MUSHA2003-01-111-2/+2
| | | | | | | | | | | | which now supports FreeBSD/sparc64. Set ONLY_FOR_ARCHS to i386, alpha and sparc64. Ruby does not support IA64 yet. It does not even build or install correctly. We need some clue to the IA64 stack structure and handling of the IA64 register windows. Notes: svn path=/head/; revision=72891
* Turn RUBY_NO_RD_HTML on by default on i386 also and add a RUBY_RD_HTMLAkinori MUSHA2002-12-271-2/+8
| | | | | | | | | option instead. ftp-master still has the old distfile of ruby-rdtool before a repack and the checksum mismatch it causes is getting a show stopper on bento. Notes: svn path=/head/; revision=71931
* lang/ruby:Akinori MUSHA2002-12-241-15/+19
| | | | | | | | | | | | | | | | | | | | | | | - Update to the 1.6.8 final release. (which fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Attach a small knob for debugging. lang/ruby-devel - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Fix pkg-plist nits. lang/ruby16-shim-ruby18 - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1) - Fix pkg-plist nits. Approved by: lioux (and self) A Merry Christmas to: all of you Notes: svn path=/head/; revision=71837
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toAkinori MUSHA2002-12-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | 1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12. - Fix a few bugs that lead to core dump, one in the ruby interpreter and another in the syslog module. Reported by: ume (net/dtcp was a victim) - Fix an installation problem occasionally seen on bento. (a bug in Makefile that caused race) Submitted by: bento - Fix a problem that irb(1) didn't work because the symlink was wrong. Submitted by: Jos Backus <jos@catnook.com> - Get rid of move & symlink spaghetti completely from the installation process. Discussed with: portmgr (will) Notes: svn path=/head/; revision=71577
* Rd2 coredumps also on sparc64, so apply RUBY_NO_RD_HTML to sparc64 asAkinori MUSHA2002-12-081-3/+3
| | | | | | | | | | well as alpha. Observed on: panther Reported by: kris Notes: svn path=/head/; revision=71420
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. ThisAkinori MUSHA2002-12-061-10/+24
| | | | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris Notes: svn path=/head/; revision=71402
* Add a new utility variable: RUBY_RD_FILES.Akinori MUSHA2002-11-221-0/+23
| | | | Notes: svn path=/head/; revision=70747
* Update lang/ruby-devel to the latest snapshot as of 2002-11-22.Akinori MUSHA2002-11-221-2/+2
| | | | | | | Add a DEBUG knob here too. Notes: svn path=/head/; revision=70742
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.Akinori MUSHA2002-11-141-2/+2
| | | | Notes: svn path=/head/; revision=70116
* Update lang/ruby to 1.6.8-preview2.Akinori MUSHA2002-11-091-2/+2
| | | | | | | Feel free to send me any feedback before 1.6.8 is finally released. Notes: svn path=/head/; revision=69775
* Update lang/ruby to 1.6.8-preview1.Akinori MUSHA2002-11-061-3/+4
| | | | Notes: svn path=/head/; revision=69575
* Update lang/ruby-devel to the latest snapshot as of 2002-10-30.Akinori MUSHA2002-11-021-2/+2
| | | | | | | | | FreeBSD/sparc64 fails to build this and somehow the entire OS gets frozen while running `miniruby'. I'd appreciate if someone with a clue could help me fix the problem. Notes: svn path=/head/; revision=69309
* Define DEPEND_RUBY_RDOC properly.Akinori MUSHA2002-10-251-1/+1
| | | | Notes: svn path=/head/; revision=68789
* Add RUBY_MODNAME, RUBY_MODDOCDIR and RUBY_MODEXAMPLESDIR.Akinori MUSHA2002-10-061-0/+10
| | | | Notes: svn path=/head/; revision=67501
* Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2,Akinori MUSHA2002-10-061-10/+29
| | | | | | | | | | RUBY_RD_PORT to RUBY_RDTOOL_PORT and DEPEND_RUBY_RD2 to DEPEND_RUBY_RDTOOL. Add USE_RUBY_RDOC, RUBY_RDOC, RUBY_RDOC_PORT and DEPEND_RUBY_RDOC. Notes: svn path=/head/; revision=67499
* Ruby 1.7 on alpha does not coredump running Racc.Akinori MUSHA2002-10-051-1/+1
| | | | Notes: svn path=/head/; revision=67397
* http://www.iDaemons.org/distfiles/ -> ftp://ftp.iDaemons.org/pub/distfiles/Akinori MUSHA2002-10-051-1/+1
| | | | Notes: svn path=/head/; revision=67314
* Set NOPORTDOCS in the USE_RUBY_RD case on alpha, because it is causingKris Kennaway2002-10-051-0/+4
| | | | | | | | | coredumps. Submitted by: knu Notes: svn path=/head/; revision=67297
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichAkinori MUSHA2002-09-271-4/+3
| | | | | | | | | | | fixes several coredump bugs and fatal threading problems. Remove the autoconf dependency by including a pre-generated configure script in the distfile. It now also includes a pre-generated parse.c made by bison 1.35. Notes: svn path=/head/; revision=67167
* Reroll a stable snapshot tarball as of 2002-09-12 for lang/rubyAkinori MUSHA2002-09-241-6/+2
| | | | | | | | | | containing a pregenerated configure and a parse.c generated with bison 1.35. This is to offer a smaller (.tar.bz2) distfile, remove the autoconf dependency and benefit from a bit more efficient parse.c than that which byacc(1) generates. Notes: svn path=/head/; revision=67102
* - Define RUBY_SHIM18_PORT and DEPEND_RUBY_SHIM18.Akinori MUSHA2002-09-211-0/+26
| | | | | | | - Introduce USE_RUBY_FEATURES to make life easier. Notes: svn path=/head/; revision=66998
* Update lang/ruby-devel to the latset snapshot as of 2002.09.20.Akinori MUSHA2002-09-201-2/+3
| | | | Notes: svn path=/head/; revision=66935
* Update lang/ruby-devel to the snapshot as of 2002-09-17.Akinori MUSHA2002-09-181-2/+2
| | | | | | | This fixes coredump on the Alpha. Notes: svn path=/head/; revision=66573
* Add my iDaemons.org site to MASTER_SITE_BACKUP on which I startedAkinori MUSHA2002-09-111-0/+3
| | | | | | | | mirroring all the distfiles of ruby related ports except RESTRICTED ones. Notes: svn path=/head/; revision=66166
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-111-5/+6
| | | | | | | latest snapshots as of today, 2002-09-12 (JST). Notes: svn path=/head/; revision=66160
* Set --target="${RUBY_ARCH}" --program-prefix="" to CONFIGURE_ARGS andAkinori MUSHA2002-07-171-1/+3
| | | | | | | | stop using CONFIGURE_TARGET. This prevents lang/{ruby,ruby-devel} from installing binaries and libraries with weird prefixes. Notes: svn path=/head/; revision=63143
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-07-151-6/+6
| | | | | | | 2002-07-15. Notes: svn path=/head/; revision=62980
* Use {CONFIGURE,BUILD,INSTALL}_WRKSRC where appropriate.Akinori MUSHA2002-07-071-7/+7
| | | | Notes: svn path=/head/; revision=62601
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2002-05-241-5/+6
| | | | | | | 2002-05-23. Notes: svn path=/head/; revision=59876
* Update lang/ruby-devel to the latest development snapshot as ofAkinori MUSHA2002-05-041-2/+2
| | | | | | | | | 2002-05-05. This fixes some ruby extensions under RUBY_VER=1.7. Update the Oni Guruma regex engine to 20020424. Notes: svn path=/head/; revision=58560
* Update lang/ruby to the latest stable stapshot as of 2002-05-02, withAkinori MUSHA2002-05-031-2/+4
| | | | | | | a local patch applied. (which will be committed soon) Notes: svn path=/head/; revision=58512
* Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.Akinori MUSHA2002-05-031-3/+3
| | | | Notes: svn path=/head/; revision=58510