summaryrefslogtreecommitdiff
path: root/security/gnomekeyring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.4.6Michael Johnson2005-11-152-4/+4
| | | | Notes: svn path=/head/; revision=148302
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.4.5.Joe Marcus Clarke2005-09-152-3/+3
| | | | Notes: svn path=/head/; revision=142785
* Update to 0.4.4.Joe Marcus Clarke2005-09-052-4/+3
| | | | Notes: svn path=/head/; revision=142015
* Fix alignment problems on non-i386 platforms.Joe Marcus Clarke2005-07-173-29/+28
| | | | Notes: svn path=/head/; revision=139378
* Update to 0.4.3.Joe Marcus Clarke2005-07-033-4/+7
| | | | Notes: svn path=/head/; revision=138427
* Fix dbus and gnomekeyring on -CURRENT by not using LOCAL_CREDS. While itJoe Marcus Clarke2005-04-263-16/+24
| | | | | | | | | 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. Notes: svn path=/head/; revision=134177
* Update to 0.4.2.Joe Marcus Clarke2005-03-073-3/+4
| | | | Notes: svn path=/head/; revision=130514
* Update to 0.4.1.Adam Weinberger2005-01-113-4/+4
| | | | Notes: svn path=/head/; revision=126141
* Fix some alignment errors with socket authentication which fixesJoe Marcus Clarke2004-12-183-22/+80
| | | | | | | | | gnome-keyring on non-i386 platforms. Submitted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=124338
* This file should never have been here.Joe Marcus Clarke2004-12-181-0/+0
| | | | Notes: svn path=/head/; revision=124337
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-075-7/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=121068
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=113296
* Correct a typo. CONFIGURE_ARGS should obviously be CONFIGURE_ENV here.Joe Marcus Clarke2004-06-291-1/+1
| | | | Notes: svn path=/head/; revision=112519
* Fix build on 4.X by making sure sys/uio.h is included before using struct iov.Joe Marcus Clarke2004-05-121-4/+12
| | | | | | | PR: 66550 Notes: svn path=/head/; revision=108958
* This patch isn't actually needed. The default daemon code works just fine.Joe Marcus Clarke2004-05-111-35/+0
| | | | Notes: svn path=/head/; revision=108946
* Fix gnomekeyring on platforms that support SCM_CREDS but not the LOCAL_CREDSJoe Marcus Clarke2004-05-113-0/+116
| | | | | | | socket option (e.g. FreeBSD). Notes: svn path=/head/; revision=108944
* Update to 0.2.1.Joe Marcus Clarke2004-04-193-3/+5
| | | | Notes: svn path=/head/; revision=107611
* Add gnomekeyring, an API and daemon for managing lists of credentials. ThisJoe Marcus Clarke2004-04-054-0/+92
is similar to the Keychain in MacOS. Notes: svn path=/head/; revision=106170