aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Use GNU_CONFIGURE instead of HAS_CONFIGURE.Florent Thoumie2009-06-231-1/+1
| | | | | | | Reported by: John Hein Notes: svn path=/head/; revision=236556
* - Fix pkg-plist (install all header files)Philip M. Gollucci2009-06-231-7/+11
| | | | | | | | | PR: ports/134770 Submitted by: Dan Rench <citric@cubicone.tmetic.com> Approved by: maintainer Notes: svn path=/head/; revision=236548
* Also add the packing list, could be useful.Florent Thoumie2009-06-231-0/+10
| | | | Notes: svn path=/head/; revision=236513
* Add lang/mono-basic 2.4, VisualBasic.NET support for Mono.Florent Thoumie2009-06-236-0/+65
| | | | | | | | PR: ports/135928 Submitted by: Romain Tartiere Notes: svn path=/head/; revision=236512
* Update to the 20090621 snapshot of GCC 4.3.4.Gerald Pfeifer2009-06-223-19/+21
| | | | Notes: svn path=/head/; revision=236486
* - Update lang/mono to 2.4.Florent Thoumie2009-06-2212-113/+388
| | | | | | | | | | | | | | - Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy, gnome-desktop-sharp, gnomesharp20). - Remove devel/monodoc as it is now included in lang/mono. - Add www/mod_mono, an apache module serving ASP.net pages. - Add www/xsp, a mono-based webserver. PR: ports/135248, ports/135249 Submitted by: Romain Tartiere <romain@blogreen.org> Notes: svn path=/head/; revision=236461
* The new libffi man pages depend on Java, thus are not available on x86-64.Gerald Pfeifer2009-06-225-15/+15
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236456
* - Update pkg-descrDennis Herrmann2009-06-211-0/+11
| | | | Notes: svn path=/head/; revision=236438
* libHX is a C library (with some additional C++ bindings available)Dennis Herrmann2009-06-215-0/+59
| | | | | | | | | | WWW: http://libhx.sourceforge.net/ PR: ports/135871 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236402
* - Pass maintainership to submitterDennis Herrmann2009-06-201-1/+1
| | | | | | | | PR: ports/135855 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Notes: svn path=/head/; revision=236383
* - Update to snapshot r5858.Tim Bishop2009-06-203-6/+51
| | | | Notes: svn path=/head/; revision=236378
* - Unbreak buildGabor Pali2009-06-201-5/+1
| | | | | | | Approved by: tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=236353
* Update to the 20090618 snapshot of GCC 4.5.0. Tweak pkg-descr "footer".Gerald Pfeifer2009-06-1920-130/+160
| | | | | | | | | | | | | | | Add hack for non-default LOCALBASE until the ports infrastructure has been fixed. [1] The new share/libstdc++/python/libstdcxx has now moved to a version specific location based on an upstream report of mine. And there are now three new ffi related man pages. Dedicated to: Notes: svn path=/head/; revision=236323
* - Fix stack overflow detection algorithm. It has not worked before asStanislav Sedov2009-06-193-19/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=236301
* Update to the 20090616 snapshot of GCC 4.4.1. Tweak pkg-descr "footer".Gerald Pfeifer2009-06-193-19/+21
| | | | Notes: svn path=/head/; revision=236264
* - Add bash as run dependency, it's needed during install targetPav Lucistnik2009-06-181-1/+2
| | | | | | | | | - Re-enable multi-jobism Ok'ed by: maintainer Notes: svn path=/head/; revision=236241
* - Mark BROKEN: does not configurePav Lucistnik2009-06-181-0/+2
| | | | | | | Reported by: pointyhat, QAT Notes: svn path=/head/; revision=236240
* Correct installation directories when using non-standard PREFIXJohan van Selst2009-06-181-1/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236237
* - fix build with custom LOCALBASEDirk Meyer2009-06-181-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236229
* - Fix plist.Stanislav Sedov2009-06-181-1/+0
| | | | Notes: svn path=/head/; revision=236227
* - Fix pkg-plist. Apparently ruby19 install all files in its workdirStanislav Sedov2009-06-181-0/+5
| | | | | | | including the patch(1) leftovers. Notes: svn path=/head/; revision=236226
* - Fix the bug in URI module that smashed uri paths in merge method forStanislav Sedov2009-06-181-0/+19
| | | | | | | | | | ftp uris. PR: ports/131775 Reported by: Helmut Schneider <jumper99@gmx.de> Notes: svn path=/head/; revision=236220
* - Fix the bug in ruby GC when object finalizer were never called. This hasStanislav Sedov2009-06-183-0/+41
| | | | | | | | | | | | | | | | | | been triggered by portupgrade which uses finalizers to remove lockfiles. - Fix the bug in URI module that smashed uri paths in merge method for ftp uris. [1] - Fix segmentation fault when cloning objects with dynamically created methods (via instance_eval). [2] PR: ports/131775 [1], ports/135533 [2] Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org> [2], Helmut Schneider <jumper99@gmx.de> [1], Jaakko Heinonen <jh@saunalahti.fi> [1], Peter Hofer <ph@desktopbsd.net> [1] Obtained from: ruby_1_8 svn tree (rev 22679) [2] Notes: svn path=/head/; revision=236218
* - Update to 3.2b.2Martin Wilke2009-06-182-9/+11
| | | | | | | | PR: 135642 Submitted by: Ports Fury Notes: svn path=/head/; revision=236208
* Update to 1.3.0Sergey Skvortsov2009-06-183-6/+22
| | | | | | | WWW: http://www.parrot.org/news/2009/Parrot-1.3.0 Notes: svn path=/head/; revision=236203
* Fix install with custom PREFIX.Ion-Mihai Tetcu2009-06-181-1/+1
| | | | | | | | Submitted by: maintainer Reported by: QATty Notes: svn path=/head/; revision=236200
* - Update to 0.2.9Philip M. Gollucci2009-06-185-22/+63
| | | | | | | | | - Don't mix PORTDOCS/PORTEXAMPLES in pkg-plist or Makefile - Patch for recent perls (PL_na is dead) [will send patch upstream] Notes: svn path=/head/; revision=236195
* - Fix with custom LOCALBASE (mysql, postgresql, qt and opengl gambas components)Jose Alonso Cardenas Marquez2009-06-171-4/+11
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236173
* Fix build with custom LOCALBASEIon-Mihai Tetcu2009-06-171-0/+1
| | | | | | | | Reported by: QATty Approved by: maintainer (gerald@) Notes: svn path=/head/; revision=236101
* - Chmod dirs/files 755/644 after extraction, as everything is extracted with ↵Dmitry Marakasov2009-06-172-11/+22
| | | | | | | | | | | 000 by default - Fix build (cd: can't cd to sqstdlib) - Clean the port up a bit, add some whitespace - Use traditional plist Notes: svn path=/head/; revision=236095
* claimPhilip M. Gollucci2009-06-163-3/+3
| | | | | | | | | | | - rails - lua - perl - $work related ones (quick glance) Notes: svn path=/head/; revision=236050
* Fix build with custom LOCALBASEIon-Mihai Tetcu2009-06-161-0/+1
| | | | | | | Approved by: maintainer gerald@) Notes: svn path=/head/; revision=236033
* - Assign all unmaintained ruby ports to ruby@,Stanislav Sedov2009-06-164-4/+4
| | | | | | | so people will know where to send questions to. Notes: svn path=/head/; revision=236032
* Fix pkg-plist.Boris Samorodov2009-06-162-0/+3
| | | | | | | Reported by: exp-run (pav) Notes: svn path=/head/; revision=236017
* - Update to 0.73Philip M. Gollucci2009-06-162-4/+4
| | | | Notes: svn path=/head/; revision=236008
* - Respect LOCALBASE path of some dependencies if it is changed to a customJose Alonso Cardenas Marquez2009-06-151-0/+27
| | | | | | | | | value. Reported by: QAT Notes: svn path=/head/; revision=235880
* Remove pm3-* and friends as it hasn't been able to build forErwin Lansing2009-06-1533-3441/+0
| | | | | | | | | | | | | | | over a year. 2008-09-19 lang/pm3-base: Has been broken for more than 6 months 2009-01-19 lang/pm3-forms: depends on broken, expired port 2009-01-19 lang/pm3-gui: depends on broken, expired port 2009-01-19 lang/pm3-m3tk: depends on broken, expired port 2009-01-19 lang/pm3-net: depends on broken, expired port 2009-01-19 lang/pm3-netobj: depends on broken, expired port graphics/juno-2 Notes: svn path=/head/; revision=235873
* - Update to 20090615Beat Gaetzi2009-06-154-13/+126
| | | | | | | | PR: ports/135590 Submitted by: Nils M Holm <nmh AT t3x.org> (maintainer) Notes: svn path=/head/; revision=235854
* Remove mnogosearch extension.Alex Dupre2009-06-151-2/+1
| | | | Notes: svn path=/head/; revision=235847
* Remove support for mnogosearch31 which is about to be removed.Erwin Lansing2009-06-131-6/+0
| | | | Notes: svn path=/head/; revision=235698
* Mark BROKEN: does not build.Erwin Lansing2009-06-131-0/+2
| | | | Notes: svn path=/head/; revision=235682
* Add bugfix for ei_decode_big.Jimmy Olgeni2009-06-134-2/+36
| | | | | | | | | | | | | | "The high order bits of the 16-bits digit (short) are read, even if the byte (at u[(i*2)+1]) doesn't belong to the big. In other words, big numbers such as 16#1234567890 with an odd number of bytes are decoded with a garbage byte (i.e. 16#XX1234567890)." http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html Obtained from: Paul Guyot <pguyot at kallisys.net> Notes: svn path=/head/; revision=235681
* - Fix BigDecimal DoS vulnerability in ruby 1.8.7.Stanislav Sedov2009-06-121-0/+211
| | | | | | | | | | - Bump portrevision. Obtained from: ruby-lang CVS Security: 62e0fbe5-5798-11de-bb78-001cc0377035 Notes: svn path=/head/; revision=235669
* files/patch-lib_compiler_src_beam__utils.erl:Jimmy Olgeni2009-06-126-2/+62
| | | | | | | | | | | | | | | Fix "Internal consistency check failed" compiler error. Obtained from: Bjorn Gustavsson <bgustavsson at gmail.com> files/patch-lib_inets_src_http__client_http.erl: The process would hang because {stream,{self,once}} is not recognized as an invalid option. Obtained from: Adam Kocoloski <adam.kocoloski at gmail.com> Notes: svn path=/head/; revision=235652
* Add MASTER_SITES mirror .Jimmy Olgeni2009-06-111-0/+1
| | | | Notes: svn path=/head/; revision=235590
* Unbreak PLIST for erlang-lite.Jimmy Olgeni2009-06-112-8/+14
| | | | Notes: svn path=/head/; revision=235589
* Mark as MAKE_JOBS_UNSAFE.Jimmy Olgeni2009-06-112-0/+2
| | | | | | | | PR: ports/135479 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=235588
* - Add support for portmaster to upgrade-site-packages.Wesley Shields2009-06-111-4/+18
| | | | | | | Approved by: miwi Notes: svn path=/head/; revision=235582
* Upgrade to version R13B01.Jimmy Olgeni2009-06-1113-446/+410
| | | | Notes: svn path=/head/; revision=235576
* Maintainer has asked that this one be assigned back to the pool.Mark Linimon2009-06-102-4/+1
| | | | Notes: svn path=/head/; revision=235554