| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Obtained from: ruby CVS
Reviewed by: trhodes
OK'ed by: maintainer silence
With hat: secteam
Notes:
svn path=/head/; revision=122406
|
|
|
|
|
|
|
| |
cgi/session's insecure permissions problem.
Notes:
svn path=/head/; revision=116477
|
|
|
|
|
|
|
|
|
| |
fixes getaddrinfo() check failure on KAME.
Requested by: suz
Notes:
svn path=/head/; revision=107369
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104943
|
|
|
|
|
|
|
|
|
| |
of Ruby, which is now 1.8.
Pointed out by: kris
Notes:
svn path=/head/; revision=104812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
This fixes a few bugs in standard libraries.
Notes:
svn path=/head/; revision=92736
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=78294
|
|
|
|
| |
Notes:
svn path=/head/; revision=78293
|
|
|
|
|
|
|
|
|
|
| |
configure.in be ahead of that of configure and autoconf thus be
demanded.
Submitted: kris, bento
Notes:
svn path=/head/; revision=75796
|
|
|
|
| |
Notes:
svn path=/head/; revision=75779
|
|
|
|
| |
Notes:
svn path=/head/; revision=74668
|
|
|
|
| |
Notes:
svn path=/head/; revision=74656
|
|
|
|
| |
Notes:
svn path=/head/; revision=73994
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=73432
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
disabling parallel build on sparc64. The INSTALLS_DEPENDS thing
probably comes from bsd.port.mk, but I wonder why it is regarded as a
target when it is only used as a boolean variable. I think make(1)
has some problem with parallel build (-jN) on that platform.
I could not really reproduce the error on panther, but a submitter [1]
says the build went fine if he commented the -jN option out as I
suggested.
Submitted by: Anders Andersson <anders@hack.org>,
Joao Pedras <jpedras@webvolution.net> [1],
kris
Notes:
svn path=/head/; revision=73231
|
|
|
|
| |
Notes:
svn path=/head/; revision=72892
|
|
|
|
|
|
|
|
|
| |
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=72890
|
|
|
|
| |
Notes:
svn path=/head/; revision=72885
|
|
|
|
|
|
|
| |
Obtained from: self (Ruby CVS)
Notes:
svn path=/head/; revision=71996
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
This fixes temporary file locking errors seen in portupgrade. (not a
security vulnerability, just a problem with cleanup)
Notes:
svn path=/head/; revision=70424
|
|
|
|
|
|
|
| |
Feel free to send me any feedback before 1.6.8 is finally released.
Notes:
svn path=/head/; revision=69775
|
|
|
|
| |
Notes:
svn path=/head/; revision=69575
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
latest snapshots as of today, 2002-09-12 (JST).
Notes:
svn path=/head/; revision=66160
|
|
|
|
|
|
|
|
|
| |
to pkg-plist.
Reported by: nork
Notes:
svn path=/head/; revision=63910
|
|
|
|
|
|
|
| |
Suggested by: Andreas Hauser <hauser@informatik.uni-muenchen.de>
Notes:
svn path=/head/; revision=63478
|
|
|
|
|
|
|
| |
2002-07-15.
Notes:
svn path=/head/; revision=62980
|
|
|
|
|
|
|
|
|
|
| |
undefined when DEBUG_FLAGS is defined.
Submitted by: Dave Cornejo <dave@dogwood.com>,
Joshua Goodall <joshua@roughtrade.net>
Notes:
svn path=/head/; revision=59938
|
|
|
|
|
|
|
| |
2002-05-23.
Notes:
svn path=/head/; revision=59876
|
|
|
|
|
|
|
| |
a local patch applied. (which will be committed soon)
Notes:
svn path=/head/; revision=58512
|
|
|
|
| |
Notes:
svn path=/head/; revision=57687
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to the latest 1.6 stable snapshot as of 2002-03-27.
- Update the Oni Guruma alternative regex engine to 20020325.
lang/ruby-devel:
- Update to the latest 1.7 development snapshot as of 2002-03-26.
- Add the WITH_ONIGURUMA knob as well as lang/ruby.
- Require devel/autoconf (2.53 or later is required).
- Add several modules to the obsoleted modules list (now included):
bigfloat
fileutils
racc-runtime
strscan
Notes:
svn path=/head/; revision=56717
|
|
|
|
|
|
|
|
|
| |
Add a WITH_ONIGURUMA knob that enables the Oni Guruma regex engine
that's currently under development that will eventually replace the
stock one that's derived from LGPL'd GNU regex. [experimental]
Notes:
svn path=/head/; revision=56043
|
|
|
|
|
|
|
| |
Update lang/ruby-devel to the latest snapshot as of 2002-03-01.
Notes:
svn path=/head/; revision=55374
|
|
|
|
|
|
|
|
|
| |
(what is built from ports) from coredumping. [workaround]
Set MAKE_ARGS to "-j3" to hasten the build.
Notes:
svn path=/head/; revision=54925
|
|
|
|
|
|
|
|
|
|
|
| |
lang/ruby-devel deinstall obsoleted (integrated) packages in their
post-install targets (for installation from ports) and in their plists
(for installation from packages),
Update to the latest snapshot as of 2002-01-29 while I'm at it.
Notes:
svn path=/head/; revision=53945
|
|
|
|
| |
Notes:
svn path=/head/; revision=53730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Notes:
svn path=/head/; revision=52646
|
|
|
|
|
|
|
| |
Update lang/ruby-devel to the 1.7.2 Xmas' development snapshot.
Notes:
svn path=/head/; revision=52161
|
|
|
|
| |
Notes:
svn path=/head/; revision=52001
|
|
|
|
|
|
|
|
|
| |
Update lang/ruby-devel to the latest snapshot, 1.7-2001.11.22.
Use bzip2 patches instead of gzip patches.
Notes:
svn path=/head/; revision=50463
|
|
|
|
|
|
|
| |
today. (2001/11/04)
Notes:
svn path=/head/; revision=49528
|