summaryrefslogtreecommitdiff
path: root/lang/ruby18-base
AgeCommit message (Collapse)AuthorFilesLines
2005-11-13Improve wording.jschauma1-4/+4
2005-11-08Make sure that there is always a space between "-o" and its argumentminskim2-1/+29
when running gcc or ld. This makes the package build on Darwin.
2005-11-08When using find to remove directories, do a depth-first traversal.joerg1-2/+2
This is necessary to prevent find from returning with != 0 at least on DragonFly.
2005-11-02- Update to Ruby 1.8.3 with several fixes after its releasetaca63-2753/+4785
(see CHANGES.pkgsrc file). - Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and ruby-openssl, conflicting with these packages. - Better handling for RI directories. - Use pkgsrc's TOOLS framework.
2005-09-23Use security patch in official Ruby's ftp server instead of adding locally.taca4-175/+8
This dosen't change anything to installed binaries nor built package.
2005-09-21Add a patch for fix the security problem which allows an arbitrary codetaca3-3/+162
to run bypassing the safe level check. The patch was provided by Yukihiro Matsumoto on ruby-dev mailing list. Bump PKGREVISION.
2005-09-19Rearrange configure script a little:taca3-47/+29
- Correct case statement moving "interix3*)" to before "interrix*)" since "interix3*)" wouldn't match and always match to "interix*)". - Remove "interix3*" in the case condition which always "interix*" pattern. This dosen't fix anything bulding on Interix3 (SFU 3.5) and on other platforms, but fix obvious mistake in configure script.
2005-09-18Adding DrafonFly BSD support based on patch provided by Joerg Sonnenberger.taca8-3/+128
Bump PKGREVISION.
2005-06-23Add fix for xmlrpc library security problem noted astaca3-3/+17
http://secunia.com/advisories/15767/. Bump PKGREVISION.
2005-06-06Hack to make this package build and run its tests on at leastseb1-0/+21
NetBSD/2.0_STABLE sparc64. I bet it also fixes it for other versions of NetBSD on the same architecture.
2005-05-31PLIST fixes for IRIX.jschauma2-6/+14
ok @taca
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-31Add missing ri ralated data files. Noted by Min Sik Kim <minskim>.taca2-270/+2523
Bump PKGREVISION.
2005-03-10Fix a typo.minskim1-2/+2
2005-03-06Importing ruby18-base package.taca16-0/+1374
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package will be meta pacakge later.