| non port: lang/ruby18/Makefile |
|
CVSWeb
|
Number of commits found: 88 |
|
Tue, 1 Nov 2011
|
[ 22:56 pgollucci ]
1.153 lang/ruby18/Makefile
1.15 lang/ruby19/Makefile
Let ruby@ maintain ruby
|
|
Mon, 24 Oct 2011
|
[ 03:33 stas ]
1.8 archivers/ocaml-zip/Makefile
1.20 archivers/ruby-bz2/Makefile
1.3 archivers/ruby-lha/Makefile
1.35 astro/sunclock/Makefile
1.11 astro/tangogps/Makefile
1.27 audio/autozen/Makefile
1.21 audio/cplay/Makefile
1.17 audio/cuetools/Makefile
1.44 audio/muse/Makefile
1.14 audio/ruby-audiofile/Makefile
(Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
|
Sat, 4 Dec 2010
|
[ 07:34 ade ]
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile
(Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
|
Sat, 16 Oct 2010
|
[ 11:52 ade ]
1.33 archivers/arj/Makefile
1.74 archivers/gtar/Makefile
1.13 archivers/par2cmdline-tbb/Makefile
1.37 archivers/rpm5/Makefile
1.11 archivers/torrentzip/Makefile
1.33 astro/boinc-setiathome-enhanced/Makefile
1.13 astro/gpsbabel/Makefile
1.38 astro/orsa/Makefile
1.50 audio/audacity-devel/Makefile
1.9 audio/audiere/Makefile
(Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
|
Tue, 5 Oct 2010
|
[ 19:57 ade ]
1.12 archivers/par2cmdline-tbb/Makefile
1.36 archivers/rpm5/Makefile
1.10 archivers/torrentzip/Makefile
1.17 archivers/zipios++/Makefile
1.32 astro/boinc-setiathome-enhanced/Makefile
1.37 astro/orsa/Makefile
1.49 audio/audacity-devel/Makefile
1.40 audio/faac/Makefile
1.60 audio/faad/Makefile
1.23 audio/gspeakers/Makefile
(Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
|
Wed, 15 Sep 2010
|
[ 18:35 ade ]
1.100 CHANGES
1.2257 MOVED
1.55 arabic/kde3-i18n/Makefile
1.39 arabic/koffice-i18n/Makefile
1.32 archivers/arj/Makefile
1.73 archivers/gtar/Makefile
1.10 archivers/par2cmdline-tbb/Makefile
1.34 archivers/rpm5/Makefile
1.9 archivers/torrentzip/Makefile
1.30 astro/boinc-setiathome-enhanced/Makefile
(Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
|
Tue, 31 Aug 2010
|
[ 03:58 pgollucci ]
1.147 lang/ruby18/Makefile
1.7 lang/ruby19/Makefile
- remove extra -g from CFLAGS
- WITH_DEBUG is handled in Mk/bsd.port.mk
PR: ports/146863
Submitted by: Anonymous <swell.k@gmail.com>
Silence from: stas (maintainer)
|
|
Tue, 6 Apr 2010
|
[ 23:54 stas ]
1.146 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-openssl_missing.c
1.1 lang/ruby18/files/patch-openssl_missing.h
1.1 lang/ruby18/files/patch-ssl1.0-compat
- Fix build with openssl 1.0.
Submitted by: dinoex
|
|
Mon, 12 Oct 2009
|
[ 13:15 stas ]
1.145 lang/ruby18/Makefile
1.187 Mk/bsd.ruby.mk
1.5 lang/ruby18/files/patch-gc.c
1.1 lang/ruby18/files/patch-main.c
- Don't build ruby with threads support on FreeBSD versions before 7.2
- On FreeBSD >= 7.2 allocate the new thread with adequate amount of stack
space to run the main ruby code in. This allows to mitigate problem
when too low stack space available for ruby when running with pthreads
enabled.
- Bump portrevision.
The long version. Before this change we used to link ruby against pthreads
uncoditionally on all versions of FreeBSD. This is indispensable in order
to load the threaded shared objects withing ruby. However, this causes a
dramatic decrease in the stack space available as pthreads only allows
up to several megabytes of stack space for the main application threads.
The only solution to this is to create the new thread immediately after
the program start with rigth stack size attributes set. Nonetheless this
scheme won't work for us on FreeBSD version before 7.2 as malloc implementation
in these versions was not threaded fork safe (i.e. this is impossible to
fork from the threaded program and expect malloc/free functions to work).
Thus the only solution for now can be to disable pthreads entirely on
FreeBSD <= 7.2. This won't cause any performance/usability problems for
users as Ruby 1.8 uses green threads, however it may prevent <= 7.2
users to load shared libraries linked agains pthreads.
Reported by: "François Montel" <seanmullen@gmail.com>
Tested by: Sean Mullen <seanmullen@gmail.com>
|
|
Sun, 19 Jul 2009
|
[ 16:42 stas ]
1.144 lang/ruby18/Makefile
- Add ${PTHREAD_LIBS} to LDFLAGS in threaded build. This fixes the issue
when pthread libraries don't show up in Config::CONFIG["LIBS"] in some
cases.
Reported by: dinoex
|
|
Fri, 19 Jun 2009
|
[ 12:42 stas ]
1.143 lang/ruby18/Makefile
1.185 Mk/bsd.ruby.mk
1.1 lang/ruby18/files/patch-configure.in
1.4 lang/ruby18/files/patch-gc.c
- Fix stack overflow detection algorithm. It has not worked before as
we were linking the ruby binary against pthreads, and the default
stack size detection method with getrlimit didn't returned right
values in this case. Now, if threads enabled, it also tries to
determine the stack size via pthreads calls and use this value if
it is smaller than what getrlimit returned. Furthermore, the stack
overflow detection routine now works proactively, generating
exception if there're probability the stack will be exhausted by
the time of the next check (ruby performs checks only in each 256th
call of rb_call0). [1]
- Build pthreads-enabled ruby by default. I have not received any
bug reports for this for years, and this verison will work correctly
with threaded libraries. Also, do not link agains pthreads in non-pthread
case (this breaks stack size detection algorithm), and eliminate the
option to disable pthreads (so only power users who know what they're
doing can disable them).
- Build RDoc by default so it is available in the package.
- Bump portrevision.
PR: ports/132158
Reported by: Eugene Pimenov <libc@libc.st>
|
|
Wed, 3 Jun 2009
|
[ 11:32 stas ]
1.142 lang/ruby18/Makefile
- Really remove GC patch support.
PR: ports/135207
Submitted by: Keith Gaughan <kmgaughan@eircom.net>
|
|
Tue, 2 Jun 2009
|
[ 17:25 stas ]
1.141 lang/ruby18/Makefile
1.180 Mk/bsd.ruby.mk
1.71 lang/ruby18/distinfo
1.2 lang/ruby18/files/extra-patch-gc
1.1 lang/ruby18/files/patch-file-check-space
1.1 lang/ruby18/files/patch-lib_soap_mimemessage.rb
1.1 lang/ruby18/files/patch-ostruct-fix-frozen
1.1 lang/ruby18/files/patch-ostruct-recursion-test
1.1 lang/ruby18/files/patch-select-ebadf-fix
- Update ruby 1.8.7 to the latest revision available from ruby-lang.org.
This updates also borrows some important bugfixes from Ruby CVS that
is not available in patchlevel 160 yet.
- Drop GC patch support. It is broken with the new ruby version and
seem to require the complete rewriting.
|
|
Thu, 12 Feb 2009
|
[ 17:54 stas ]
1.140 lang/ruby18/Makefile
1.2 lang/ruby18/files/extra-patch-ext_openssl_openssl_missing.h
- Fix build with port's openssl version.
Reported by: Jan Henrik Sylvester <me@janh.de>
|
[ 14:59 stas ]
1.139 lang/ruby18/Makefile
1.64 lang/ruby18/pkg-plist
- Fix pkg-plist.
Pointy hat to: me
|
[ 14:24 stas ]
1.138 lang/ruby18/Makefile
1.176 Mk/bsd.ruby.mk
1.70 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-io.c
1.7 lang/ruby18/files/patch-mkmf.rb
1.7 lang/ruby-mode.el/pkg-plist
- Update ruby18 to 1.8.7p72.
PR: ports/124837 (based on)
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
|
Mon, 12 Jan 2009
|
[ 11:19 stas ]
1.137 lang/ruby18/Makefile
1.1 lang/ruby18/files/extra-patch-ext_openssl_openssl_missing.h
- Fix build with OPENSSL_PORT.
PR: ports/130399
Submitted by: bf <bf2006a@yahoo.com>
|
|
Mon, 5 Jan 2009
|
[ 20:36 pav ]
1.35 games/adgali/Makefile
1.10 games/crack-attack/Makefile
1.10 games/djgame2/Makefile
1.40 games/ember/Makefile
1.8 games/exmars/Makefile
1.32 games/frozenbubble/Makefile
1.23 games/kbilliards/Makefile
1.7 games/latrine/Makefile
1.22 games/lincity-ng/Makefile
1.21 games/monster-masher/Makefile
(Only the first 10 of 102 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
|
Fri, 15 Aug 2008
|
[ 21:45 stas ]
1.38 devel/oniguruma/Makefile
1.135 lang/ruby18/Makefile
1.173 Mk/bsd.ruby.mk
1.29 devel/oniguruma/distinfo
1.69 lang/ruby18/distinfo
1.1 lang/ruby18/files/extrapatch-oniguruma-reggnu.c
1.2 lang/ruby18/files/patch-array.c
1.4 lang/ruby18/files/patch-bignum.c
1.5 lang/ruby18/files/patch-intern.h
1.2 lang/ruby18/files/patch-lib_webrick_httpservlet_filehandler.rb
(Only the first 10 of 16 ports in this commit are shown above. )
- Update ruby to 1.8.6 patchset 287.
|
|
Tue, 30 Oct 2007
|
[ 11:24 stas ]
1.134 lang/ruby18/Makefile
1.164 Mk/bsd.ruby.mk
1.68 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-bignum.c
1.2 lang/ruby18/files/patch-dir.c
1.10 lang/ruby18/files/patch-eval.c
1.2 lang/ruby18/files/patch-ext_bigdecimal_bigdecimal.c
1.2 lang/ruby18/files/patch-ext_dl_dl.c
1.2 lang/ruby18/files/patch-ext_etc_etc.c
1.2 lang/ruby18/files/patch-ext_thread_thread.c
(Only the first 10 of 19 ports in this commit are shown above. )
- Update ruby to the latest 111 patchversion.
It's a bugfix release.
Thanks to: Alexander Logvinov <ports@logvinov.com> for initial patchset.
|
|
Wed, 3 Oct 2007
|
[ 23:22 edwin ]
1.17 lang/ezm3/Makefile
1.96 lang/icc/Makefile
1.75 lang/icc7/Makefile
1.50 lang/ifc/Makefile
1.34 lang/ifc7/Makefile
1.10 lang/p5-F77/Makefile
1.93 lang/perl5.8/Makefile
1.118 lang/php4/Makefile
1.148 lang/python23/Makefile
1.158 lang/python24/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Remove support for OSVERSION < 5
|
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ]
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile
(Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
Tue, 10 Jul 2007
|
[ 15:04 stas ]
1.131 lang/ruby18/Makefile
1.161 Mk/bsd.ruby.mk
1.1 lang/ruby18/files/patch-bignum.c
1.1 lang/ruby18/files/patch-dir.c
1.9 lang/ruby18/files/patch-eval.c
1.1 lang/ruby18/files/patch-ext_bigdecimal_bigdecimal.c
1.1 lang/ruby18/files/patch-ext_dl_dl.c
1.1 lang/ruby18/files/patch-ext_etc_etc.c
1.1 lang/ruby18/files/patch-ext_thread_thread.c
1.1 lang/ruby18/files/patch-ext_tk_lib_tkextlib_tcllib_tablelist.rb
(Only the first 10 of 17 ports in this commit are shown above. )
- Add a bunch of fixes and patchs from the upstream. These fixes a lot of
serious bugs, some of which can pose security-related problems.
- Bump up PORTREVISION.
Requested by: many
|
|
Fri, 25 May 2007
|
[ 18:01 brian ]
1.130 lang/ruby18/Makefile
Do pre-install actions as root
Approved by: stas (maintainer)
|
|
Thu, 3 May 2007
|
[ 20:34 stas ]
1.129 lang/ruby18/Makefile
1.60 lang/ruby18/pkg-plist
- Install NEWS file too.
Suggested by: knu
|
|
Thu, 5 Apr 2007
|
[ 08:13 pav ]
1.128 lang/ruby18/Makefile
- Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determined
With hat: portmgr
|
|
Wed, 4 Apr 2007
|
[ 12:53 stas ]
1.127 lang/ruby18/Makefile
- Use common RUBY_PORTEPOCH variable.
|
|
Tue, 3 Apr 2007
|
[ 21:57 stas ]
1.28 converters/ruby-iconv/Makefile
1.20 databases/ruby-gdbm/Makefile
1.14 japanese/ruby-tk/Makefile
1.15 lang/ruby-mode.el/Makefile
1.126 lang/ruby18/Makefile
1.39 x11-toolkits/ruby-tk/Makefile
1.159 Mk/bsd.ruby.mk
1.67 lang/ruby18/distinfo
1.1 lang/ruby18/files/patch-ext_tk_tkutil_extconf.rb
1.2 lang/ruby18/files/patch-tk-tkutil-extconf.rb
(Only the first 10 of 13 ports in this commit are shown above. )
- Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
|
|
Sat, 24 Mar 2007
|
[ 14:03 pav ]
1.18 archivers/ruby-bz2/Makefile
1.16 audio/ruby-freedb/Makefile
1.14 audio/ruby-mp3info/Makefile
1.11 audio/ruby-musicbrainz/Makefile
1.4 cad/gspiceui/Makefile
1.10 databases/ruby-cdb/Makefile
1.24 devel/cc65/Makefile
1.4 devel/ocaml-cfg/Makefile
1.6 devel/ocaml-lacaml/Makefile
1.27 devel/ocaml-pcre/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
- COPYTREE_* are now part of bsd.port.mk
PR: ports/100996
Submitted by: stass
|
|
Tue, 2 Jan 2007
|
[ 21:00 stas ]
1.124 lang/ruby18/Makefile
- Forced commit to note, that the previous patch was received from
Roman Shterenzon <romanbsd@yahoo.com>. Thanks!
|
[ 20:58 stas ]
1.123 lang/ruby18/Makefile
1.157 Mk/bsd.ruby.mk
1.1 lang/ruby18/files/extra-patch-gc
- Add patch that allows GC performance profiling and analasys.
- Bump portrevison
|
[ 16:23 stas ]
1.122 lang/ruby18/Makefile
1.155 Mk/bsd.ruby.mk
1.66 lang/ruby18/distinfo
1.2 lang/ruby18/files/obsoleted
1.2 lang/ruby18/files/patch-ext-dbm-extconf.rb
1.3 lang/ruby18/files/patch-lib_cgi.rb
1.58 lang/ruby18/pkg-plist
- Update lang/ruby18 to 1.8.5p12 (bugfix release)
- Make RI generation disabled by default (it causes problems
on slow hardware)
- PREFIX-cleaness fixes (in bsd.ruby.mk) [1]
- Take maintainership of bsd.ruby.mk [1]
The patch was tested in the tinderbox with all ruby-dependend ports.
Approved by: portmgr (linimon)
|
|
Mon, 4 Dec 2006
|
[ 20:33 stas ]
1.121 lang/ruby18/Makefile
1.2 lang/ruby18/files/patch-lib_cgi.rb
- Fix an another cgi library vulnerability
- Bump portrevision
PR: ports/106287
Reported by: UEDA Hiroyuki <bsdmad@gmail.com>
Obtained from: ruby cvs
|
|
Sun, 19 Nov 2006
|
[ 23:39 stas ]
1.120 lang/ruby18/Makefile
- Back-out the previous commit, as it can cause linking problems (pthread's
unresolved symbols) on some systems (e.g. with libgnomeui). Linking
threading libraries donesn't employ threading in ruby per se, so it's safe
to do that in non-threaded case.
Reported by: mezz
|
|
Tue, 14 Nov 2006
|
[ 20:49 stas ]
1.119 lang/ruby18/Makefile
- Don't links agains threading libraries in case if pthreads support was
disabled.
Reported by: Anton Yuzhaninov <citrin@citrin.ru>
|
|
Sat, 4 Nov 2006
|
[ 10:04 stas ]
1.118 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-lib_cgi.rb
- Add a workaround for the recently disclosed DoS vulnerability in the cgi.rb
ruby18 module
- Bump portrevision
PR: ports/105113
Submitted by: UEDA Hiroyuki <BSDmad@gmail.com>
|
|
Sun, 15 Oct 2006
|
[ 10:46 stas ]
1.117 lang/ruby18/Makefile
1.57 lang/ruby18/pkg-plist
- Fix pkg-plist when ONIGURUMA option used
- Bump portrevision
Submitted by: nork
Approved by: portmgr (clement)
|
|
Mon, 9 Oct 2006
|
[ 13:17 stas ]
1.116 lang/ruby18/Makefile
- Add runtime knob to allow libraries installation under user
privileges. When RB_INSTALL_USER environment variable is set, ruby
will not pass '${_BINOWNGRP}' to install program, thus allowing an
ordinal user to install gem or library (e.g. into home directory).
- Eliminate extra whitespace
- Bump portrevision.
PR: ports/103801 (idea)
Submitted by: Dimitri Aivaliotis <aglarond@gmail.com>
|
|
Sun, 1 Oct 2006
|
[ 19:10 stas ]
1.115 lang/ruby18/Makefile
1.1 lang/ruby18/files/obsoleted
1.6 lang/ruby18/files/patch-mkmf.rb
1.56 lang/ruby18/pkg-plist
- Prepare port to make ruby libraries PREFIX-clean (also requires bsd.ruby.mk
modifications)
- Add OPTIONS
- Provide automatic pkg-plist generator to simplify updates
- Guarantee permissions safety when installing docs and examples (eliminate
${CP} -r *)
- Create handy docs and examples structure (install examples for external
libraries in separate directories)
- Remove unused KNOB (NORUBYLIB)
- Add knob to disable RDOC generation [1]
- Add knob to disable IPv6 support
- Move list of obsoleted packages to the separate file (files/obsoleted)
- Add additional .keep_me like files to allow shared directories to not
be deleted by dependent ports
- Minor cleanups and modifications
- Bump-up portrevision
All ruby ports were tested in tinderbox with these modifications.
Requested by: VANHULLEBUS Yvan <vanhu_bsd@zeninc.net> [1]
PR: ports/103353 [1], ports/102648, ports/102663, ports/102685,
ports/102646
Approved by: sem (mentor)
|
|
Wed, 13 Sep 2006
|
[ 11:12 sem ]
1.114 lang/ruby18/Makefile
- Assign a new ruby maintainer who submitted patches which will be committed
after 6.3-RELEASE
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
Sun, 27 Aug 2006
|
[ 09:53 sem ]
1.113 lang/ruby18/Makefile
1.154 Mk/bsd.ruby.mk
1.65 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-dir.c-security
1.8 lang/ruby18/files/patch-eval.c
1.2 lang/ruby18/files/patch-eval.c-security
1.1 lang/ruby18/files/patch-ext-dbm-extconf.rb
1.2 lang/ruby18/files/patch-fileutils.rb
1.2 lang/ruby18/files/patch-re.c-security
1.55 lang/ruby18/pkg-plist
- Update to 1.8.5
A bugs fix release.
|
|
Tue, 15 Aug 2006
|
[ 00:29 clsung ]
1.5 irc/bopm/Makefile
1.9 irc/sircd/Makefile
1.8 irc/xchat-mircryption/Makefile
1.65 japanese/Canna/Makefile
1.50 japanese/FreeWnn-lib/Makefile
1.35 japanese/Wnn6-lib/Makefile
1.36 japanese/Wnn7-lib/Makefile
1.13 japanese/chasen-base/Makefile
1.28 japanese/kakasi/Makefile
1.26 japanese/libicq/Makefile
(Only the first 10 of 61 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
|
Sun, 30 Jul 2006
|
[ 09:55 sem ]
1.111 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-dir.c-security
1.1 lang/ruby18/files/patch-eval.c-security
1.1 lang/ruby18/files/patch-re.c-security
- Fix last discovered security vulnerabilities.
VuXML id: 76562594-1f19-11db-b7d4-0008743bf21a
|
|
Wed, 24 May 2006
|
[ 20:42 pav ]
1.110 lang/ruby18/Makefile
- Revert previous commit, it broke ruby-gtk2
Reported by: mezz
|
[ 08:06 pav ]
1.109 lang/ruby18/Makefile
- Don't link pthread libs in non-pthread case (the default case)
PR: ports/97765 (based on)
Submitted by: Takeshi MUTOH <mutoh@openedu.org>
|
|
Mon, 15 May 2006
|
[ 12:42 pav ]
1.108 lang/ruby18/Makefile
- Fix PKGNAMESUFFIX when both Oniguruma and pthreads are enabled
PR: ports/97178 (based on)
Submitted by: cokane
|
|
Wed, 3 May 2006
|
[ 04:55 okazaki ]
1.107 lang/ruby18/Makefile
1.54 lang/ruby18/pkg-plist
Remove obsolete USE_REINPLACE.
Add missing entries for the ONIGURUMA option to the plist.
|
|
Tue, 2 May 2006
|
[ 12:15 anray ]
1.106 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-io.c
Wrong type of integer argument to ioctl(2) cause ruby18 to produce lots
of sign-extension noises through console / kernel log on FreeBSD/amd64.
PR: ports/94088
Submitted by: ariff
|
|
Sun, 30 Apr 2006
|
[ 17:50 nobutaka ]
1.105 lang/ruby18/Makefile
Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
|
|
Fri, 31 Mar 2006
|
[ 13:25 nobutaka ]
1.104 lang/ruby18/Makefile
- Disable pthread support by default to fix breakage of some ruby applications
(migemo, mod_ruby, etc.).
- Remove WITHOUT_PTHREADS knob and add WITH_PTHREADS knob.
- Bump PORTREVISION.
Approved by: portmgr (krion)
|
|
Tue, 24 Jan 2006
|
[ 14:38 ume ]
1.103 lang/ruby18/Makefile
1.7 lang/ruby18/files/patch-eval.c
Use the code actually committed into Ruby CVS against
getcontext/setcontext issue.
Obtained from: Ruby CVS
|
|
Sat, 21 Jan 2006
|
[ 19:29 ume ]
1.102 lang/ruby18/Makefile
WITHOUT_CPU_CFLAGS hack is not required anymore.
Tested by: TAKANO Yuji <takachan__at__running-dog.net>
|
[ 05:38 ume ]
1.101 lang/ruby18/Makefile
${CPUTYPE} might not defined.
Reported by: cperciva
|
[ 04:26 ume ]
1.100 lang/ruby18/Makefile
It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xp
since my last commit. It spun in 'miniruby' somewhere in a
bigdecimal compile. So, if CPUTYPE is defined as athlon64 or
athlon-xp, ignore CPU_CFLAGS for workaround.
Reported by: Mike Harding <mvh__at__ix.netcom.com>
|
|
Fri, 20 Jan 2006
|
[ 19:32 ume ]
1.99 lang/ruby18/Makefile
1.4 lang/ruby18/files/patch-eval.c
eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64
before gcc 4.0.3.
previous one broke xcgroup of XCAST6:
http://sourceforge.net/projects/xcast6/
Reported by: SUZUKI Koichi <metal__at__gc5.so-net.ne.jp>
Obtained from:
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c.diff?r1=1.616.2.148;r2=1.616.2.149
|
|
Mon, 16 Jan 2006
|
[ 09:41 pav ]
1.98 lang/ruby18/Makefile
- Provide WITHOUT_PTHREADS option
Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
|
[ 01:43 pav ]
1.97 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-fileutils.rb
- Fix bug: FileUtils.mv() does not unlink source file when moving over
filesystem boundaries
Reported by: Virgil Champlin <champlin@stupidog.org>
|
|
Sat, 14 Jan 2006
|
[ 18:57 pav ]
1.96 lang/ruby18/Makefile
- OPENSSLINC is even better
Submitted by: mezz
|
[ 18:42 pav ]
1.95 lang/ruby18/Makefile
- Use OPENSSLBASE
Suggested by: mezz
|
[ 14:38 pav ]
1.94 lang/ruby18/Makefile
- Enable pthreads using configure switch, so autodetection based on headers
parsing works
|
[ 14:10 pav ]
1.93 lang/ruby18/Makefile
- Correct OpenSSL handling from previous commit
|
[ 14:05 pav ]
1.92 lang/ruby18/Makefile
- Make OpenSSL handling more obvious
|
[ 13:25 pav ]
1.91 lang/ruby18/Makefile
1.148 Mk/bsd.ruby.mk
1.64 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-ext+dl+extconf.rb
1.2 lang/ruby18/files/patch-ext_extmk.rb
1.5 lang/ruby18/files/patch-mkmf.rb
1.53 lang/ruby18/pkg-plist
- Update to 1.8.4
PR: ports/91556
Submitted by: Alexander Wittig <alexander@wittig.name>
|
|
Mon, 21 Nov 2005
|
[ 22:58 sem ]
1.90 lang/ruby18/Makefile
- Drop maintinership to ports@
Reminded by: linimon
|
|
Mon, 14 Nov 2005
|
[ 09:46 sem ]
1.89 lang/ruby18/Makefile
1.147 Mk/bsd.ruby.mk
1.62 lang/ruby18/distinfo
1.52 lang/ruby18/pkg-plist
- Back out the last update. It breaks many ruby ports install.
Reported by: kris via pointyhat
|
|
Wed, 9 Nov 2005
|
[ 08:54 sem ]
1.112 lang/ruby16/Makefile
1.88 lang/ruby18/Makefile
1.146 Mk/bsd.ruby.mk
1.61 lang/ruby18/distinfo
1.51 lang/ruby18/pkg-plist
bsd.ruby.mk:
- Change LOCALBASE with _RUBY_BASE
- Set _RUBY_BASE=PREFIX if defined _RUBY_PORT_TEST
_RUBY_BASE=LOCALBASE otherwise for easy ports testing.
lang/ruby18:
- Update to 1.8.3
Grant maintainership to submitter.
While I'm here:
- Add _RUBY_PORT_TEST=yes to lang/ruby16 port too.
(lang/ruby1[68] must set it for right install).
PR: ports/87332
Submitted by: Alexander Novitsky
|
|
Thu, 27 Oct 2005
|
[ 19:40 sem ]
1.111 lang/ruby16/Makefile
1.87 lang/ruby18/Makefile
1.145 Mk/bsd.ruby.mk
1.83 lang/ruby16/distinfo
1.60 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-lib_xmlrpc_utils.rb
1.868 security/vuxml/vuln.xml
- Fix a ruby vulnerabuility in the safe level settings.
Based on: ports/87816
Submitted by: Phil Oleson <oz@nixil.net>
Security:
http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html
|
|
Sun, 3 Jul 2005
|
[ 10:26 simon ]
1.86 lang/ruby18/Makefile
1.1 lang/ruby18/files/patch-lib_xmlrpc_utils.rb
Fix arbitrary command execution in XMLRPC server.
PR: ports/82855
Submitted by: Renato Botelho <freebsd@galle.com.br>
Obtained from: Ruby CVS
Approved by: maintainer timeout (1 day; security)
With hat: secteam
Security: CAN-2005-1992
Security:
http://vuxml.FreeBSD.org/594eb447-e398-11d9-a8bd-000cf18bbe54.html
|
|
Fri, 25 Feb 2005
|
[ 00:17 mezz ]
1.21 devel/ruby-gnustep/Makefile
1.9 devel/ruby-pcsc-lite/Makefile
1.34 devel/ruby-sdl/Makefile
1.15 graphics/ruby-opengl/Makefile
1.85 lang/ruby18/Makefile
1.15 print/ruby-panda/Makefile
1.8 textproc/ruby-sary/Makefile
1.153 UPDATING
1.1 lang/ruby18/files/extrapatch-eval.c
Disable threads again; it has caused the more troubles. This time, it has
${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the
headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl,
ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve
those issues. It is recommend you to rebuild any apps that depend on
lang/ruby18, so see the UPDATING for detail.
Remove the 'BROKEN' on the other ports that knu has added them few weeks ago.
Some of them have been tested, so if one of them is still broke then please
let us know and one of us will re-add the 'BROKEN'.
This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x
and I did others. lofi, thanks for help!
Tested by: many people
Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x),
and sparc64 (FreeBSD 5.x and 6.x)
Not test on: ia64 and alpha
Approved by: portmgr (kris)
|
|
Thu, 24 Feb 2005
|
[ 02:41 obrien ]
1.84 lang/ruby18/Makefile
Hack commit to allow ruby18 to build on sparc64. This changes to threading,
so a real fix should be found ASAP.
Submitted by: gad
|
|
Sat, 5 Feb 2005
|
[ 04:59 knu ]
1.20 devel/ruby-gnustep/Makefile
1.8 devel/ruby-pcsc-lite/Makefile
1.33 devel/ruby-sdl/Makefile
1.14 graphics/ruby-opengl/Makefile
1.433 lang/Makefile
1.110 lang/ruby16/Makefile
1.3 lang/ruby16_r/Makefile
1.83 lang/ruby18/Makefile
1.4 lang/ruby18_r/Makefile
1.14 print/ruby-panda/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
The slippery pthread support for systems prior to 502102 has been
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 ;-)
|
|
Sat, 25 Dec 2004
|
[ 16:05 knu ]
1.82 lang/ruby18/Makefile
1.59 lang/ruby18/distinfo
Update to the "second" 1.8.2 release. (officially announced, of course)
|
[ 04:28 knu ]
1.81 lang/ruby18/Makefile
1.142 Mk/bsd.ruby.mk
1.58 lang/ruby18/distinfo
1.49 lang/ruby18/pkg-plist
Update lang/ruby18 to the 1.8.2 release. Happy holidays!
|
[ 04:02 knu ]
1.80 lang/ruby18/Makefile
1.48 lang/ruby18/pkg-plist
Fix plist.
|
|
Thu, 23 Dec 2004
|
[ 20:30 knu ]
1.79 lang/ruby18/Makefile
1.141 Mk/bsd.ruby.mk
1.57 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-cgi.rb
1.47 lang/ruby18/pkg-plist
1.13 x11-toolkits/ruby-tk/pkg-plist
Update lang/ruby18 to 1.8.2-preview4.
* Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1)
may coredump with a double free() problem from a misuse of the DL
module. In that case, reinstall sysutils/portupgrade manually.
|
|
Thu, 25 Nov 2004
|
[ 15:25 simon ]
1.109 lang/ruby16/Makefile
1.78 lang/ruby18/Makefile
1.1 lang/ruby16/files/patch-cgi.rb
1.1 lang/ruby18/files/patch-cgi.rb
Fix DoS in the Ruby CGI module.
Obtained from: ruby CVS
Reviewed by: trhodes
OK'ed by: maintainer silence
With hat: secteam
|
|
Thu, 12 Aug 2004
|
[ 09:46 knu ]
1.77 lang/ruby18/Makefile
1.46 lang/ruby18/pkg-plist
Handle ri document directories properly.
|
[ 08:57 knu ]
1.76 lang/ruby18/Makefile
1.138 Mk/bsd.ruby.mk
1.56 lang/ruby18/distinfo
1.4 lang/ruby18/files/patch-mkmf.rb
1.45 lang/ruby18/pkg-plist
1.12 x11-toolkits/ruby-tk/pkg-plist
Update lang/ruby18 to 1.8.2-preview2.
|
|
Tue, 13 Jul 2004
|
[ 07:03 knu ]
1.75 lang/ruby18/Makefile
1.3 lang/ruby18/files/patch-mkmf.rb
Pull in the latest change to mkmf.rb to avoid build error when
devel/readline is installed.
|
|
Sun, 2 May 2004
|
[ 20:30 knu ]
1.74 lang/ruby18/Makefile
1.30 x11-toolkits/ruby-tk/Makefile
1.136 Mk/bsd.ruby.mk
1.55 lang/ruby18/distinfo
1.4 lang/ruby-tcltklib/pkg-descr
1.4 x11-toolkits/ruby-tk/pkg-descr
1.8 lang/ruby-tcltklib/pkg-plist
1.44 lang/ruby18/pkg-plist
1.11 x11-toolkits/ruby-tk/pkg-plist
Update lang/ruby18 and the bundled modules to the latest 1.8 branch
snapshot as of 2004-05-02.
|
|
Sun, 14 Mar 2004
|
[ 00:18 kris ]
1.73 lang/ruby18/Makefile
BROKEN on ia64: segfault during build
|
|
Thu, 26 Feb 2004
|
[ 19:20 knu ]
1.16 lang/ruby16-shim-ruby18/Makefile
1.107 lang/ruby16/Makefile
1.33 lang/ruby16_static/Makefile
1.72 lang/ruby18/Makefile
1.133 Mk/bsd.ruby.mk
1.13 lang/ruby16-shim-ruby18/pkg-plist
1.50 lang/ruby16/pkg-plist
1.3 lang/ruby16_static/pkg-plist
1.43 lang/ruby18/pkg-plist
Change the default version of ruby to 1.8 for i386 as well, finally.
Always put a version suffix to the ruby name (no matter if ruby is the
default version) to avoid mess in future.
[Notes for i386 users]
If you are a ruby developer and still want to stick with ruby 1.6 as
default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf.
If you are a ruby developer and want to keep ruby 1.6 as default,
please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please
run the following series of commands to migrate to ruby 1.8:
1) Reinstall portupgrade manually (and ruby 1.8 will be installed) (Only the first 15 lines of the commit message are shown above )
|
|
Tue, 17 Feb 2004
|
[ 03:58 knu ]
1.71 lang/ruby18/Makefile
1.42 lang/ruby18/pkg-plist
Fix plist and bump PORTREVISION.
PR: ports/61596
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
|
Mon, 22 Dec 2003
|
[ 10:08 knu ]
1.70 lang/ruby18/Makefile
1.131 Mk/bsd.ruby.mk
1.52 lang/ruby18/distinfo
1.40 lang/ruby18/pkg-plist
1.9 x11-toolkits/ruby-tk/pkg-plist
Update lang/ruby18 to 1.8.1.p4.
|
|
Mon, 15 Dec 2003
|
[ 06:35 knu ]
1.14 lang/ruby16-shim-ruby18/Makefile
1.69 lang/ruby18/Makefile
1.130 Mk/bsd.ruby.mk
1.11 lang/ruby16-shim-ruby18/distinfo
1.51 lang/ruby18/distinfo
1.2 lang/ruby18/files/patch-eval.c
1.2 lang/ruby18/files/patch-gc.c
1.2 lang/ruby16-shim-ruby18/files/patch-wait.c
1.7 lang/ruby16-shim-ruby18/pkg-install
1.12 lang/ruby16-shim-ruby18/pkg-plist
(Only the first 10 of 11 ports in this commit are shown above. )
Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.
|
|
Thu, 27 Nov 2003
|
[ 08:37 marcel ]
1.68 lang/ruby18/Makefile
Now that the build on ia64 has been fixed, remove the ONLY_FOR_ARCHS
that listed all archs, except ia64.
Approved by: portmgr (kris)
|
|
Fri, 31 Oct 2003
|
[ 12:33 knu ]
1.67 lang/ruby18/Makefile
1.126 Mk/bsd.ruby.mk
1.50 lang/ruby18/distinfo
1.38 lang/ruby18/pkg-plist
Update lang/ruby18 to 1.8.1-preview2.
|
|
Wed, 10 Sep 2003
|
[ 07:33 knu ]
1.66 lang/ruby18/Makefile
1.125 Mk/bsd.ruby.mk
1.49 lang/ruby18/distinfo
1.37 lang/ruby18/pkg-plist
Update lang/ruby18 to the latest snapshot as of 2003-09-09.
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)
|
Number of commits found: 88 |