aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby18/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Let ruby@ maintain rubypgollucci2011-11-021-1/+1
* - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
* Round one migration of ports from automake{19,110} to automake111ade2010-10-061-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+1
* - remove extra -g from CFLAGSpgollucci2010-08-311-5/+0
* - Fix build with openssl 1.0.stas2010-04-071-10/+5
* - Don't build ruby with threads support on FreeBSD versions before 7.2stas2009-10-121-0/+7
* - Add ${PTHREAD_LIBS} to LDFLAGS in threaded build. This fixes the issuestas2009-07-201-0/+1
* - Fix stack overflow detection algorithm. It has not worked before asstas2009-06-191-16/+10
* - Really remove GC patch support.stas2009-06-031-6/+0
* - Update ruby 1.8.7 to the latest revision available from ruby-lang.org.stas2009-06-031-1/+0
* - Fix build with port's openssl version.stas2009-02-131-6/+0
* - Fix pkg-plist.stas2009-02-121-1/+7
* - Update ruby18 to 1.8.7p72.stas2009-02-121-1/+8
* - Fix build with OPENSSL_PORT.stas2009-01-121-0/+4
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+1
* - Update ruby to 1.8.6 patchset 287.stas2008-08-161-0/+5
* - Update ruby to the latest 111 patchversion.stas2007-10-301-0/+6
* Remove support for OSVERSION < 5edwin2007-10-041-1/+1
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
* - Add a bunch of fixes and patchs from the upstream. These fixes a lot ofstas2007-07-101-1/+2
* Do pre-install actions as rootbrian2007-05-261-1/+1
* - Install NEWS file too.stas2007-05-041-0/+1
* - Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determinedpav2007-04-051-0/+3
* - Use common RUBY_PORTEPOCH variable.stas2007-04-041-1/+1
* - Update ruby to 1.8.6stas2007-04-041-2/+3
* - COPYTREE_* are now part of bsd.port.mkpav2007-03-241-7/+0
* - Add patch that allows GC performance profiling and analasys.stas2007-01-031-0/+7
* - Update lang/ruby18 to 1.8.5p12 (bugfix release)stas2007-01-031-36/+26
* - Fix an another cgi library vulnerabilitystas2006-12-051-1/+1
* - Back-out the previous commit, as it can cause linking problems (pthread'sstas2006-11-201-2/+3
* - Don't links agains threading libraries in case if pthreads support wasstas2006-11-151-2/+4
* - Add a workaround for the recently disclosed DoS vulnerability in the cgi.rbstas2006-11-041-1/+1
* - Fix pkg-plist when ONIGURUMA option usedstas2006-10-151-1/+1
* - Add runtime knob to allow libraries installation under userstas2006-10-091-5/+12
* - Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mkstas2006-10-021-131/+204
* - Assign a new ruby maintainer who submitted patches which will be committedsem2006-09-131-1/+1
* - Update to 1.8.5sem2006-08-271-2/+3
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
* - Fix last discovered security vulnerabilities.sem2006-07-301-1/+1
* - Revert previous commit, it broke ruby-gtk2pav2006-05-251-3/+4
* - Don't link pthread libs in non-pthread case (the default case)pav2006-05-241-4/+3
* - Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabledpav2006-05-151-1/+1
* Remove obsolete USE_REINPLACE.okazaki2006-05-031-1/+0
* Wrong type of integer argument to ioctl(2) cause ruby18 to produce lotsanray2006-05-021-1/+1
* Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.nobutaka2006-05-011-0/+2
* - Disable pthread support by default to fix breakage of some ruby applicationsnobutaka2006-03-311-5/+15
* Use the code actually committed into Ruby CVS againstume2006-01-241-1/+1
* WITHOUT_CPU_CFLAGS hack is not required anymore.ume2006-01-221-6/+0
* ${CPUTYPE} might not defined.ume2006-01-211-0/+2
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpume2006-01-211-0/+4
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64ume2006-01-211-1/+1
* - Provide WITHOUT_PTHREADS optionpav2006-01-161-3/+9
* - Fix bug: FileUtils.mv() does not unlink source file when moving overpav2006-01-161-1/+1
* - OPENSSLINC is even betterpav2006-01-151-1/+1
* - Use OPENSSLBASEpav2006-01-151-5/+2
* - Enable pthreads using configure switch, so autodetection based on headerspav2006-01-141-3/+2
* - Correct OpenSSL handling from previous commitpav2006-01-141-1/+1
* - Make OpenSSL handling more obviouspav2006-01-141-2/+6
* - Update to 1.8.4pav2006-01-141-20/+10
* - Drop maintinership to ports@sem2005-11-221-1/+1
* - Back out the last update. It breaks many ruby ports install.sem2005-11-141-23/+17
* bsd.ruby.mk:sem2005-11-091-16/+23
* - Fix a ruby vulnerabuility in the safe level settings.sem2005-10-281-3/+4
* Fix arbitrary command execution in XMLRPC server.simon2005-07-031-1/+1
* Disable threads again; it has caused the more troubles. This time, it hasmezz2005-02-251-11/+11
* Hack commit to allow ruby18 to build on sparc64. This changes to threading,obrien2005-02-241-1/+1
* The slippery pthread support for systems prior to 502102 has beenknu2005-02-051-7/+17
* Update to the "second" 1.8.2 release. (officially announced, of course)knu2004-12-261-0/+1
* Update lang/ruby18 to the 1.8.2 release. Happy holidays!knu2004-12-251-1/+0
* Fix plist.knu2004-12-251-0/+1
* Update lang/ruby18 to 1.8.2-preview4.knu2004-12-241-1/+0
* Fix DoS in the Ruby CGI module.simon2004-11-251-1/+1
* Handle ri document directories properly.knu2004-08-121-0/+5
* Update lang/ruby18 to 1.8.2-preview2.knu2004-08-121-2/+3
* Pull in the latest change to mkmf.rb to avoid build error whenknu2004-07-131-0/+1
* Update lang/ruby18 and the bundled modules to the latest 1.8 branchknu2004-05-031-2/+1
* BROKEN on ia64: segfault during buildkris2004-03-141-0/+4
* Change the default version of ruby to 1.8 for i386 as well, finally.knu2004-02-271-6/+6
* Fix plist and bump PORTREVISION.knu2004-02-171-0/+1
* Update lang/ruby18 to 1.8.1.p4.knu2003-12-221-0/+2
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.knu2003-12-151-1/+5
* Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHSmarcel2003-11-271-3/+0
* Update lang/ruby18 to 1.8.1-preview2.knu2003-10-311-0/+3
* Update lang/ruby18 to the latest snapshot as of 2003-09-09.knu2003-09-101-1/+1
* Ruby 1.8.0 builds fine and make test passes on amd64.knu2003-08-051-1/+1
* Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 andknu2003-08-041-1/+3
* The dl module seems to cause coredump on Pentium4 boxen when compiledknu2003-07-201-0/+1
* Update lang/ruby-devel to the snapshot as of 2003-06-25 and hopefullyknu2003-06-261-2/+1
* It turned out that ruby 1.8.0-preview3 only works with i386 due toknu2003-06-231-1/+2
* Update lang/ruby-devel to 1.8.0-preview3.knu2003-06-231-2/+5
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theknu2003-04-191-10/+10
* Install a cookie file per variant in RUBY_ELISPDIR.knu2003-04-051-1/+1
* ruby-testunit has been integrated into ruby.knu2003-03-041-0/+1
* Update lang/ruby-devel to 1.8.0-preview2.knu2003-03-041-2/+2
* Touch configure in the pre-configure stage lest the timestamp ofknu2003-02-181-3/+4
* De-pkg-comment.knu2003-02-181-0/+1
* ruby-erb is now part of ruby 1.8 and shim-ruby18.knu2003-02-131-0/+1
* Use devel/oniguruma to build ruby with oniguruma.knu2003-02-041-10/+10
* Update Oniguruma to 20030204.knu2003-02-041-1/+1
* Update lang/ruby-devel to the latest snapshot as of 2003.01.28.knu2003-01-291-4/+1
* Avoid "make: don't know how to make INSTALLS_DEPENDS. Stop" error byknu2003-01-161-1/+4
* Add missing files to pkg-plist and bump PORTREVISION.knu2003-01-141-0/+1
* Update lang/ruby-devel to the latest 1.8 snapshot as of 2003-01-11,knu2003-01-111-0/+3
* Update Oni Guruma (alternative BSDL regexp engine) to 20030109.knu2003-01-111-9/+6
* lang/ruby:knu2002-12-251-4/+5
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toknu2002-12-121-24/+7
* Update lang/ruby-devel to the latest snapshot as of 2002-11-22.knu2002-11-221-22/+9
* Add a patch for tempfile.rb from CVS and bump PORTREVISION.knu2002-11-191-0/+1
* Update lang/ruby-devel to the latest snapshot as of 2002-11-14.knu2002-11-141-2/+2
* Fix installation.knu2002-11-041-1/+1
* Update lang/ruby-devel to the latest snapshot as of 2002-09-27, whichknu2002-09-271-6/+1
* Add a header file that's installed only when WITH_ONIGURUMA is definedknu2002-08-031-0/+3
* Install ChangeLog too.knu2002-07-241-0/+1
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2002-07-151-1/+1
* Funnily enough, missing.h was missing in the pkg-plist.knu2002-06-081-0/+1
* Make sure STRIP is defined before referencing the value. STRIP can beknu2002-05-251-1/+1
* Update lang/ruby-devel to the latest development snapshot as ofknu2002-05-051-2/+2
* Update lang/ruby-devel to the latest development stapshot as of 2002-05-03.knu2002-05-041-3/+2
* Update ruby-devel to the latest 1.7 snapshot as of 2002-04-12.knu2002-04-141-10/+26
* lang/ruby:knu2002-03-271-7/+41
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35knu2002-02-201-0/+2
* To keep users from experiencing upgrading problems, make lang/ruby andknu2002-01-291-0/+13
* First round of auto* cleanups:will2002-01-061-1/+1
* Update lang/ruby to the 1.6.6 Xmas stable release.knu2001-12-261-0/+2
* Properly set the file mode bits of the irb executables to ${BINMODE}.knu2001-12-231-0/+1
* Set LATEST_LINK to "ruby_static-devel".knu2001-11-071-0/+2
* Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).knu2001-10-081-2/+1
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-181-1/+1
* Apply a THREAD_ALLOC hotfix.knu2001-09-131-1/+2
* Update to the latest snapshots.knu2001-09-031-4/+4
* Utilize ${MANEXT} to fix manpage symlinks.knu2001-08-221-1/+1
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofknu2001-08-011-11/+13
* Add a backup server to PATCH_SITES.knu2001-07-111-1/+2
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-06-221-1/+0
* Put dummy files in the empty directories so they are surely packed.knu2001-06-161-1/+3
* Fix plist problems.knu2001-06-111-2/+6
* Do a ldconfig before invoking the just installed binary inknu2001-06-091-0/+4
* Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS isknu2001-06-091-2/+2
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.knu2001-06-041-28/+38
* Update ruby-devel to the latest snapshot, which now enters upon theknu2001-06-011-3/+2
* It's not my day... Fix typo and unbreak.knu2001-05-301-1/+1
* Forgot to bump PORTREVISION's in the previous commit.knu2001-05-301-0/+1
* As some people including me are seeing reproduceable coredump,knu2001-05-301-0/+4
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-181-0/+2
* Update lang/ruby to 1.6.4.p2.2001.05.12.knu2001-05-121-4/+4
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-081-3/+3
* Let irb16 properly run on ruby16 and irb17 on ruby17.knu2001-05-071-7/+16
* Add lang/ruby-devel, the development version of Ruby. (1.7)knu2001-05-061-0/+102