summaryrefslogtreecommitdiff
path: root/lang/ruby
AgeCommit message (Collapse)AuthorFilesLines
2007-05-01Make the shebang line regex less restrictive, so that it matchesminskim1-2/+2
"ruby" followed by a version number.
2007-03-15Updating Ruby to 1.8.6.taca3-9/+18
- discontinue use of RUBY_PATCH_DATE. - Introduce RUBY_PATCH_LEVEL. pkgsrc's ruby tracks Ruby's patch release and avoid to maintain its own patch files (with RUBY_PATCH_DATE). Changes are too much, please see ChangeLog file.
2007-01-28Fix ruby-build-ri-db option related problem.taca1-2/+6
- Include options.mk before rubyversion.mk, so PLIST for ri database should be created suitably. - make RUBY_RIDIR and its friends relative path to ${PREFIX}. - Fix and improve handling of ${RUBY_RIDIR} handling and should be fixed remaining ${RUBY_RIDIR} after pkg_delete ruby18-base. (Noted by private mail from wiz@.) Bump PKGREVISION of ruby18-base package.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-12-06Update ruby package to 1.8.5.20061205. No change for this wrapper package.taca1-2/+2
2006-12-06Update RUBY18_PATCH_DATE to 20061205, starting update of Ruby.taca1-2/+2
2006-12-06- Handle patchlevel which has introduced to Ruby.taca1-13/+16
- Introduce RUBY_PATCH_DATE and RUBY_VERSION_SUFFIX. - Change _RUBY_VERS_TEENY to _RUBY_VER_TEENY as other version variable like RUBY_VER_MAJOR.
2006-10-06Add include of "converters/libiconv/buildlink3.mk" which I forgot.taca1-1/+2
2006-09-14Oops, enable PTHREAD_AUTO_VARS line which I forgot to enable at previoustaca1-2/+2
commit.
2006-09-13- Introduce experimental RUBY_USE_PTHREAD; using pthread could be disabledtaca2-9/+15
setting to "no" in /etc/mk.conf. (Default is "yes" on most platform.) - Correct condition of including pthread.buildlink3.mk. Tested on NetBSD current, SuSE Linux 9.3 and DragonFly BSD 1.6.0. Thanks for advise from Vincent Hourdin and Joerg Sonnenberger.
2006-09-08Make sure to revert pthread handling as before.taca1-4/+8
2006-09-08Move back CONFIGURE_ARGS part from rubyversion.mk to Makefile.common.taca2-10/+9
2006-09-07Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).taca2-22/+59
pkgsrc changes: * Add RUBY_DYNAMIC_DIRS which cause generating dynamic PLIST entries. * Move using buildlinks to rubyversion.mk. * Merge converters/ruby-iconv to ruby18-base. Ruby changes: * too may, see ChangeLog file or http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog
2006-09-03Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.taca1-1/+14
It should help for fixing the build problem of some extention libraries.
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam1-4/+4
_REPLACE.* handling from replace-interpreter.mk.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-06-25replace.mk needs rubyversion.mk.rillig1-1/+3
2006-05-03Add PRINT_PLIST_AWK patterns for RUBY_SITEARCHLIBDIR and RUBY_DLEXT.minskim1-1/+8
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-01-30Simplify pattern for REPLACE_RUBY to fix some packages which containstaca1-2/+2
"/bin/env ruby" in bang line. It was broken after switching to use subst frame work. The problem was noted by OBATA Akio via private mail, thanks much.
2006-01-05Remove USE_RUBY_DIST_SUBDIR which is unused now.taca2-15/+2
2006-01-03lang/ruby package is now 1.8.4, reset PKGREVISION.taca1-2/+1
2006-01-03Set default ruby's version to 1.8.4.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-3/+1
2006-01-03Stop handling DIST_SUBDIR default for Ruby packages.taca1-2/+2
First, set default value of USE_RUBY_DIST_SUBDIR to "no".
2005-12-28fix typo in comment, and rephrase sentanceabs1-3/+3
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig1-1/+2
"pkglint --autofix" change.
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig1-2/+2
change.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-23/+23
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-10English grammar fix.minskim1-2/+2
2005-11-03Drop support of ruby16 base packages.taca1-18/+7
2005-11-02- Update to ruby 1.8.3.taca1-3/+2
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
2005-11-02- Update to RUBY18_VERSION to 1.8.3.taca1-20/+32
- Replace LOCALBASE with PREFIX. - Add RUBY_RIDIR, RUBY_BASERIDIR, RUBY_SYSRIDIR and RUBY_SITERIDIR for document data directories of RI. - Add RUBY_VERSION and RUBY_VERSION_DEFAULT to MAKEFLAGS. - More Ruby related variables to substitution variables. - Don't set RUBY_VERSION_DEFAULT if it is already defined.
2005-11-02Use subst framework to process REPLACE_RUBY.taca1-29/+16
2005-11-02Replace LOCALBASE with PREFIX.taca1-11/+11
2005-11-02Added BUILDLINK_RECOMMENDED with current version of ruby.taca1-1/+2
2005-10-16Buildlink ${RUBY} to ${BUILDLINK_DIR}/bin/ruby. It may help sometaca1-1/+10
configure scripts to detect ruby executable. This codes are kindly provided by jlam@.
2005-10-16Set USE_RUBY_DIST_SUBDIR to yes if it isn't defined yet.taca1-1/+6
2005-10-16Don't set to DIST_SUBDIR to ruby here.taca1-12/+14
o Change DIST_SUBDIR handling; introduce USE_RUBY_DIST_SUBDIR and set DIST_SUBDIR if USE_RUBY_DIST_SUBDIR is defined to /[yY][eE][sS]/. o Add more macros to replace in FILES_SUBST, MESSAGE_SUBST and PLIST_SUBST.
2005-09-11Move default definition of DIST_SUBDIR for Ruby relatedtaca2-9/+9
from modules.mk to rubyversion.mk. This should fix devel/ruby-rd-mode package.
2005-08-31Match the name of the ruby shared library on FreeBSD and DragonFly tojlam1-3/+3
the way that LIBRUBY_SO is defined in the ruby configure script. This fixes PLIST breakage in the ruby18-base package on at least FreeBSD.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-06-23Add PRINT_PLIST_AWK patterns to exclude RUBY_DOCDIR andminskim1-1/+11
RUBY_EXAMPLESDIR in generating PLIST for ruby modules.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-2/+2
${PREFIX}.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-10Add PRINT_PLIST_AWK patterns for ruby modules.minskim1-1/+8
2005-04-02Use DEPENDS, instead of including buildlink3.mk, to pull inminskim1-1/+6
dependency when NO_BUILD is set. Approved by taca@.
2005-03-30Add RUBY_VER_DIR to PLIST_SUBST.taca1-1/+2