summaryrefslogtreecommitdiff
path: root/mail/balsa2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-26Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION.jmmv1-3/+3
Idea from wiz@ to let us remove gtkhtml3.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs.jmmv1-1/+5
Probably broken after the last updates of GNOME-related packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-24Bump PKGREVISION for aspell dependency update.wiz1-1/+2
2004-11-25Changes 2.2.6:adam1-9/+9
- fixed MBOX driver over NFS problem. - use ISO-2022-JP for composing Japanese messages. - yet more exceptions caught. - S/MIME support. - improved identity selection and address book completions. - IMAP optimizations.
2004-11-14Update to 2.2.5. While here, convert to options.mk to handle the openldapjmmv1-10/+8
option, and introduce a ssl option. * Balsa-2.2.5 release. Release date 2004-09-02 - sent messages saved to sentbox only after being sent. - use of fixed-height with gtk2>=2.4.9 to speed up large mailboxes. - GPG is expected to be fully functional now. - mbox mailbox driver fixes. * Balsa-2.2.4 release. Release date 2004-08-28 - periodic expunge configurable. - cleanup IMAP password quering code. - GPE address book support - http://gpe.handhelds.org/projects/GPE-address.shtml - new configuration druid.
2004-10-15Update linkage to libltdl, now in its own package.tv1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-22Update to Balsa-2.2.3recht1-2/+2
changes: - periodic expunge code crash fixed. - fixed recovery from broken IMAP connections. - startup speedup. - some memory leaks fixed.
2004-08-15update to 2.2.2recht1-2/+2
* Balsa-2.2.2 release. Release date 2004-08-08 - configurable hiding of deleted messages. - keyboard navigation fixes. - message counting in some edge cases fixed. - GPG fixes. * Balsa-2.2.1 release. Release date 2004-07-30 - IMAP mailboxes could be incorrectly marked as read-only. - message selection behaves more sanely. - 64-bit fixes. - memory leaks fixed. - handle better imap servers without server-side threading and limits on number of concurent connections. - quick "Sender or Subject" message index filtering. - various UI improvements.
2004-07-23update to balsa-2.2.0recht1-8/+14
* Balsa-2.2.0 release. Release date 2004-07-06 - fix 143322, 143263, 145701. - GPGME updates. - GSSAPI IMAP authentication. - more build fixes. * Balsa-2.1.91 release. Release date 2004-07-06 - multiple build fixes. - few crashes fixed. * Balsa-2.1.90 release. Release date 2004-07-03 - mailbox scanning improvements. - Edit/Find UI more user-friendly. - message filtering fixes. - reset TLS status of broken IMAP sessions. * Balsa-2.1.3 release. Release date 2004-05-22 - GPGME fixes. - Reduce memory usage of local mailbox drivers. - numerous i18n fixes. - more careful error checking. - user configuration of TLS, APOP settings to work around broken servers. * Balsa-2.1.2 release. Release date 2004-04-05 - POP3 with TLS and PIPELINING. - mbox driver performance improvements. - numerous other performance improvements. - filters reenabled. - memory leaks plugged. * Balsa-2.1.1 release. Release date 2004-02-29 Numerous fixes, most prominent are: - reduce memory usage of mbox driver. - major cleanup of local and remote drivers. - searching re-enabled again. - SSL/TLS re-enabled again. - Use bonobo to bring up already running instances. * Balsa-2.1.0 release. Release date 2004-01-11 - entirely new backend and message index.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-31update to 2.0.17recht1-4/+3
changes: - build on GNOME-2.6 - fix some GPGME interaction problems. - yet another set of minor fixes.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-11Skip broken check for iconv_open() which doesn't work with the "icon"tron1-2/+2
library and headers from the "libiconv" package. This fixes PR pkg/24444 by myself.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Make USE_OPENLDAP actually work by including mk/bsd.prefs.mk and changingrecht1-3/+7
--enable-ldap to --with-ldap. While at it add add BUILD_DEFS for openldap and use pkgsrc intltool. Bump PKGREVISION to 3, because of the openldap change.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme1-15/+16
2004-02-11Bump PKGREVISION to balsa2 and evolution due to gtkhtml3 update.xtraeme1-8/+2
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-01-26Update balsa2 to 2.0.16.rh1-6/+5
The major highlights of this release are: * update GPGME support: 124905. GPGME-0.4.3 or better is required. * libgtkhtml3 support added. * use bonobo to avoid running of multiple balsa instances. * fix bugs: 103639, 124550, 127422, 129316 and number of others.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Depend on gpgme03 package. Bump PKGREVISION.wiz1-3/+3
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ after openssl update.jschauma1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-30Updated to 2.0.15.xtraeme1-2/+2
Changes: - imap folder scanning speedup. - fix bugs: 121181, 121637, 121867 and others. - help updates.
2003-09-09Update to 2.0.14.xtraeme1-2/+2
Changes: * Balsa-2.0.14 release. Release date 2003-08-26 - message wrapping improvements, RFC 2646 support. - experimental LDAP write support (feedback and patches appreciated). - number of bugs fixed. * Balsa-2.0.13 release. Release date 2003-07-27 - more flexible printing configuration. - l10n improvements. - number of bug fixes.
2003-07-28Trick the configure script into accepting libiconv, whether one in thedrochner1-2/+6
base system or the pkg addon is used.
2003-07-25-update to 2.0.12drochner1-9/+3
changes: -Undo function in the message composer -extended GPG support -bugfixes -Remove a hack which appearently helps finding iconv() in libiconv. Every other pkg finds it itself; and it breaks in -current.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-27Initial import of balsa-2.0.10, a GNOME2 EMail client.rh1-0/+61
This is the pkgsrc-wip version with bugfixes from Juan RP.