aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby18
Commit message (Collapse)AuthorAgeFilesLines
* - Fix last discovered security vulnerabilities.Sergey Matveychuk2006-07-304-1/+77
| | | | | | | VuXML id: 76562594-1f19-11db-b7d4-0008743bf21a Notes: svn path=/head/; revision=169116
* - Revert previous commit, it broke ruby-gtk2Pav Lucistnik2006-05-241-3/+4
| | | | | | | Reported by: mezz Notes: svn path=/head/; revision=163310
* - Don't link pthread libs in non-pthread case (the default case)Pav Lucistnik2006-05-241-4/+3
| | | | | | | | PR: ports/97765 (based on) Submitted by: Takeshi MUTOH <mutoh@openedu.org> Notes: svn path=/head/; revision=163245
* - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabledPav Lucistnik2006-05-151-1/+1
| | | | | | | | PR: ports/97178 (based on) Submitted by: cokane Notes: svn path=/head/; revision=162432
* Remove obsolete USE_REINPLACE.OKAZAKI Tetsurou2006-05-032-1/+4
| | | | | | | Add missing entries for the ONIGURUMA option to the plist. Notes: svn path=/head/; revision=161244
* Wrong type of integer argument to ioctl(2) cause ruby18 to produce lotsAndrey Slusar2006-05-022-1/+23
| | | | | | | | | | of sign-extension noises through console / kernel log on FreeBSD/amd64. PR: ports/94088 Submitted by: ariff Notes: svn path=/head/; revision=161190
* Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.MANTANI Nobutaka2006-04-301-0/+2
| | | | | | | Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> Notes: svn path=/head/; revision=160931
* - Disable pthread support by default to fix breakage of some ruby applicationsMANTANI Nobutaka2006-03-311-5/+15
| | | | | | | | | | | (migemo, mod_ruby, etc.). - Remove WITHOUT_PTHREADS knob and add WITH_PTHREADS knob. - Bump PORTREVISION. Approved by: portmgr (krion) Notes: svn path=/head/; revision=158474
* Use the code actually committed into Ruby CVS againstHajimu UMEMOTO2006-01-242-42/+99
| | | | | | | | | getcontext/setcontext issue. Obtained from: Ruby CVS Notes: svn path=/head/; revision=154353
* Better fix for the problem on AMD64 and Pentium4 since rev1.4.Hajimu UMEMOTO2006-01-221-22/+19
| | | | | | | | | | | | | | getcontext() saves EFLAGS and setcontext() restores it. When carry flag is set in EFLAGS, setcontext() treats it as an system call error. This problem is filed as misc/92110. rev1.3 and before hid this problem, and rev1.4 exposed it. Drop carry flag before getcontext() for workaround for this problem. Submitted by: Tanaka Akira <akr__at__m17n.org> Tested by: TAKANO Yuji <takachan__at__running-dog.net> Notes: svn path=/head/; revision=154133
* WITHOUT_CPU_CFLAGS hack is not required anymore.Hajimu UMEMOTO2006-01-211-6/+0
| | | | | | | Tested by: TAKANO Yuji <takachan__at__running-dog.net> Notes: svn path=/head/; revision=154081
* fix build on AMD64 for workaround.Hajimu UMEMOTO2006-01-211-17/+22
| | | | | | | Reported by: many Notes: svn path=/head/; revision=154070
* ${CPUTYPE} might not defined.Hajimu UMEMOTO2006-01-211-0/+2
| | | | | | | Reported by: cperciva Notes: svn path=/head/; revision=154039
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpHajimu UMEMOTO2006-01-211-0/+4
| | | | | | | | | | | since my last commit. It spun in 'miniruby' somewhere in a bigdecimal compile. So, if CPUTYPE is defined as athlon64 or athlon-xp, ignore CPU_CFLAGS for workaround. Reported by: Mike Harding <mvh__at__ix.netcom.com> Notes: svn path=/head/; revision=154033
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64Hajimu UMEMOTO2006-01-202-17/+43
| | | | | | | | | | | | | before gcc 4.0.3. previous one broke xcgroup of XCAST6: http://sourceforge.net/projects/xcast6/ Reported by: SUZUKI Koichi <metal__at__gc5.so-net.ne.jp> Obtained from: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c.diff?r1=1.616.2.148;r2=1.616.2.149 Notes: svn path=/head/; revision=154007
* - Fix build on sparc64Pav Lucistnik2006-01-181-0/+44
| | | | | | | | | Investigated by: marius This patch by: Tanaka Akira <akr@m17n.org> (akr in ruby CVS) Obtained from: ruby CVS Notes: svn path=/head/; revision=153824
* - Provide WITHOUT_PTHREADS optionPav Lucistnik2006-01-161-3/+9
| | | | | | | Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> Notes: svn path=/head/; revision=153635
* - Fix bug: FileUtils.mv() does not unlink source file when moving overPav Lucistnik2006-01-162-1/+11
| | | | | | | | | filesystem boundaries Reported by: Virgil Champlin <champlin@stupidog.org> Notes: svn path=/head/; revision=153609
* - OPENSSLINC is even betterPav Lucistnik2006-01-141-1/+1
| | | | | | | Submitted by: mezz Notes: svn path=/head/; revision=153492
* - Use OPENSSLBASEPav Lucistnik2006-01-141-5/+2
| | | | | | | Suggested by: mezz Notes: svn path=/head/; revision=153491
* - Add patchfile neded for ruby-tkPav Lucistnik2006-01-141-0/+7
| | | | Notes: svn path=/head/; revision=153490
* - Account for removal of tcltklib; 1.8 is now defaultPav Lucistnik2006-01-141-7/+3
| | | | Notes: svn path=/head/; revision=153467
* - Enable pthreads using configure switch, so autodetection based on headersPav Lucistnik2006-01-141-3/+2
| | | | | | | parsing works Notes: svn path=/head/; revision=153463
* - Correct OpenSSL handling from previous commitPav Lucistnik2006-01-141-1/+1
| | | | Notes: svn path=/head/; revision=153462
* - Make OpenSSL handling more obviousPav Lucistnik2006-01-141-2/+6
| | | | Notes: svn path=/head/; revision=153461
* - Update to 1.8.4Pav Lucistnik2006-01-146-472/+696
| | | | | | | | PR: ports/91556 Submitted by: Alexander Wittig <alexander@wittig.name> Notes: svn path=/head/; revision=153456
* 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