diff options
author | wiz <wiz> | 2009-08-26 22:09:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-26 22:09:48 +0000 |
commit | 1b7c946de9fb86c6ace1cb826b6aa9b5c0f24ba7 (patch) | |
tree | 15804bae90349f0f93246680785d4261dc3f1c88 /comms/gammu/Makefile | |
parent | a37de6f54c7630a181bcc48ad7fc3f132e327a85 (diff) | |
download | pkgsrc-1b7c946de9fb86c6ace1cb826b6aa9b5c0f24ba7.tar.gz |
Update to 1.25.0:
20090709 - 1.25.0
[-] * Retry on timeout of usb transfer (bug #940).
[-] * Disable AT OBEX for Motorola PEBL U6 (bug #939).
[-] * Disable AT OBEX for Samsung J700 (bug #948).
[-] * Empty memory entry has length 0 (bug #947).
[-] * Handle some more fields from Nokia phonebook (bug #946), thanks to Will Sowerbutts.
20090624 - 1.24.92
[-] * Fix distutils build (bug #916).
[-] * Detect when phone does not support ATE1 (bug #918).
[-] * Do not use OBEX on Motorola L7 (bug #912).
[-] * Reinclude full SMS text in comments in backup (bug #905).
[-] * Disable AT OBEX for Samsung J750 and J700 (bug #856).
[-] * Avoid shadowing C++ bool definition (bug #920).
[-] * Do not disable CLIP for all SE phones.
[-] * Add ID for Nokia 1209.
[-] * Catch busy error from Nokia phones (bug #932, thanks to Walter Doekes).
20090527 - 1.24.91
[-] * Fix code problems caught by GCC 4.5.
[-] * Compile static libraries with -fPIC (they might be later linked
into shared ones) (bug #909).
[-] * Handle own number error code in 6510 driver (bug #910).
[-] * Add ID for Nokia 5220 (bug #910).
[-] * Handle SMSC error code in 6510 driver (bug #910).
[-] * Disable gcc warnings about non literal format strings (bug #901).
[-] * Add more fuzzy logic to detect bad encoding from phone (bug #874).
[-] * Add ID for Nokia 7500 and Nokia 7210s.
[-] * Improve searching for Bluetooth stack on OS X.
[-] * Fix ctype compile time warnings on NetBSD (bug #908).
[-] * Nokia 3110c has SMS on filesystem (bug #904).
[-] * Add ID for Nokia 5130 (bug #911).
[-] * Faster reading of Nokia filesystem.
[!] * New PDU decoder which properly parses PDU data.
[!] * AT driver uses new PDU decoder.
[!] * 6510 driver uses new PDU decoder and understands most formats of
filesystem Nokia SMS messages (bug #911).
20090512 - 1.24.90
[-] * Fix checking for MPBR (bug #873).
[-] * Fix reading of calls with wrong timestamp (bug #872).
[-] * Increase timeout for IrDA phonet (bug #867).
[-] * Better detect some weird phone states (bug #866).
[-] * Fix handling of caller group in Python bindings (bug #870).
[-] * Correctly detect empty entries from Motorola.
[-] * Better error reporting from at-charset test.
[+] * smsd-inject now shows ID of injected message.
[-] * Fix decoding of date in Nokia phonebooks (bug #876).
[-] * Fix detection of SMS message memories in AT (bug #875).
[-] * Improve documentation for savefile (bug #893).
[-] * Add stricter check for DBI version (bug #894).
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 3abca8f62b8..d7a017e6daa 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2009/06/02 10:23:58 hasso Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/26 22:09:48 wiz Exp $ # .include "Makefile.common" COMMENT= Command line utility and library to work with mobile phones -PKGREVISION= 1 # cmake tests for it; unclear for what it would be used #BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen @@ -24,6 +23,7 @@ CMAKE_ARGS+= -DWITH_Postgres:BOOL=OFF CMAKE_ARGS+= -DWITH_LibDBI:BOOL=OFF # avoid installing bash completion scripts CMAKE_ARGS+= -DBASH_BIN:FILEPATH= +#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON USE_LANGUAGES= c c++ USE_TOOLS+= bash:run msgfmt |