aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Back-out the previous commit, as it can cause linking problems (pthread'sStanislav Sedov2006-11-191-2/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=177636
* Mark as NOT_FOR_ARCHS=amd64 instead of BROKEN. This version of GCC really ↵Gerald Pfeifer2006-11-191-1/+1
| | | | | | | | | should not be used for AMD64. Notes: svn path=/head/; revision=177564
* - Do not append version number to f2py executableAlexander Botero-Lowry2006-11-192-0/+12
| | | | | | | | | PR: 105641 Submitted by: Diane Bruce <db@db.net> Reviewed by: myself Notes: svn path=/head/; revision=177548
* A GNUstep-aware scheme interpreter. You need libflex installed on your system.Dirk Meyer2006-11-185-0/+53
| | | | | | | | | | | | | Includes many examples, e.g. the sieve of Erathostenes to compute primes, a Koch curve plotter, mandelbrot set, graphs of various functions etc. GScheme is fully tail recursive. The garbage collector bypasses GNUstep's retain/release mechanism in order to deal with circular data structures. GScheme is document-based and you can edit more than one file at the same time. WWW: http://www.gnustep.it/marko/GScheme/index.html Notes: svn path=/head/; revision=177497
* - Update to 2006-11-16Martin Wilke2006-11-173-10/+9
| | | | | | | | PR: ports/105605 Submitted by: Nils M Holm <nmh@t3x.org> (Maintainer) Notes: svn path=/head/; revision=177438
* BROKEN on sparc64: does not buildKris Kennaway2006-11-172-0/+8
| | | | Notes: svn path=/head/; revision=177428
* - Update to 7.6.94Vanilla I. Shu2006-11-163-6/+5
| | | | | | | | PR: ports/105546 Submitted by: maintainer Notes: svn path=/head/; revision=177374
* Broken for !i386Maho Nakata2006-11-152-0/+8
| | | | | | | Submitted by: kris via pointyhat Notes: svn path=/head/; revision=177367
* - Update to 1.4.1Johan van Selst2006-11-153-39/+91
| | | | Notes: svn path=/head/; revision=177345
* - Conflict with newer math/py-numpyRong-En Fan2006-11-151-0/+2
| | | | | | | Noticed by: Diane Bruce <db at db.net> Notes: svn path=/head/; revision=177292
* - Don't links agains threading libraries in case if pthreads support wasStanislav Sedov2006-11-141-2/+4
| | | | | | | | | disabled. Reported by: Anton Yuzhaninov <citrin@citrin.ru> Notes: svn path=/head/; revision=177277
* Update documentation checksums (unbreak).Jimmy Olgeni2006-11-132-69/+68
| | | | Notes: svn path=/head/; revision=177176
* - Fix building by using system byacc with -Dlint optionStanislav Sedov2006-11-132-9/+12
| | | | | | | | Reported by: kris via pointyhat Suggested by: pav Notes: svn path=/head/; revision=177169
* Depreciate.Ion-Mihai Tetcu2006-11-121-0/+3
| | | | | | | | PR: 105452 Submitted by: Andrew Pogrebennyk (maintainer) Notes: svn path=/head/; revision=177140
* Update suhosin patch to 0.9.6.2 release.Alex Dupre2006-11-124-8/+8
| | | | Notes: svn path=/head/; revision=177125
* Update to the 20061111 snapshot of GCC 4.3.0.Gerald Pfeifer2006-11-1214-133/+133
| | | | Notes: svn path=/head/; revision=177108
* Update to the 20061110 snapshot of GCC 4.1.2.Gerald Pfeifer2006-11-112-19/+19
| | | | Notes: svn path=/head/; revision=177071
* - Update to 0.17.007Cheng-Lung Sung2006-11-102-7/+6
| | | | | | | | | PR: ports/104610 Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=176977
* - Update to 4.114Cheng-Lung Sung2006-11-103-6/+4
| | | | | | | | PR: ports/105335 Submitted by: maintainer (James Bailie) Notes: svn path=/head/; revision=176965
* Update to the 20061107 snapshot of GCC 4.2.0. Mark this broken on ia64,Gerald Pfeifer2006-11-092-20/+20
| | | | | | | not i386. Notes: svn path=/head/; revision=176886
* - Update to 20061108Rong-En Fan2006-11-083-43/+87
| | | | | | | | | | - Add conflicts with devel/p5-PAR for bin/pp PR: ports/105237 Submitted by: Nils M Holm (maintainer) Notes: svn path=/head/; revision=176826
* - Handle dependencies properlyStanislav Sedov2006-11-082-54/+196
| | | | | | | | | | | | - Correct the default modules location path [1] - Correct example programs headers (shell path) - Install docs/examples into the separate directory PR: ports/105253 [1] Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org> [1] Notes: svn path=/head/; revision=176822
* Deprecate these old python versions and schedual for expiration onTom McLaughlin2006-11-082-0/+6
| | | | | | | | | | 2007-01-07. These version branches are no longer developed upstream and are rarely seen these days. Approved by: alexbl (python@) Notes: svn path=/head/; revision=176780
* Update to 0.9.9.Roman Bogorodskiy2006-11-072-4/+4
| | | | Notes: svn path=/head/; revision=176738
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-073-3/+3
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* Update to 5.2.0 release.Alex Dupre2006-11-0613-176/+19
| | | | Notes: svn path=/head/; revision=176626
* And here we go, introducing the lang/gcc43 port in form of the 20061104Gerald Pfeifer2006-11-061-0/+1
| | | | | | | | | | | | | snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683 Notes: svn path=/head/; revision=176592
* - Fix pkg-plist ↵Martin Wilke2006-11-061-6/+0
| | | | | | | | | | (http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/klogoturtle-0.6_4.log) PR: ports/104861 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=176591
* - Do not use JIT on non-x86 platforms (see $WRKSRC/PLATFORMS file)Florent Thoumie2006-11-062-404/+407
| | | | | | | | | | | | | - Add devel/bison2 and textproc/flex as dependencies - Update devel/icu dependency to 3.6 - Fix pkg-plist (and add automatic plist generation target) PR: ports/104286 Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: maintainer timeout (4 weeks) Notes: svn path=/head/; revision=176574
* - Remove USE_TK/USE_TK_BUILD (can only be used before bsd.port.pre.mk).Alejandro Pulver2006-11-051-3/+2
| | | | Notes: svn path=/head/; revision=176506
* And here we go, introducing the lang/gcc43 port in form of the 20061104Gerald Pfeifer2006-11-0528-280/+224
| | | | | | | | | | | | | snapshot of GCC 4.3.0; repocopied over from lang/gcc42. Sadly we now have an unconditional dependency on math/libgmp4 and math/mpfr. On the positive side this allows us to always build the Fortran frontend. PR: 104683 Notes: svn path=/head/; revision=176500
* Mark BROKEN on 4.x.Sam Lawrance2006-11-051-0/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=176454
* - Change MASTER_SITES (remove a "www.").Alejandro Pulver2006-11-051-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=176420
* - Apply the whole patch (in my previous commit I only patched the Makefile)Alejandro Pulver2006-11-054-12/+42
| | | | | | | from ports/104358. Notes: svn path=/head/; revision=176419
* Update to the 20061103 snapshot of GCC 4.1.2.Gerald Pfeifer2006-11-052-19/+19
| | | | Notes: svn path=/head/; revision=176408
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176401
* Fix detection of socklen_t which will fix the build on 4.X.Joe Marcus Clarke2006-11-041-0/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176357
* - Bump portrevision to match the lang/ruby18 port's one and to force rebuildStanislav Sedov2006-11-041-1/+1
| | | | Notes: svn path=/head/; revision=176343
* - Add a workaround for the recently disclosed DoS vulnerability in the cgi.rbStanislav Sedov2006-11-042-1/+12
| | | | | | | | | | | ruby18 module - Bump portrevision PR: ports/105113 Submitted by: UEDA Hiroyuki <BSDmad@gmail.com> Notes: svn path=/head/; revision=176342
* Update to the 20061031 snapshot of GCC 4.2.0. Mark this port broken onGerald Pfeifer2006-11-032-19/+23
| | | | | | | ia64 where it has failed to build for many months. Notes: svn path=/head/; revision=176248
* - Update to 4.113Cheng-Lung Sung2006-11-022-4/+4
| | | | | | | | PR: ports/104439 Submitted by: maintainer (James Bailie) Notes: svn path=/head/; revision=176144
* - Update to 9.0.0Stanislav Sedov2006-11-013-6/+10
| | | | | | | - Change my email Notes: svn path=/head/; revision=176138
* - Mark broken on ia64 because of boehm-gc doesn't support itStanislav Sedov2006-11-011-1/+5
| | | | | | | | | - Change my email Reported by: kris via pointyhat Notes: svn path=/head/; revision=176133
* - Add ffcall support [1]Stanislav Sedov2006-11-011-5/+11
| | | | | | | | | - Mark broken on pre-7.x again as it doesn't built on pointyhat anyway Reported by: Jason Woofenden <jason@jasonwoof.com> [1] Notes: svn path=/head/; revision=176128
* - Update to 0.9.18Martin Wilke2006-11-013-23/+7
| | | | | | | | PR: ports/104846 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=176013
* - improved handling of include paths in the GCC build process; [1]Boris Samorodov2006-10-312-14/+41
| | | | | | | | | | | | | - proper care is taken that only the bootstrap compiler is used [1] (silences core dump messages in configure); - bump PORTREVISION. [1] PR: 104301 [2] Submitted by: Vaclav Haisman <v.haisman at sh.cvut.cz> [2] Karel Miklav <karel at lovetemple.net> (maintainer) [1] Notes: svn path=/head/; revision=175963
* Replace homegrown option scripts with OPTIONS.Sam Lawrance2006-10-313-156/+77
| | | | | | | | | | | Tidy up. PR: ports/104367 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Approved by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Notes: svn path=/head/; revision=175944
* Update to the 20061027 snapshot of GCC 4.1.2.Gerald Pfeifer2006-10-312-19/+19
| | | | Notes: svn path=/head/; revision=175861
* Remove expired leaf ports:Vasil Dimov2006-10-3116-1310/+0
| | | | | | | | | | | | 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow Notes: svn path=/head/; revision=175824
* Update to the 20061026 snapshot of GCC 4.0.4.Gerald Pfeifer2006-10-312-13/+13
| | | | Notes: svn path=/head/; revision=175789