notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/ruby-devel/Makefile
SVNWeb

Number of commits found: 66

Thu, 7 Aug 2003
[ 11:10 knu search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
Tue, 5 Aug 2003
[ 11:58 knu search for other commits by this committer ] Original commit 
Ruby 1.8.0 builds fine and make test passes on amd64.
Mon, 4 Aug 2003
[ 11:15 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and
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.
Sat, 19 Jul 2003
[ 16:11 knu search for other commits by this committer ] Original commit 
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.
Thu, 26 Jun 2003
[ 03:25 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefully
unbreak for alpha and sparc64. (ia64 and amd64 are not supported yet)
Mon, 23 Jun 2003
[ 15:00 knu search for other commits by this committer ] Original commit 
It turned out that ruby 1.8.0-preview3 only works with i386 due to
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.
[ 10:16 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to 1.8.0-preview3.

ruby-csv, drb, rexml and yaml are now part of the ruby 1.8 standard
distribution.
Sat, 19 Apr 2003
[ 15:57 knu search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 5 Apr 2003
[ 11:37 knu search for other commits by this committer ] Original commit 
Install a cookie file per variant in RUBY_ELISPDIR.

Reported by:    kris
Mon, 3 Mar 2003
[ 16:47 knu search for other commits by this committer ] Original commit 
ruby-testunit has been integrated into ruby.
[ 16:33 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to 1.8.0-preview2.
Tue, 18 Feb 2003
[ 11:24 knu search for other commits by this committer ] Original commit 
Touch configure in the pre-configure stage lest the timestamp of
configure.in be ahead of that of configure and autoconf thus be
demanded.

Submitted:      kris, bento
[ 05:28 knu search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 12 Feb 2003
[ 16:12 knu search for other commits by this committer ] Original commit 
ruby-erb is now part of ruby 1.8 and shim-ruby18.
Tue, 4 Feb 2003
[ 13:13 knu search for other commits by this committer ] Original commit 
Use devel/oniguruma to build ruby with oniguruma.
[ 12:53 knu search for other commits by this committer ] Original commit 
Update Oniguruma to 20030204.
Wed, 29 Jan 2003
[ 09:41 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest snapshot as of 2003.01.28.

Update Oni Guruma to 20030121.

Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for
sparc64.
Thu, 16 Jan 2003
[ 05:39 knu search for other commits by this committer ] Original commit 
Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error by
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
Tue, 14 Jan 2003
[ 10:00 knu search for other commits by this committer ] Original commit 
Add missing files to pkg-plist and bump PORTREVISION.

Submitted by:   kris, bento
Sat, 11 Jan 2003
[ 10:16 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,
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.
[ 08:46 knu search for other commits by this committer ] Original commit 
Update Oni Guruma (alternative BSDL regexp engine) to 20030109.
Tue, 24 Dec 2002
[ 18:12 knu search for other commits by this committer ] Original commit 
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
Thu, 12 Dec 2002
[ 12:53 knu search for other commits by this committer ] Original commit 
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)
Fri, 22 Nov 2002
[ 12:49 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest snapshot as of 2002-11-22.

Add a DEBUG knob here too.
Mon, 18 Nov 2002
[ 20:38 knu search for other commits by this committer ] Original commit 
Add a patch for tempfile.rb from CVS and bump PORTREVISION.
Thu, 14 Nov 2002
[ 14:23 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest snapshot as of 2002-11-14.
Sun, 3 Nov 2002
[ 21:47 knu search for other commits by this committer ] Original commit 
Fix installation.

Reported by:    Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
Fri, 27 Sep 2002
[ 13:55 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
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.
Sat, 3 Aug 2002
[ 12:36 knu search for other commits by this committer ] Original commit 
Add a header file that's installed only when WITH_ONIGURUMA is defined
to pkg-plist.

Reported by:    nork
Wed, 24 Jul 2002
[ 10:56 knu search for other commits by this committer ] Original commit 
Install ChangeLog too.

Suggested by:   Andreas Hauser <hauser@informatik.uni-muenchen.de>
Mon, 15 Jul 2002
[ 11:26 knu search for other commits by this committer ] Original commit 
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-07-15.
Sat, 8 Jun 2002
[ 07:33 knu search for other commits by this committer ] Original commit 
Funnily enough, missing.h was missing in the pkg-plist.
Sat, 25 May 2002
[ 00:30 knu search for other commits by this committer ] Original commit 
Make sure STRIP is defined before referencing the value.  STRIP can be
undefined when DEBUG_FLAGS is defined.

Submitted by:   Dave Cornejo <dave@dogwood.com>,
                Joshua Goodall <joshua@roughtrade.net>
Sat, 4 May 2002
[ 22:17 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest development snapshot as of
2002-05-05.  This fixes some ruby extensions under RUBY_VER=1.7.

Update the Oni Guruma regex engine to 20020424.
Fri, 3 May 2002
[ 19:05 knu search for other commits by this committer ] Original commit 
Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.
Sun, 14 Apr 2002
[ 12:36 knu search for other commits by this committer ] Original commit 
Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.
Tue, 26 Mar 2002
[ 22:20 knu search for other commits by this committer ] Original commit 
lang/ruby:
- 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
Tue, 19 Feb 2002
[ 20:48 knu search for other commits by this committer ] Original commit 
Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35   (what is
built from ports) from coredumping. [workaround]    
Tue, 29 Jan 2002
[ 09:14 knu search for other commits by this committer ] Original commit 
To keep users from experiencing upgrading problems, make lang/ruby and  
lang/ruby-devel deinstall obsoleted (integrated) packages in their  
post-install targets (for installation from ports) and in their plists   (for
installation from packages),    
Sun, 6 Jan 2002
[ 06:20 will search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
First round of auto* cleanups:    - USE_AUTO* -> USE_AUTO*_VER=* where required 
  - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK    -
Other minor changes to fix things    
Tue, 25 Dec 2001
[ 17:02 knu search for other commits by this committer ] Original commit 
Update lang/ruby to the 1.6.6 Xmas stable release.    
Sat, 22 Dec 2001
[ 16:45 knu search for other commits by this committer ] Original commit 
Properly set the file mode bits of the irb executables to ${BINMODE}.    
Tue, 6 Nov 2001
[ 19:58 knu search for other commits by this committer ] Original commit 
(Forced commit to correct the previous log)    
[ 19:56 knu search for other commits by this committer ] Original commit 
Set LATEST_LINK to "ruby_static-devel".    
Sun, 7 Oct 2001
[ 20:30 knu search for other commits by this committer ] Original commit 
Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).    
Mon, 17 Sep 2001
[ 18:54 knu search for other commits by this committer ] Original commit  (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION's of the ports which install architecture   dependent ruby
modules, due to the RUBY_ARCH change I've just   committed.    
Thu, 13 Sep 2001
[ 06:51 knu search for other commits by this committer ] Original commit 
Apply a THREAD_ALLOC hotfix.    
Mon, 3 Sep 2001
[ 14:00 knu search for other commits by this committer ] Original commit 
Update to the latest snapshots.    
Wed, 22 Aug 2001
[ 11:08 knu search for other commits by this committer ] Original commit 
Utilize ${MANEXT} to fix manpage symlinks.    
Tue, 31 Jul 2001
[ 17:46 knu search for other commits by this committer ] Original commit 
Update lang/ruby and lang/ruby-devel to the latest snapshots as of   2001.07.31.
   
Wed, 11 Jul 2001
[ 13:14 knu search for other commits by this committer ] Original commit 
Add a backup server to PATCH_SITES.    
Thu, 21 Jun 2001
[ 17:36 knu search for other commits by this committer ] Original commit 
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Sat, 16 Jun 2001
[ 09:46 knu search for other commits by this committer ] Original commit 
Put dummy files in the empty directories so they are surely packed.    
Mon, 11 Jun 2001
[ 10:32 knu search for other commits by this committer ] Original commit 
Fix plist problems.    
Sat, 9 Jun 2001
[ 03:33 knu search for other commits by this committer ] Original commit 
Do a ldconfig before invoking the just installed binary in   post-install.    
[ 02:43 knu search for other commits by this committer ] Original commit 
Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is   defined. (But
not actual examples & docs)    
Mon, 4 Jun 2001
[ 15:54 knu search for other commits by this committer ] Original commit 
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.    
Fri, 1 Jun 2001
[ 13:17 knu search for other commits by this committer ] Original commit 
Update ruby-devel to the latest snapshot, which now enters upon the   1.7.1
phase.    
Tue, 29 May 2001
[ 22:38 knu search for other commits by this committer ] Original commit 
It's not my day...  Fix typo and unbreak.    
[ 22:22 knu search for other commits by this committer ] Original commit 
Forgot to bump PORTREVISION's in the previous commit.    
[ 22:16 knu search for other commits by this committer ] Original commit 
As some people including me are seeing reproduceable coredump,   temporarily
stop linking ruby with libc_r.  This will break such   extension modules as
ruby-qt, but we have to investigate the   annoying problems we are seeing,
present in both ruby and our libc_r.    
Thu, 17 May 2001
[ 22:16 knu search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Fri, 11 May 2001
[ 19:22 knu search for other commits by this committer ] Original commit 
Update lang/ruby to 1.6.4.p2.2001.05.12.    
Mon, 7 May 2001
[ 20:52 knu search for other commits by this committer ] Original commit 
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Sun, 6 May 2001
[ 17:48 knu search for other commits by this committer ] Original commit 
Let irb16 properly run on ruby16 and irb17 on ruby17.    
[ 00:20 knu search for other commits by this committer ] Original commit 
Add lang/ruby-devel, the development version of Ruby. (1.7)    

Number of commits found: 66