summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-22102-0/+154
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2214-19/+19
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Better fix for the problem on AMD64 and Pentium4 since rev1.4.ume2006-01-221-22/+19
| | | | | | | | | | | getcontext() saves EFLAGS and setcontext() restores it. When carry flag is set in EFLAGS, setcontext() treats it as an system call error. This problem is filed as misc/92110. rev1.3 and before hid this problem, and rev1.4 exposed it. Drop carry flag before getcontext() for workaround for this problem. Submitted by: Tanaka Akira <akr__at__m17n.org> Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* Update to the 20060120 snapshot of GCC 4.1.0.gerald2006-01-222-16/+16
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2244-1171/+1171
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Upgrade to 1.0.14.thierry2006-01-213-18/+19
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* WITHOUT_CPU_CFLAGS hack is not required anymore.ume2006-01-211-6/+0
| | | | Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* fix build on AMD64 for workaround.ume2006-01-211-17/+22
| | | | Reported by: many
* ${CPUTYPE} might not defined.ume2006-01-211-0/+2
| | | | Reported by: cperciva
* Update to the 20060119 snapshot of GCC 4.0.3.gerald2006-01-212-16/+16
|
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpume2006-01-211-0/+4
| | | | | | | | 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>
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64ume2006-01-202-17/+43
| | | | | | | | | | 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
* - Update to 5.0.1garga2006-01-202-7/+6
| | | | | PR: ports/92011 Submitted by: Ports Fury
* - Update to 0.63pav2006-01-207-10/+84
| | | | | PR: ports/92026 Submitted by: Johan van Selst <johans@stack.nl>
* Update to 0.05.tobez2006-01-202-4/+5
|
* Remove ONLY_FOR_ARCHS.arved2006-01-201-2/+0
| | | | | Reported by: Paul Scherf on freebsd-ports Tested on: amd64 and sparc64
* - bump PORTEPOCHdinoex2006-01-201-0/+1
|
* BROKEN: Does not compilekris2006-01-201-0/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2006-01-191-0/+4
|
* - Fix distinfo and unbreak.tdb2006-01-192-5/+3
| | | | | | | | | | | | - Distfile rerolled, changes as follows (full diff is ~500 lines): Change version number from 2.36 to 2.37 configure.in contains a few changes like this: -AC_MSG_NOTICE([ * Berkeley-DB (Tools):]) +AC_MSG_NOTICE([ * Berkeley-DB (Tools)]) PR: 91739 Submitted by: Andreas Eder <are@staffa.eder.local> Approved by: maintainer
* - new option GNUSTEP_PREFIXdinoex2006-01-193-3/+6
| | | | allow user defined location of all files
* - new default gcc34dinoex2006-01-181-1/+18
| | | | | | | - new options: GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42
* Update to 5.6.2mnag2006-01-187-61/+60
| | | | | | | Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* Upgrade to v301 --- bug fixes and changes to the demos.jkoshy2006-01-183-7/+75
|
* - Fix build on sparc64pav2006-01-181-0/+44
| | | | | | Investigated by: marius This patch by: Tanaka Akira <akr@m17n.org> (akr in ruby CVS) Obtained from: ruby CVS
* s/PHP_EXTDIR/EXTSUBDIR/gale2006-01-172-6/+6
| | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-171-1/+4
| | | | from the big tarball.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-172-2/+10
| | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
* - enable fake-main support againdinoex2006-01-161-1/+2
| | | | | so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
* Update to 5.1.2 release:ale2006-01-1611-28/+64
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler.tdb2006-01-1610-0/+290
|
* - Provide pthread-less Ruby packagepav2006-01-162-0/+16
|
* - Provide WITHOUT_PTHREADS optionpav2006-01-161-3/+9
| | | | Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* Update to 4.4.2 release.ale2006-01-165-136/+10
|
* - Fix bug: FileUtils.mv() does not unlink source file when moving overpav2006-01-162-1/+11
| | | | | | filesystem boundaries Reported by: Virgil Champlin <champlin@stupidog.org>
* - Update for 1.8.4pav2006-01-161-0/+1
| | | | Reported by: krismail
* - No latest link, to prevent clash with lang/ruby18pav2006-01-151-0/+2
| | | | Reported by: kris
* - No latest link, to prevent clash with lang/fpc2pav2006-01-151-0/+2
| | | | Reported by: kris
* Update to the 20060114 snapshot of GCC 4.2.0.gerald2006-01-1516-128/+128
|
* Update to the 20060113 snapshot of GCC 4.1.0.gerald2006-01-142-16/+16
|
* Update to 1.1.12.1tmclaugh2006-01-1412-361/+118
| | | | Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
* - OPENSSLINC is even betterpav2006-01-141-1/+1
| | | | Submitted by: mezz
* - Use OPENSSLBASEpav2006-01-141-5/+2
| | | | Suggested by: mezz
* - Add patchfile neded for ruby-tkpav2006-01-141-0/+7
|
* 1: upgrade to latest version.vanilla2006-01-142-4/+4
| | | | 2: remove BROKEN on x11-toolkits/ewl.
* - Account for removal of tcltklib; 1.8 is now defaultpav2006-01-141-7/+3
|
* - Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4pav2006-01-144-102/+0
|
* - Enable pthreads using configure switch, so autodetection based on headerspav2006-01-141-3/+2
| | | | parsing works
* - Correct OpenSSL handling from previous commitpav2006-01-141-1/+1
|
* - Make OpenSSL handling more obviouspav2006-01-141-2/+6
|
OpenPOWER on IntegriCloud