Commit Graph

13 Commits

Author SHA1 Message Date
Joe Marcus Clarke
bc0b6d6721 Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS. While it
works, it does not provide the pid information that the cmsgcred structure
gives us. Dbus and gnomekeyring will now behave the same way on all versions
of FreeBSD.
2005-04-26 06:02:40 +00:00
Joe Marcus Clarke
7c485a9de7 Update to 0.4.2. 2005-03-07 08:51:55 +00:00
Adam Weinberger
e67bf3fc1f Update to 0.4.1. 2005-01-11 15:41:01 +00:00
Joe Marcus Clarke
502885d8af Fix some alignment errors with socket authentication which fixes
gnome-keyring on non-i386 platforms.

Submitted by:	Sean McNeil <sean@mcneil.com>
2004-12-18 00:27:02 +00:00
Joe Marcus Clarke
7e98cf0203 This file should never have been here. 2004-12-18 00:25:36 +00:00
Joe Marcus Clarke
58406bee89 Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.

This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team.  The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).

Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD.  We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:

Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>

GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.

As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8.  There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process.  Full documentation on the GNOME 2.8
upgrade is coming following this commit.

From all of us at FreeBSD GNOME, ENJOY!
2004-11-07 22:24:32 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
7e9684d905 Correct a typo. CONFIGURE_ARGS should obviously be CONFIGURE_ENV here. 2004-06-29 06:09:10 +00:00
Joe Marcus Clarke
9d735792ee Fix build on 4.X by making sure sys/uio.h is included before using struct iov.
PR:		66550
2004-05-12 01:01:46 +00:00
Joe Marcus Clarke
ccdcd229d6 This patch isn't actually needed. The default daemon code works just fine. 2004-05-11 20:52:07 +00:00
Joe Marcus Clarke
2282b54a51 Fix gnomekeyring on platforms that support SCM_CREDS but not the LOCAL_CREDS
socket option (e.g. FreeBSD).
2004-05-11 20:28:56 +00:00
Joe Marcus Clarke
16d59ef1ff Update to 0.2.1. 2004-04-19 19:38:34 +00:00
Joe Marcus Clarke
f82c84522b Add gnomekeyring, an API and daemon for managing lists of credentials. This
is similar to the Keychain in MacOS.
2004-04-05 02:54:41 +00:00