summaryrefslogtreecommitdiff
path: root/lang/ruby-base
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Add a buildlink3.mk.snj1-0/+18
2004-03-20Add patch for build problem on NetBSD/amd64.taca3-5/+23
This patch was provided from krister (Krister Walfridsson). Bump package revision.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-15Add patch to use <dlfcn.h> explicitly.taca2-1/+15
2004-03-15Update master sites of Ruby.taca1-6/+10
2004-03-12Update ruby-base package to 1.6.8nb3.taca7-12/+184
* Miscellaneous bug fixes. - ruby core dumps by segmentation violation because of wrong checking whether block was given. - PTY module function dose not reset SIGALRM handler when child process executing command on pty. - There is a error for calling raise method in lib/delegate.rb. * Try to honor PKG_SILENT and PKG_VERBOSE. * Experimental fix for getaddrinfo(3) problem on Darwin (not tested).
2004-03-07Remove USE_RUBY_AMSTD since no package use it now.taca1-6/+2
2004-02-22bl3ifyminskim1-2/+3
2004-02-20Add empty CONFIG_STATUS_OVERRIDE since Ruby's build process usestaca1-1/+3
config.status's content.
2004-02-11Improve wording.sketch1-4/+4
2004-02-03Fix RUBY_SHLIBVERSION in FreeBSD, should fix the problems seen in thextraeme1-2/+4
last bulk build.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-19Remove patch-ai which worked around a bug previously in bsd.prefs.mk,sketch4-23/+5
which is now causing the build to fail on Solaris since -r1.130 of that file. Bump PKGREVISION for Solaris installations which previously had the package installed correctly, but with a different RUBY_ARCHLIBDIR location.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-23Tell Irix where to find the right libs for the used ABI. Subsequentjschauma5-43/+38
ruby-packages link correctly then. Also, this way, ruby builds completely and we don't need various RUBY_NO_FOO variables.
2003-06-05Make this install on IRIX by setting some RUBY_NO_FOO vars in PLIST_SUBST.jschauma2-7/+24
2003-03-30Make this find all shlibs on Linux by passing the necessary -Wl,-rpathjschauma3-7/+18
flags.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-24Update ruby-base packages to 1.6.8. This is bug fix release of rubytaca1-13/+0
programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-gdbm, ruby-readline, ruby-tk and ruby package. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. * patch config.sub to proper RUBY_ARCH generation. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source.
2003-03-24Update ruby-base packages to 1.6.8. This is bug fix release of rubytaca9-73/+58
programming language. Since change from ruby 1.6.7 to 1.6.8 are to huge (>= 47K bytes), I omit includes here. This update implicitly includes ruby-digest and ruby-tcltklib. Here is pkgsrc change. - Support pkgsrc on Solaris. * change RUBY_ARCH default value to ${LOWER_ARCH}-${LOWER_OPSYS}${APPEND_ELF} for fixing Solairs support. * Add RUBY_NOSHLIBMAJOR. (needs more better scheme..?) * Change RUBY_SHLIBVER. - Change RUBY_COMMENT to meaningful names; RUBY_NOEXT_CURSES and RUBY_NOEXT_DBM. - Remove patch-ak since it was fixed in original source.
2003-03-16Make this work on Linux. All other ruby-packages seem to work just finejschauma6-15/+39
after this.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-01-29replaced hardcoded i386-netbsdelf to ${MACHINE_GNU_PLATFORM:C/--/-/}.kei1-26/+28
Problem shown in the pkgsrc/arm bulk build by Chris Pinnock. Fix suggested by Masao Uebayashi. This hopefully should fix non-i386-netbsd-elf buld.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-10-20Pass MAKE_ENV to MAKE (two places, one of them from PR 18720).wiz1-4/+4
Fix typo in IGNORE message (also from PR 18720).
2002-10-09Add buildlink2.mk.wiz1-0/+43
2002-10-06A little bug fix; Marshal::dump(foo, proc{...}) cause erorr.taca3-3/+17
Bump to ruby-base-ruby-1.6.7nb3.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-09Delete support for ruby 1.4.X based package.taca1-6/+2
2002-05-13Use -install_name option with absolute path on Darwin.yyamano4-7/+25
It makes us free from DYLD_LIBRARY_PATH. Bump PKGREVISION to nb2.
2002-03-21Bump PKGREVISION because of the hidden change in the PLIST becausefredb1-1/+2
${MACHINE_GNU_PLATFORM} now appends "elf" on 1.5.3/i386. I updated all the dependencies to this level, but forgot to commit this!
2002-03-02Ruby 1.6.7 is Ruby's stable release.taca1-3/+3
ChangeLog is too large, so I don't attach it here. In detail, See ChangeLog which is contained in the package. o Many bug fixes. o Add URI module.
2002-03-02Update ruby package to 1.6.7.taca1-17/+0
Ruby 1.6.7 is Ruby's stable release. ChangeLog is too large, so I don't attach it here. In detail, See ChangeLog which is contained in the package.
2002-03-02Ruby 1.6.7 is Ruby's stable release.taca7-25/+33
ChangeLog is too large, so I don't attach it here. In detail, See ChangeLog which is contained in the package. o Many bug fixes. o Add URI module.
2002-02-01Don't replace first line only when processing "#!".taca1-3/+3
2002-01-22- Remove dependency to autoconf.taca4-7/+17
- Propagate RUBY_VER with MAKEFLAGS.
2002-01-04Update ruby-base package to 1.6.6nb1.taca3-20/+31
- Install more documents. - Stop pkglint warn: possible direct use of command "file" found. Use ${FILE_CMD} instead.
2001-12-30Update ruby-base package to 1.6.6. Changes from 1.6.4 are too many,taca12-136/+141
see ${LOCALBASE}/share/doc/ruby/NEWS file. plus two fixes noted on ruby-dev@ruby-lang.org. [ruby-dev:15549] lib/irb/locale.rb [ruby-dev:15551] lib/weakref.rb And some ruby pakcage own changes: - Handle proper RUBY_ARCH variable on current. - REPLACE_RUBY is processed by sed(1) not ruby. - Proper handle with RUBY_EXTCONF. - USE_RUBY_SETUP dosen't implicit define USE_RUBY_AMSTD now.
2001-11-11Adjust format a bit:hubertf1-2/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-5/+4
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-06-30Update MASTER_SITE_RUBY. Use ruby-lang.org instead of netlab.co.jp.taca1-1/+2
2001-06-30Nuke INSTALLS_SHLIB. I forgot to delete it.taca1-2/+1
Pointed by Tomasz Luchowski <zuntum@netbsd.org>, thanks much.
2001-06-30Importing ruby-base, base installation of Ruby with new framework.taca12-0/+770