Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SHA256ify | edwin | 2006-01-22 | 102 | -0/+154 |
| | | | | Approved by: krion@ | ||||
* | eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 14 | -19/+19 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Better fix for the problem on AMD64 and Pentium4 since rev1.4. | ume | 2006-01-22 | 1 | -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. | gerald | 2006-01-22 | 2 | -16/+16 |
| | |||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 44 | -1171/+1171 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Upgrade to 1.0.14. | thierry | 2006-01-21 | 3 | -18/+19 |
| | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. | ||||
* | WITHOUT_CPU_CFLAGS hack is not required anymore. | ume | 2006-01-21 | 1 | -6/+0 |
| | | | | Tested by: TAKANO Yuji <takachan__at__running-dog.net> | ||||
* | fix build on AMD64 for workaround. | ume | 2006-01-21 | 1 | -17/+22 |
| | | | | Reported by: many | ||||
* | ${CPUTYPE} might not defined. | ume | 2006-01-21 | 1 | -0/+2 |
| | | | | Reported by: cperciva | ||||
* | Update to the 20060119 snapshot of GCC 4.0.3. | gerald | 2006-01-21 | 2 | -16/+16 |
| | |||||
* | It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xp | ume | 2006-01-21 | 1 | -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 IA64 | ume | 2006-01-20 | 2 | -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.1 | garga | 2006-01-20 | 2 | -7/+6 |
| | | | | | PR: ports/92011 Submitted by: Ports Fury | ||||
* | - Update to 0.63 | pav | 2006-01-20 | 7 | -10/+84 |
| | | | | | PR: ports/92026 Submitted by: Johan van Selst <johans@stack.nl> | ||||
* | Update to 0.05. | tobez | 2006-01-20 | 2 | -4/+5 |
| | |||||
* | Remove ONLY_FOR_ARCHS. | arved | 2006-01-20 | 1 | -2/+0 |
| | | | | | Reported by: Paul Scherf on freebsd-ports Tested on: amd64 and sparc64 | ||||
* | - bump PORTEPOCH | dinoex | 2006-01-20 | 1 | -0/+1 |
| | |||||
* | BROKEN: Does not compile | kris | 2006-01-20 | 1 | -0/+2 |
| | |||||
* | BROKEN on ia64 and sparc64: Does not compile | kris | 2006-01-19 | 1 | -0/+4 |
| | |||||
* | - Fix distinfo and unbreak. | tdb | 2006-01-19 | 2 | -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_PREFIX | dinoex | 2006-01-19 | 3 | -3/+6 |
| | | | | allow user defined location of all files | ||||
* | - new default gcc34 | dinoex | 2006-01-18 | 1 | -1/+18 |
| | | | | | | | - new options: GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42 | ||||
* | Update to 5.6.2 | mnag | 2006-01-18 | 7 | -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. | jkoshy | 2006-01-18 | 3 | -7/+75 |
| | |||||
* | - Fix build on sparc64 | pav | 2006-01-18 | 1 | -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/g | ale | 2006-01-17 | 2 | -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 subdir | ale | 2006-01-17 | 1 | -1/+4 |
| | | | | from the big tarball. | ||||
* | Speed up the build of PHP extensions by extracting only the extension subdir | ale | 2006-01-17 | 2 | -2/+10 |
| | | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC. | ||||
* | - enable fake-main support again | dinoex | 2006-01-16 | 1 | -1/+2 |
| | | | | | so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN | ||||
* | Update to 5.1.2 release: | ale | 2006-01-16 | 11 | -28/+64 |
| | | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions | ||||
* | Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler. | tdb | 2006-01-16 | 10 | -0/+290 |
| | |||||
* | - Provide pthread-less Ruby package | pav | 2006-01-16 | 2 | -0/+16 |
| | |||||
* | - Provide WITHOUT_PTHREADS option | pav | 2006-01-16 | 1 | -3/+9 |
| | | | | Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp> | ||||
* | Update to 4.4.2 release. | ale | 2006-01-16 | 5 | -136/+10 |
| | |||||
* | - Fix bug: FileUtils.mv() does not unlink source file when moving over | pav | 2006-01-16 | 2 | -1/+11 |
| | | | | | | filesystem boundaries Reported by: Virgil Champlin <champlin@stupidog.org> | ||||
* | - Update for 1.8.4 | pav | 2006-01-16 | 1 | -0/+1 |
| | | | | Reported by: krismail | ||||
* | - No latest link, to prevent clash with lang/ruby18 | pav | 2006-01-15 | 1 | -0/+2 |
| | | | | Reported by: kris | ||||
* | - No latest link, to prevent clash with lang/fpc2 | pav | 2006-01-15 | 1 | -0/+2 |
| | | | | Reported by: kris | ||||
* | Update to the 20060114 snapshot of GCC 4.2.0. | gerald | 2006-01-15 | 16 | -128/+128 |
| | |||||
* | Update to the 20060113 snapshot of GCC 4.1.0. | gerald | 2006-01-14 | 2 | -16/+16 |
| | |||||
* | Update to 1.1.12.1 | tmclaugh | 2006-01-14 | 12 | -361/+118 |
| | | | | Project by: BSD# <www.mono-project.com/Mono:FreeBSD> | ||||
* | - OPENSSLINC is even better | pav | 2006-01-14 | 1 | -1/+1 |
| | | | | Submitted by: mezz | ||||
* | - Use OPENSSLBASE | pav | 2006-01-14 | 1 | -5/+2 |
| | | | | Suggested by: mezz | ||||
* | - Add patchfile neded for ruby-tk | pav | 2006-01-14 | 1 | -0/+7 |
| | |||||
* | 1: upgrade to latest version. | vanilla | 2006-01-14 | 2 | -4/+4 |
| | | | | 2: remove BROKEN on x11-toolkits/ewl. | ||||
* | - Account for removal of tcltklib; 1.8 is now default | pav | 2006-01-14 | 1 | -7/+3 |
| | |||||
* | - Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4 | pav | 2006-01-14 | 4 | -102/+0 |
| | |||||
* | - Enable pthreads using configure switch, so autodetection based on headers | pav | 2006-01-14 | 1 | -3/+2 |
| | | | | parsing works | ||||
* | - Correct OpenSSL handling from previous commit | pav | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | - Make OpenSSL handling more obvious | pav | 2006-01-14 | 1 | -2/+6 |
| |