Commit graph

29 commits

Author SHA1 Message Date
Rong-En Fan
e9c1a8c826 - Update to 1.85 (share lib version bumped)
PR:		ports/125435
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by:	Amatus <c11h15no2 at yahoo.com> (maintainer)
2008-07-21 04:47:49 +00:00
Pietro Cerutti
109767af8a - Fix build on sparc64
Approved by:	Maintainer, miwi (mentor)
2008-03-07 13:25:51 +00:00
Joe Marcus Clarke
11b729ede3 Update to 1.8.4, and assign maintainership to submitter.
PR:		121137
Submitted by:	David Barksdale <amatus@gnu.org>
2008-03-01 06:21:17 +00:00
Michael Johnson
4a92569305 Define libltdl_cv_sys_dlopen_deplibs 2006-12-17 19:32:31 +00:00
Joe Marcus Clarke
cde1c84abf Fix detection of socklen_t which will fix the build on 4.X.
Reported by:	pointyhat via kris
2006-11-04 19:19:09 +00:00
Joe Marcus Clarke
1b2aba4c46 Restore a patch lost in the GNOME 2.16 merge, and attempt to fix the build
on ia64.

Approved by:	portmgr (implicit)
2006-10-17 01:50:03 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00
Sam Lawrance
8e4e7a9cc0 Fix brokenness when installed with slib-guile versions >= 3a2.
This should fix one of gnucash's many problems.

PR:		ports/93066 [1] [2], ports/93983 [3]
Submitted by:	Geoffrey Mainland [1],
		Robert Backhaus provided the fix [2],
		Emilio Conti [3]
2006-06-08 15:54:14 +00:00
Pav Lucistnik
acaf5baa5f - Regenerate patch file
Reported by:	pointyhat via kris
2004-11-24 08:09:11 +00:00
Pav Lucistnik
2fd6e6bff8 - Remove patch files which should be removed in 1.6.5 update
Reported by:	seanc
Pointy hat to:	kwm
2004-11-21 00:21:25 +00:00
Koop Mast
8c82e45880 Update to 1.6.5. This is mainly a bug fix release.
Changelog : http://www.gnu.org/software/guile/news.html

Approved by:	pav (mentor)
2004-11-20 18:20:06 +00:00
Joe Marcus Clarke
da69dcb99d Fix build on sparc64.
PR:		71679
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Reported by:	pointyhat
Approved by:	portmgr (implicit)
2004-09-12 19:49:09 +00:00
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