summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10lang/ruby: remove support for Ruby 2.6taca1-3/+1
2022-01-16lang/ruby/Makefile.common: update "# used by" linestaca1-5/+3
2021-02-14lang/ruby: update "used by" linestaca1-7/+3
2020-05-02lang/ruby: disable check for unknown configure optionsrillig1-1/+2
2020-03-29lang/ruby/Makefile.common: add "used by" linestaca1-1/+3
Add "used by" lines in comment for lang/ruby27/Makefile and ruby27-base/Makefile.
2019-10-02lang/ruby: fix a warning of pkglinttaca1-1/+2
Fix a warning of pkglint.
2019-09-12lang/ruby: remove deprecated _PKG_SILENT and _PKG_DEBUGrillig1-3/+3
2019-02-03lang/ruby/Makefile.common: use bsdtar instead of gtartaca1-2/+4
* Use "bsdtar" instead of "gtar" as advised by leot@. * Add "used by" lines for ruby26 and ruby26-base.
2019-02-03ruby/Makefile.common: Use gtar to extracttaca1-1/+2
Use gtar to extract Ruby distfiles.
2019-01-03lang/ruby: switch to use distfiles in '.xz' formattaca1-2/+2
Switch to use distfiles in '.xz' format.
2018-12-28lang/ruby: remove "used by" linetaca1-2/+1
Remove "used by" line for a removed package about 6 years ago.
2018-03-13lang/ruby: add "used by" lines for Ruby 2.5taca1-1/+3
Add "used by" lines for lang/ruby25 amd lang/ruby25-base.
2017-06-25Update "used by" lines.taca1-3/+3
2017-05-30Replace RUBY_VERSION_FULL with RUBY_VERSION since there is notaca1-2/+2
RUBY_VERSION_FULL contains Ruby's patchlevel.
2017-04-23* Update "used by" lines.taca1-20/+5
* Remove ruby18 related lines. * Drop obsolete sites in MASTER_SITE_RUBY.
2015-01-25Add http://cache.ruby-lang.org to MASTER_SITE_RUBY.taca1-1/+2
2014-05-21Add some "used by" lines.taca1-1/+5
2014-03-13Refelect change of RUBY_SRCDIR.taca1-4/+4
2012-10-17There were another extra DIST_SUBDIR to fix build problem.taca1-4/+1
2012-09-16Remove support of ruby19 (Ruby 1.9.2).taca1-4/+2
2012-03-21Overhaul buildlink3 processing of Ruby.taca1-1/+7
* Don't buildlink in ruby/rubyversion.mk any more but define RUBY_USE_PTHREAD (use of pthread). * In ruby/buildlink3.mk, buildlink via mk/pthread.buildlink3.mk as to RUBY_USE_PTHREAD. * Also the same logic in ruby/Makefile.common. * Buildlink of bdb, libiconv, zlib, openssl in each ruby*-base/Makefile.
2012-02-18o Document RUBY_EXTNAMEtaca1-1/+7
o Define default PKGNAME for Ruby extensions which included in the Ruby's distribution file.
2012-02-18Move definition of DIST_SUBDIR for ruby193 to lang/ruby/Makefile.common.taca1-2/+6
2012-02-04Move RUBY_DISTNAME definition back to rubyversion.mk from Makefile.common.taca1-10/+1
Some extension might need Ruby's distribution files.
2011-12-18Add two "used by" line for lang/ruby193/Makefile andtaca1-1/+3
lang/ruby193-base/Makefile.
2011-11-08* Add LICENSE for Ruby 1.9.3.taca1-6/+15
* Add RUBY_DISTNAME to MESSAGE_SUBST. * Move RUBY_SITE_SUBDIR from rubyversion.mk
2011-10-20Add two "used by" lines for devel/ruby-fiddle/Makefile andtaca1-1/+3
textproc/ruby-psych/Makefile.
2010-09-10* Ruby's patchlevel N reflect as "plN" instead of ".N" from Ruby 1.9.taca1-4/+19
ruby18-base-1.8.7.302 ruby19-base-1.9.2pl0 * Now patches of ruby-gdm, ruby-curses, ruby-readline and ruby-tk are gathered to lang/ruby18-base and lang/ruby19-base.
2009-06-10Change to gnu-gpl-v2 now.taca1-2/+2
2009-06-10Start update of Ruby programming language packages to 1.8.7.173 (1.8.7-p173).taca1-1/+3
- Add LICENSE. - Update RUBY18_PATCHLEVEL to 173.
2008-06-19Correct format of "# used by" lines.taca1-6/+6
2008-06-19Add comments where this file is used.taca1-1/+8
2007-06-10Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set.taca1-2/+2
2007-03-15Updating Ruby to 1.8.6.taca1-1/+6
- 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.
2006-09-13- Introduce experimental RUBY_USE_PTHREAD; using pthread could be disabledtaca1-2/+2
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-08Move back CONFIGURE_ARGS part from rubyversion.mk to Makefile.common.taca1-1/+7
2006-09-07Update Ruby to 1.8.5 (+ ruby-1-8 branch on 2006-09-07).taca1-14/+1
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-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-3/+1
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig1-2/+2
change.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-5/+5
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-03-06Some clean up along with introducing ruby16-base/ruby18-base and maketaca1-42/+2
ruby16/ruby18 package to meta pacakge. - Define RUBY_BASE to refer ruby16-base or ruby18-base name. - Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory. - Move some definition from Makefile.comon to rubyversion.mk. - Add X11BASE to CONFIGURE_ENV. - Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-02-21Move common configure related parameter from ruby16/Makefile andtaca1-1/+27
ruby18/Makefile.
2005-02-09Fix version suffix of shared library, libruby.so for OpenBSD.taca1-1/+4
Fix PR pkg/29214 from Hiramatsu Yoshifumi.
2005-01-21Add ruby build support for Interix, modeled on NetBSD config.tv1-2/+2
2004-11-29Allow selecting sub-directory on MASTER_SITES with RUBY_SITE_SUBDIR.taca1-14/+15
2004-11-28Fix MASTER_SITE_RUBY to use proper version directory.taca1-14/+14
2004-11-27Importing files for Ruby's new framework.taca1-0/+67