summaryrefslogtreecommitdiff
path: root/mail/evolution/files/patch-..::db-3.1.17::dist::ltmain.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-11-07Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke1-28/+0
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
2001-12-15Build our own, private static db3-3.1.17 library, because Ximian recommendsMaxim Sobolev1-8/+8
using 3.1.17, insisting that Evolution might not work properly with more recent versions (3.2.9 in this case). Bump PORTREVISION. Recommended update. Notes: svn path=/head/; revision=51545
2001-10-31Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev1-4/+14
Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
2001-08-01Update to 0.2.Maxim Sobolev1-0/+0
Notes: svn path=/head/; revision=45712
2001-07-26- Add number of missed files into pkg-plist;Maxim Sobolev1-0/+0
- remove useless USE_LIBTOOL; - hack port to install files properly into GNOME tree. Notes: svn path=/head/; revision=45510
2001-07-26- Fix a silly GNUism in the configure script (`==' instead of `='), thatMaxim Sobolev1-0/+0
results in perl module not being built; - remove useless USE_LIBTOOL. Notes: svn path=/head/; revision=45507
2001-07-24Add gnomebuild 0.0.2, a GNOME Build Framework (GBF).Maxim Sobolev1-0/+0
Notes: svn path=/head/; revision=45434
2001-07-24Add gnomedebug 0.1.6, a GNOME Debugging Framework (GDF).Maxim Sobolev1-0/+0
Notes: svn path=/head/; revision=45433
2001-07-23- Prevent the port from installing useless .la files;Maxim Sobolev1-2/+2
- remove useless USE_LIBTOOL along with the custom regex and replace it with a patch; - properly pass CONFIGURE_TARGET for this configure script generated by the newest autoconf. Notes: svn path=/head/; revision=45394
2001-07-03Update to 1.0.6. Due to incompatibilities between our USE_LIBTOOL hack andMaxim Sobolev1-0/+18
newest autocrap used to generate distribution I had to remove USE_LIBTOOL and use homemade patch to get rid of those .la files. Notes: svn path=/head/; revision=44711