Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-19 | Start of updating Ruby to 1.8.7. | taca | 1 | -22/+16 | |
* Update RUBY18_VERSION to 1.8.7 and RUBY18_PATCHLEVEL to 17. * Use vendor_ruby instead for site_ruby. * Introduce macros for relative path and use them instead of old absolete path. RUBY_LIB lib/ruby/${RUBY_VER_DIR} RUBY_ARCHLIB ${RUBY_LIB}/${RUBY_ARCH} RUBY_SITELIB_BASE lib/ruby/site_ruby RUBY_SITELIB ${RUBY_SITELIB_BASE}/${RUBY_VER_DIR} RUBY_SITEARCHLIB ${RUBY_SITELIB}/${RUBY_ARCH} RUBY_VENDORLIB_BASE lib/ruby/vendor_ruby RUBY_VENDORLIB ${RUBY_VENDORLIB_BASE}/${RUBY_VER_DIR} RUBY_VENDORARCHLIB ${RUBY_VENDORLIB}/${RUBY_ARCH} RUBY_DOC share/doc/${RUBY_NAME} RUBY_EG share/examples/${RUBY_NAME} Old these macros are removed after 2008Q2 branch. RUBY_LIBDIR RUBY_ARCHLIBDIR RUBY_SITELIBDIR RUBY_SITEARCHLIBDIR RUBY_VENDORLIBDIR RUBY_VENDORARCHLIBDIR RUBY_DOCDIR RUBY_EXAMPLESDIR * update PRINT_PLIST_AWK macro to reality and move some of them from ruby/modules.mk to ruby/rubyversion.mk. | |||||
2008-03-12 | In the *-install targets, add ${INSTALL_ENV} to the environment passed | jlam | 1 | -4/+4 | |
to the installation script. This causes DESTDIR to be passed through if a package has DESTDIR support. | |||||
2008-03-08 | Back out previous... this was a mistake because the setup.rb file I | jlam | 1 | -2/+2 | |
was looking at was not the "standard" setup.rb file. In standard setup.rb files, the argument to --prefix is indeed the staging directory. | |||||
2008-03-07 | Fix the DESTDIR installation -- files to into ${DESTDIR}${PREFIX}, not | jlam | 1 | -2/+2 | |
just into ${DESTDIR}. | |||||
2008-03-01 | Also skip "@dirrm lib/ruby/site_ruby" for print-PLIST. | obache | 1 | -1/+2 | |
2008-02-08 | Add DESTDIR support for setup.rb>=3.1.1 packages. | obache | 1 | -2/+7 | |
2006-05-03 | Add PRINT_PLIST_AWK patterns for RUBY_SITEARCHLIBDIR and RUBY_DLEXT. | minskim | 1 | -1/+8 | |
2006-01-05 | Remove USE_RUBY_DIST_SUBDIR which is unused now. | taca | 1 | -6/+1 | |
2006-01-03 | Stop handling DIST_SUBDIR default for Ruby packages. | taca | 1 | -2/+2 | |
First, set default value of USE_RUBY_DIST_SUBDIR to "no". | |||||
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
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-02 | Replace LOCALBASE with PREFIX. | taca | 1 | -11/+11 | |
2005-10-16 | Set USE_RUBY_DIST_SUBDIR to yes if it isn't defined yet. | taca | 1 | -1/+6 | |
2005-09-11 | Move default definition of DIST_SUBDIR for Ruby related | taca | 1 | -8/+1 | |
from modules.mk to rubyversion.mk. This should fix devel/ruby-rd-mode package. | |||||
2005-06-23 | Add PRINT_PLIST_AWK patterns to exclude RUBY_DOCDIR and | minskim | 1 | -1/+11 | |
RUBY_EXAMPLESDIR in generating PLIST for ruby modules. | |||||
2005-04-10 | Add PRINT_PLIST_AWK patterns for ruby modules. | minskim | 1 | -1/+8 | |
2005-04-02 | Use DEPENDS, instead of including buildlink3.mk, to pull in | minskim | 1 | -1/+6 | |
dependency when NO_BUILD is set. Approved by taca@. | |||||
2005-03-24 | USE_BUILDLINK3 is mandatory; don't check for it anymore. | tv | 1 | -6/+1 | |
2005-03-08 | Fix botch in previous: argument after : in DEPENDS must be a relative | tv | 1 | -2/+2 | |
path, not an absolute path. | |||||
2005-03-06 | Change depends to ruby16-base/ruby18-base package from ruby16/ruby18 | taca | 1 | -3/+4 | |
package and tweak the package's COMMENT. Bump PKGREVISION. | |||||
2004-12-16 | Don't always set DIST_SUBDIR but only if RUBY_DIST_SUBDIR isn't empty. | taca | 1 | -1/+3 | |
This change dosen't affect any current ruby based packages. | |||||
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-11-27 | Importing files for Ruby's new framework. | taca | 1 | -0/+142 | |