non port: lang/ruby16-shim-ruby18/Makefile |
Number of commits found: 21 |
Tuesday, 13 Feb 2007
|
09:11 stas
- Remove expired ruby 1.6 ports.
- Remove expired ruby18_static port that depends on ruby16
 |
Tuesday, 2 Jan 2007
|
19:19 stas
- Deprecate old and unmaintained ruby ports. It seems, that nobody uses it.
 |
Friday, 11 Nov 2005
|
01:18 linimon
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
 |
Friday, 22 Apr 2005
|
20:06 sem
- Fix PLIST. Unbreak.
- Remove blank line in Makefile.
PR: ports/79300
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: knu timeout
 |
Monday, 28 Feb 2005
|
01:24 kris
BROKEN: Incomplete pkg-plist
 |
Thursday, 26 Feb 2004
|
19:20 knu
Change the default version of ruby to 1.8 for i386 as well, finally.
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
 |
17:33 knu
Define RUBY_VER=1.6 instead of marking this port IGNORE when
RUBY_VER >= 1.7.
 |
Monday, 15 Dec 2003
|
06:35 knu
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.
 |
Friday, 31 Oct 2003
|
18:26 knu
Update to 1.8.1-preview2.
 |
Saturday, 19 Jul 2003
|
16:09 knu
The dl module seems to cause coredump on Pentium4 boxen when compiled
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.
 |
Saturday, 19 Apr 2003
|
15:57 knu
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.
ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
 |
Monday, 3 Mar 2003
|
17:03 knu
Update to 1.8.0-preview2, which now includes ruby-testunit.
 |
Tuesday, 18 Feb 2003
|
05:28 knu
De-pkg-comment.
 |
Tuesday, 24 Dec 2002
|
18:12 knu
lang/ruby:
- 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
 |
Monday, 16 Dec 2002
|
07:07 knu
Properly install h2rb so that lang/ruby-devel doesn't create a
dangling symlink. PORTREVISION bumped.
 |
Thursday, 12 Dec 2002
|
12:53 knu
Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 to
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)
 |
Sunday, 10 Nov 2002
|
17:43 knu
Update to 1.7.3.2002.11.10.
 |
Friday, 20 Sep 2002
|
23:22 knu
Update to the latset snapshot as of 2002.09.20.
 |
Wednesday, 11 Sep 2002
|
17:30 knu
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of today, 2002-09-12 (JST).
 |
Saturday, 3 Aug 2002
|
08:45 knu
Update to 1.7.2.2002.07.31. The optparse module has been included.
 |
Saturday, 8 Jun 2002
|
17:24 knu
Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.
Ruby Shim is a set of modules that provide the libraries and the
additional features that will appear in the next version of Ruby.
Shim between 1.6 and 1.8 includes:
features/ruby18 Hooks to support ruby 1.8 extensions
dl Interface to dynamic linker
racc-runtime Racc runtime module
stringio IO interface for String
strscan Fast string scanner
benchmark Benchmark module
fileutils File & directory manipulation
pp Pretty printer (prettier version of `p') (Only the first 15 lines of the commit message are shown above )
 |
Number of commits found: 21 |