aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-sary
Commit message (Collapse)AuthorAgeFilesLines
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-4/+7
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* Fix build with Ruby 1.8.Akinori MUSHA2004-06-241-0/+113
| | | | | | | Reported and test by: Gen Otsuji <gen_otsuji@yahoo.co.jp> Notes: svn path=/head/; revision=112148
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update sary to 1.1.0 and ruby-sary to 0.5.Akinori MUSHA2003-09-292-4/+4
| | | | | | | | | | Increase p5-Search-Saryer's PORTREVISION for the shared library version bump. Submitted by: Gen Otsuji <gen_otsuji@yahoo.co.jp> Notes: svn path=/head/; revision=89753
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. ThisAkinori MUSHA2002-12-062-16/+15
| | | | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris Notes: svn path=/head/; revision=71402
* Add ruby-sary, a Ruby interface to the Sary library.Akinori MUSHA2002-10-085-0/+68
Notes: svn path=/head/; revision=67659