mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6c95bb7ab3
New in this release: ~~~~~~~~~~~~~~~~~~~~ * The TAB address completion in the Compose window now matches any part of the address and not just the beginning. * When copying or moving a message, the type-ahead search now matches any part of a folder name and not just the beginning. * It is now possible to replace the current signature in the Compose window by using the '/Message/Replace signature' menu item. * It is now possible to disable the 'Subject is empty' warning dialogue. See the option 'Warn when Subject is empty' option on the '/Configuration/Preferences/Mail handling/Sending' page. * When sending messages, if the hostname cannot be determined, fallback to 'localhost' rather than 'unknown', as the latter is rejected by some servers. * Added better handling of messages from broken mailers, such as yahoo groups. * PDF plugin: the minimum required version of poppler is 0.12.0. * PGP/* plugin: long key IDs are now displayed in the dialogues instead of short IDs. * PGP/* plugin: The automatic signature check is now non-blocking. * Python plugin: can now access accounts, mailboxes, folder properties * vCalendar plugin: webcals:// URLs are now treated as https:// * Translation updates: Brazilian Portuguese, Czech, Dutch, French, German, Hebrew, Slovak, Spanish, and Swedish. * Support for Maemo has been removed.
11 lines
484 B
Plaintext
11 lines
484 B
Plaintext
--- configure.orig 2013-12-14 14:13:44.125318907 +0100
|
|
+++ configure 2013-12-14 14:15:18.705347095 +0100
|
|
@@ -21459,7 +21459,6 @@
|
|
if test x"$platform_win32" = xno; then
|
|
# libpython.so
|
|
PYTHON_SHARED_LIB="libpython${PYTHON_VERSION}.so"
|
|
- LIBS="-ldl"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to dlopen $PYTHON_SHARED_LIB works" >&5
|
|
$as_echo_n "checking whether to dlopen $PYTHON_SHARED_LIB works... " >&6; }
|
|
if test "$cross_compiling" = yes; then :
|