notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/ruby-devel/Makefile

Number of commits found: 66

Thursday, 7 Aug 2003
11:10 knu search for other commits by this committer
Now that ruby 1.8.0 is officially released, rename ruby to ruby16, and
ruby-devel to ruby18.
Original commit
Tuesday, 5 Aug 2003
11:58 knu search for other commits by this committer
Ruby 1.8.0 builds fine and make test passes on amd64.
Original commit
Monday, 4 Aug 2003
11:15 knu search for other commits by this committer
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.
Original commit
Saturday, 19 Jul 2003
16:11 knu search for other commits by this committer
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.
Original commit
Thursday, 26 Jun 2003
03:25 knu search for other commits by this committer
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)
Original commit
Monday, 23 Jun 2003
15:00 knu search for other commits by this committer
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.
Original commit
10:16 knu search for other commits by this committer
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.
Original commit
Saturday, 19 Apr 2003
15:57 knu search for other commits by this committer
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.
Original commit
Saturday, 5 Apr 2003
11:37 knu search for other commits by this committer
Install a cookie file per variant in RUBY_ELISPDIR.

Reported by:    kris
Original commit
Monday, 3 Mar 2003
16:47 knu search for other commits by this committer
ruby-testunit has been integrated into ruby.
Original commit
16:33 knu search for other commits by this committer
Update lang/ruby-devel to 1.8.0-preview2.
Original commit
Tuesday, 18 Feb 2003
11:24 knu search for other commits by this committer
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
Original commit
05:28 knu search for other commits by this committer
De-pkg-comment.
Original commit
Wednesday, 12 Feb 2003
16:12 knu search for other commits by this committer
ruby-erb is now part of ruby 1.8 and shim-ruby18.
Original commit
Tuesday, 4 Feb 2003
13:13 knu search for other commits by this committer
Use devel/oniguruma to build ruby with oniguruma.
Original commit
12:53 knu search for other commits by this committer
Update Oniguruma to 20030204.
Original commit
Wednesday, 29 Jan 2003
09:41 knu search for other commits by this committer
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.
Original commit
Thursday, 16 Jan 2003
05:39 knu search for other commits by this committer
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
Original commit
Tuesday, 14 Jan 2003
10:00 knu search for other commits by this committer
Add missing files to pkg-plist and bump PORTREVISION.

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

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

Reported by:    Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
Original commit
Friday, 27 Sep 2002
13:55 knu search for other commits by this committer
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.
Original commit
Saturday, 3 Aug 2002
12:36 knu search for other commits by this committer
Add a header file that's installed only when WITH_ONIGURUMA is defined
to pkg-plist.

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

Suggested by:   Andreas Hauser <hauser@informatik.uni-muenchen.de>
Original commit
Monday, 15 Jul 2002
11:26 knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-07-15.
Original commit
Saturday, 8 Jun 2002
07:33 knu search for other commits by this committer
Funnily enough, missing.h was missing in the pkg-plist.
Original commit
Saturday, 25 May 2002
00:30 knu search for other commits by this committer
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>
Original commit
Saturday, 4 May 2002
22:17 knu search for other commits by this committer
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.
Original commit
Friday, 3 May 2002
19:05 knu search for other commits by this committer
Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.
Original commit
Sunday, 14 Apr 2002
12:36 knu search for other commits by this committer
Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.
Original commit
Tuesday, 26 Mar 2002
22:20 knu search for other commits by this committer
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
Original commit
Tuesday, 19 Feb 2002
20:48 knu search for other commits by this committer
Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35   (what is
built from ports) from coredumping. [workaround]    
Original commit
Tuesday, 29 Jan 2002
09:14 knu search for other commits by this committer
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),    
Original commit
Sunday, 6 Jan 2002
06:20 will search for other commits by this committer
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    
Original commit
Tuesday, 25 Dec 2001
17:02 knu search for other commits by this committer
Update lang/ruby to the 1.6.6 Xmas stable release.    
Original commit
Saturday, 22 Dec 2001
16:45 knu search for other commits by this committer
Properly set the file mode bits of the irb executables to ${BINMODE}.    
Original commit
Tuesday, 6 Nov 2001
19:58 knu search for other commits by this committer
(Forced commit to correct the previous log)    
Original commit
19:56 knu search for other commits by this committer
Set LATEST_LINK to "ruby_static-devel".    
Original commit
Sunday, 7 Oct 2001
20:30 knu search for other commits by this committer
Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).    
Original commit
Monday, 17 Sep 2001
18:54 knu search for other commits by this committer
Bump the PORTREVISION's of the ports which install architecture   dependent ruby
modules, due to the RUBY_ARCH change I've just   committed.    
Original commit
Thursday, 13 Sep 2001
06:51 knu search for other commits by this committer
Apply a THREAD_ALLOC hotfix.    
Original commit
Monday, 3 Sep 2001
14:00 knu search for other commits by this committer
Update to the latest snapshots.    
Original commit
Wednesday, 22 Aug 2001
11:08 knu search for other commits by this committer
Utilize ${MANEXT} to fix manpage symlinks.    
Original commit
Tuesday, 31 Jul 2001
17:46 knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of   2001.07.31.
   
Original commit
Wednesday, 11 Jul 2001
13:14 knu search for other commits by this committer
Add a backup server to PATCH_SITES.    
Original commit
Thursday, 21 Jun 2001
17:36 knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Original commit
Saturday, 16 Jun 2001
09:46 knu search for other commits by this committer
Put dummy files in the empty directories so they are surely packed.    
Original commit
Monday, 11 Jun 2001
10:32 knu search for other commits by this committer
Fix plist problems.    
Original commit
Saturday, 9 Jun 2001
03:33 knu search for other commits by this committer
Do a ldconfig before invoking the just installed binary in   post-install.    
Original commit
02:43 knu search for other commits by this committer
Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS is   defined. (But
not actual examples & docs)    
Original commit
Monday, 4 Jun 2001
15:54 knu search for other commits by this committer
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.    
Original commit
Friday, 1 Jun 2001
13:17 knu search for other commits by this committer
Update ruby-devel to the latest snapshot, which now enters upon the   1.7.1
phase.    
Original commit
Tuesday, 29 May 2001
22:38 knu search for other commits by this committer
It's not my day...  Fix typo and unbreak.    
Original commit
22:22 knu search for other commits by this committer
Forgot to bump PORTREVISION's in the previous commit.    
Original commit
22:16 knu search for other commits by this committer
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.    
Original commit
Thursday, 17 May 2001
22:16 knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Original commit
Friday, 11 May 2001
19:22 knu search for other commits by this committer
Update lang/ruby to 1.6.4.p2.2001.05.12.    
Original commit
Monday, 7 May 2001
20:52 knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots.    
Original commit
Sunday, 6 May 2001
17:48 knu search for other commits by this committer
Let irb16 properly run on ruby16 and irb17 on ruby17.    
Original commit
00:20 knu search for other commits by this committer
Add lang/ruby-devel, the development version of Ruby. (1.7)    
Original commit

Number of commits found: 66