aboutsummaryrefslogtreecommitdiff
path: root/lang/guile/files
Commit message (Collapse)AuthorAgeFilesLines
* - Regenerate patch filePav Lucistnik2004-11-241-20/+18
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=122289
* - Remove patch files which should be removed in 1.6.5 updatePav Lucistnik2004-11-211-31/+0
| | | | | | | | Reported by: seanc Pointy hat to: kwm Notes: svn path=/head/; revision=122040
* Update to 1.6.5. This is mainly a bug fix release.Koop Mast2004-11-201-0/+13
| | | | | | | | | Changelog : http://www.gnu.org/software/guile/news.html Approved by: pav (mentor) Notes: svn path=/head/; revision=122025
* Fix build on sparc64.Joe Marcus Clarke2004-09-121-2/+11
| | | | | | | | | | PR: 71679 Submitted by: Koop Mast <kwm@rainbow-runner.nl> Reported by: pointyhat Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118152
* Enable crypt(3) support.Alexander Nedotsukov2003-12-081-0/+31
| | | | | | | Submitted by: Alexey Antipov <rabbit@lipetsk.ru> Notes: svn path=/head/; revision=95332
* Fix plist on ia64 and amd64, and fix build on amd64.Joe Marcus Clarke2003-11-231-4/+23
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=94744
* Fix build and execution of guile on ia64:Joe Marcus Clarke2003-10-202-4/+105
| | | | | | | | | | | | | | | | | | | | * Use continuation->backing_store to determine if we return for the first time from getcontext(). This avoids having to depend on non-POSIX semantics of the Linux implementation. * Avoid using __libc_ia64_register_backing_store_base by hardcoding the base of the backing store. The kernel is changed to put the backing store at this address. It's not entirely clean, but I want to avoid adding all sorts of variables in our libc for this for now. * Fix a genuine bug in the ia64 case: the ia64-specific fields are not initialized. On FreeBSD this means they have garbage (= 0xd0). Call memset() after allocation to make sure the contregs structure is properly cleared. Since this may affect other architectures, this patch will be ia64 only. Submitted by: marcel Notes: svn path=/head/; revision=91705
* Correct a make patch error.Joe Marcus Clarke2003-06-011-4/+4
| | | | Notes: svn path=/head/; revision=81927
* Fix build on Sparc64.Joe Marcus Clarke2003-06-012-6/+21
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=81803
* Fix build on Sparc.Joe Marcus Clarke2003-05-221-0/+12
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=81735
* Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC.Joe Marcus Clarke2003-05-071-12/+0
| | | | Notes: svn path=/head/; revision=80401
* Add support for FreeBSD Alpha and Sparc.Joe Marcus Clarke2003-05-041-0/+36
| | | | Notes: svn path=/head/; revision=80099
* Correct a patch and a post-patch substitution.Joe Marcus Clarke2003-05-021-2/+2
| | | | Notes: svn path=/head/; revision=79993
* Update to 1.6.4. This is a big update that has the potential of breakingJoe Marcus Clarke2003-05-025-71/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ports that depend on guile. As such I have tested most of them. Here are my results: --KNOWN TO WORK-- devel/gconf games/gnomegames games/gnomegames2 devel/g-wrap x11-toolkits/guile-gtk x11-toolkits/guile-gnome math/guppi finance/gnucash deskutils/gnotime devel/libgtop devel/autogen games/gnurobots audio/snd math/drgenius net/serveez science/libctl x11-wm/scwm (works with patches to be sent to maintainer) --KNOWN NOT TO WORK (maintainer is working on update)-- cad/geda cad/geda-symcheck cad/geda-utils cad/gnetlist cad/gschem cad/gwave cad/libgeda --UNKNOWN-- mail/icqmail (marked IGNORE for other reasons) lang/gnustep-guile (could not build for other reasons; will notify maintainer) math/siag (did not test) science/mpb (did not test) PR: 43910 Notes: svn path=/head/; revision=79979
* Work around what I believe to be a broken implementation of isfinite()Joe Marcus Clarke2003-04-041-0/+22
| | | | | | | | | | in -CURRENT that was causing a numerical overflow in apps such as GnuCash. PR: 50089 Notes: svn path=/head/; revision=78086
* * Teach guile about LOCALBASE and X11BASE when looking for scheme modulesJoe Marcus Clarke2003-02-051-0/+11
| | | | | | | * Assign maintainership to gnome Notes: svn path=/head/; revision=74791
* Fix build on Alpha.Joe Marcus Clarke2002-09-291-0/+20
| | | | | | | | Reported by: bento Tested by: kris on bento Notes: svn path=/head/; revision=67201
* * Don't install .la filesJoe Marcus Clarke2002-06-192-0/+20
| | | | | | | | * Don't install libltdl.* * Dump PORTREVISION Notes: svn path=/head/; revision=61586
* upgrade to 1.4.1Ying-Chieh Liao2002-06-191-17/+0
| | | | Notes: svn path=/head/; revision=61544
* Fix compilation on CURRENTJustin M. Seger2000-04-241-0/+11
| | | | | | | | Submitted by: Jeremy Lea <reg@FreeBSD.ORG> PR: ports/17899 Notes: svn path=/head/; revision=27974
* Re-enable readline supportJustin M. Seger1999-12-011-0/+17
Notes: svn path=/head/; revision=23520