This release of Sylpheed-Claws is based on version 0.9.12cvs1 of the main Sylpheed branch. Notes for this release: ~~~~~~~~~~~~~~~~~~~~~~~ * Previous users of the included plugins will need to reload them on starting this version. The directory where they are stored has changed. They are now in $PREFIX/lib/sylpheed-claws/plugins (previously: $PREFIX/lib/sylpheed/plugins) New in this release: ~~~~~~~~~~~~~~~~~~~~ * A session timeout for POP3/SMTP has been implemented, (synchronised from main Sylpheed) * A paperclip icon is no longer displayed in the Status column for mail that does not contain a real attachment (like HTML mail) * the SSL certificate check has been re-enabled * tools/nautilus2sylpheed.sh the whitespace limitation in file names has been fixed * updated translations: French, German, Slovak, and Spanish. * Bug fixes, including the following: o bug 393 'Bad inerpretation of "Pop Before SMTP"' o bug 396 'Zombie process when spamassassin is called' o bug 503 'fix compilation with older OpenSSL' o bug 511 'Folder-Renaming not reflected immediately' o detect library providing 'encrypt' function For further details of the numbered bugs listed above consult http://www.thewildbeast.co.uk/sylpheed-claws/bugzilla/index.cgi * and other code reorganisation, cleanups, and more.
24 lines
643 B
Text
24 lines
643 B
Text
# $NetBSD: Makefile.common,v 1.8 2004/07/18 09:56:47 recht Exp $
|
|
#
|
|
|
|
DISTNAME= sylpheed-claws-${SYLPHEED_VERSION}
|
|
CATEGORIES= mail news x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://sylpheed-claws.sourceforge.net/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../mail/sylpheed-claws/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../mail/sylpheed-claws/patches
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
# Force gnome detection off to avoid installing some extra files
|
|
CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no"
|
|
|
|
SYLPHEED_VERSION= 0.9.12
|