1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Nedotsukov
1d556206a3 Enable crypt(3) support.
Submitted by:	Alexey Antipov <rabbit@lipetsk.ru>
2003-12-08 09:24:48 +00:00
Joe Marcus Clarke
d17e8e0f16 Fix plist on ia64 and amd64, and fix build on amd64.
Approved by:	portmgr (implicit)
2003-11-23 18:13:58 +00:00
Joe Marcus Clarke
bdec6bae5a Fix build and execution of guile on ia64:
*  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
2003-10-20 05:32:13 +00:00
Joe Marcus Clarke
733ff13c7b Correct a make patch error. 2003-06-01 20:39:23 +00:00
Joe Marcus Clarke
f6b5fd1ffd Fix build on Sparc64.
Reported by:	kris
2003-06-01 00:50:02 +00:00
Joe Marcus Clarke
1de5cb4747 Fix build on Sparc.
Reported by:	bento
2003-05-22 21:34:29 +00:00
Joe Marcus Clarke
310e32c04e Remove SPARC section. This assumed a 32-bit SPARC, not the UltraSPARC. 2003-05-07 23:15:02 +00:00
Joe Marcus Clarke
4f3521374d Add support for FreeBSD Alpha and Sparc. 2003-05-04 06:35:21 +00:00
Joe Marcus Clarke
d1b7249e3b Correct a patch and a post-patch substitution. 2003-05-02 05:26:07 +00:00
Joe Marcus Clarke
34256c1b83 Update to 1.6.4. This is a big update that has the potential of breaking
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
2003-05-02 03:18:31 +00:00
Joe Marcus Clarke
f40ec725b7 Work around what I believe to be a broken implementation of isfinite()
in -CURRENT that was causing a numerical overflow in apps such as
GnuCash.

PR:	50089
2003-04-04 04:55:14 +00:00
Joe Marcus Clarke
3ea9b25be8 * Teach guile about LOCALBASE and X11BASE when looking for scheme modules
* Assign maintainership to gnome
2003-02-05 06:10:54 +00:00
Joe Marcus Clarke
743c3a8e40 Fix build on Alpha.
Reported by:	bento
Tested by:	kris on bento
2002-09-29 01:28:41 +00:00
Joe Marcus Clarke
16e039f028 * Don't install .la files
* Don't install libltdl.*
* Dump PORTREVISION
2002-06-19 19:58:11 +00:00
Ying-Chieh Liao
5ece18d9ce upgrade to 1.4.1 2002-06-19 07:42:17 +00:00
Justin M. Seger
7f2c5da3d9 Fix compilation on CURRENT
Submitted by:	Jeremy Lea <reg@FreeBSD.ORG>
PR:		ports/17899
2000-04-24 19:15:51 +00:00
Justin M. Seger
8762f71b08 Re-enable readline support 1999-12-01 05:21:30 +00:00