On Mon, 31 Dec 2018 18:34:57 -0500
Daniel Jakots <d...@chown.me> wrote:

> On Sun, 30 Dec 2018 11:41:08 +0100, Remi Locherer
> <remi.loche...@relo.ch> wrote:
> 
> > On Mon, Dec 17, 2018 at 09:19:12PM -0500, Daniel Jakots wrote:  
> > > Hi,
> > > 
> > > Here's a diff to update to its latest release. Changelog is
> > > available there: https://claws-mail.org/NEWS
> > > 
> > > 
> > > I've been using for a day or so and it works fine. As usual, feel
> > > free to test and report back.
> > > 
> > > Comments? OK?
> > >     
> > 
> > builds and runs fine.
> > OK remi@  
> 
> Thanks, I didn't commit it because they released .3. I'm not sure I
> understand why it's another point release.
> I had difficulties with the WANTLIB stuff about after enough
> bruteforce it says now "Scanning: ok"

OK remi@

> 
> Here's the diff:
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/claws-mail/Makefile,v
> retrieving revision 1.117
> diff -u -p -r1.117 Makefile
> --- Makefile  24 Oct 2018 14:28:07 -0000      1.117
> +++ Makefile  31 Dec 2018 23:18:33 -0000
> @@ -6,18 +6,13 @@ COMMENT-spamassassin=       spamassassin plugi
>  COMMENT-pdfviewer=   pdfviewer plugin
>  COMMENT-gdata=               gdata plugin
>  
> -V=                   3.17.1
> +V=                   3.17.3
>  DISTNAME=            claws-mail-${V}
>  PKGNAME-main=                ${DISTNAME}
>  PKGNAME-bogofilter=  claws-mail-bogofilter-${V}
>  PKGNAME-spamassassin=        claws-mail-spamassassin-${V}
>  PKGNAME-pdfviewer=   claws-mail-pdfviewer-${V}
>  PKGNAME-gdata=               claws-mail-gdata-${V}
> -REVISION-bogofilter= 0
> -REVISION-gdata=              0
> -REVISION-main=               0
> -REVISION-pdfviewer=  0
> -REVISION-spamassassin=       0
>  
>  CATEGORIES=          mail news
>  
> @@ -59,7 +54,7 @@ WANTLIB-main += croco-0.6 db dbus-1 dbus
>  WANTLIB-main += gpgme hogweed ical icalss icalvcal icudata icui18n
> icuuc idn2 WANTLIB-main += ltdl lz4 lzma nettle notify ogg p11-kit
> perl rsvg-2 WANTLIB-main += startup-notification-1 ${COMPILER_LIBCXX}
> tasn1 unistring vorbis -WANTLIB-main += vorbisfile xcb-util xml2
> +WANTLIB-main += vorbisfile xcb-util xml2 zstd
>  
>  WANTLIB-gdata = ${WANTLIB}
>  WANTLIB-gdata += gck-1 gcr-base-3 gcrypt gdata goa-1.0 gpg-error
> json-glib-1.0 @@ -67,7 +62,8 @@ WANTLIB-gdata += lzma nspr4 nss3
> oauth p WANTLIB-gdata += soup-2.4 sqlite3 ssl3 xml2
>  
>  WANTLIB-pdfviewer =  ${WANTLIB}
> -WANTLIB-pdfviewer += jpeg lcms2 openjp2 poppler poppler-glib tiff
> +WANTLIB-pdfviewer += jpeg lcms2 openjp2 png16 poppler poppler-glib
> tiff +WANTLIB-pdfviewer += ${COMPILER_LIBCXX}
>  
>  LIB_DEPENDS=         devel/libexecinfo \
>                       mail/libetpan \
> @@ -81,6 +77,7 @@ RUN_DEPENDS-main=   ${RUN_DEPENDS} \
>  LIB_DEPENDS-main=    ${LIB_DEPENDS} \
>                       archivers/libarchive \
>                       archivers/xz \
> +                     archivers/zstd \
>                       audio/libcanberra,-gtk \
>                       devel/libnotify \
>                       devel/startup-notification \
> @@ -95,7 +92,8 @@ LIB_DEPENDS-pdfviewer=      ${LIB_DEPENDS} \
>                       print/poppler
>  
>  LIB_DEPENDS-gdata=   ${LIB_DEPENDS} \
> -                     devel/libgdata
> +                     devel/libgdata \
> +                     security/nss
>  
>  #geolocation looks for champlain <= 0.10
>  #python tries to dlopen libpython2.7.so
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/mail/claws-mail/distinfo,v
> retrieving revision 1.35
> diff -u -p -r1.35 distinfo
> --- distinfo  7 Sep 2018 14:08:38 -0000       1.35
> +++ distinfo  31 Dec 2018 23:18:33 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (claws/claws-mail-3.17.1.tar.gz) =
> WNjMZ6v4+t7mFJP0vuVZmk14oj5Jd5CNMtJIjLx0En8= -SIZE
> (claws/claws-mail-3.17.1.tar.gz) = 10171803 +SHA256
> (claws/claws-mail-3.17.3.tar.gz) =
> lQtrOFI1x0F5oHzgnFq5TeP5hpPHBkV8mLRP2QoeYKA= +SIZE
> (claws/claws-mail-3.17.3.tar.gz) = 11975996 Index:
> patches/patch-configure_ac
> ===================================================================
> RCS file: /cvs/ports/mail/claws-mail/patches/patch-configure_ac,v
> retrieving revision 1.19 diff -u -p -r1.19 patch-configure_ac ---
> patches/patch-configure_ac    7 Sep 2018 14:08:38 -0000
> 1.19 +++ patches/patch-configure_ac   31 Dec 2018 23:18:33 -0000
> @@ -2,7 +2,7 @@ $OpenBSD: patch-configure_ac,v 1.19 2018 Index:
> configure.ac --- configure.ac.orig
>  +++ configure.ac
> -@@ -156,7 +156,7 @@ AM_CONDITIONAL(CYGWIN, test x"$env_cygwin" =
> x"yes") +@@ -166,7 +166,7 @@ AM_CONDITIONAL(CYGWIN, test
> x"$env_cygwin" = x"yes") 
>   if test "$GCC" = "yes"
>   then
> @@ -11,7 +11,7 @@ Index: configure.ac
>       #CFLAGS="-g -Wall -Wno-unused-function"
>   fi
>   
> -@@ -783,6 +783,7 @@ if test x"$enable_alternate_addressbook" = xno;
> then +@@ -785,6 +785,7 @@ if test x"$enable_alternate_addressbook" =
> xno; then AC_CHECK_LIB(resolv, res_query, LDAP_LIBS="$LDAP_LIBS
> -lresolv") AC_CHECK_LIB(socket, bind, LDAP_LIBS="$LDAP_LIBS -lsocket")
>               AC_CHECK_LIB(nsl, gethostbyaddr,
> LDAP_LIBS="$LDAP_LIBS -lnsl") @@ -19,7 +19,7 @@ Index: configure.ac
>               AC_CHECK_LIB(lber, ber_get_tag,
> LDAP_LIBS="$LDAP_LIBS -llber",, $LDAP_LIBS)
>   
> -@@ -855,7 +856,7 @@ if test x"$enable_alternate_addressbook" = xno;
> then +@@ -857,7 +858,7 @@ if test x"$enable_alternate_addressbook" =
> xno; then AC_DEFINE(USE_JPILOT, 1, Define if you want JPilot support
> in addressbook.) ]) fi
>   
> Index: pkg/PLIST-main
> ===================================================================
> RCS file: /cvs/ports/mail/claws-mail/pkg/PLIST-main,v
> retrieving revision 1.40
> diff -u -p -r1.40 PLIST-main
> --- pkg/PLIST-main    7 Sep 2018 14:08:38 -0000       1.40
> +++ pkg/PLIST-main    31 Dec 2018 23:18:33 -0000
> @@ -41,10 +41,11 @@ include/claws-mail/autofaces.h
>  include/claws-mail/avatars.h
>  include/claws-mail/browseldap.h
>  include/claws-mail/claws-features.h
> -include/claws-mail/codeconv.h
>  include/claws-mail/common/
>  include/claws-mail/common/claws.h
> +include/claws-mail/common/codeconv.h
>  include/claws-mail/common/defs.h
> +include/claws-mail/common/file-utils.h
>  include/claws-mail/common/hooks.h
>  include/claws-mail/common/log.h
>  include/claws-mail/common/md5.h
> @@ -67,6 +68,7 @@ include/claws-mail/common/tags.h
>  include/claws-mail/common/template.h
>  include/claws-mail/common/timing.h
>  include/claws-mail/common/tlds.h
> +include/claws-mail/common/unmime.h
>  include/claws-mail/common/utils.h
>  include/claws-mail/common/uuencode.h
>  include/claws-mail/common/version.h
> @@ -117,7 +119,6 @@ include/claws-mail/gtk/combobox.h
>  include/claws-mail/gtk/description_window.h
>  include/claws-mail/gtk/filesel.h
>  include/claws-mail/gtk/foldersort.h
> -include/claws-mail/gtk/gdkkeysyms-new.h
>  include/claws-mail/gtk/gtkaspell.h
>  include/claws-mail/gtk/gtkcmclist.h
>  include/claws-mail/gtk/gtkcmctree.h
> @@ -243,7 +244,6 @@ include/claws-mail/summaryview.h
>  include/claws-mail/textview.h
>  include/claws-mail/toolbar.h
>  include/claws-mail/undo.h
> -include/claws-mail/unmime.h
>  include/claws-mail/uri_opener.h
>  include/claws-mail/vcard.h
>  include/claws-mail/viewtypes.h
> @@ -361,6 +361,9 @@ share/locale/nb/LC_MESSAGES/claws-mail.m
>  share/locale/nl/LC_MESSAGES/claws-mail.mo
>  share/locale/pl/LC_MESSAGES/claws-mail.mo
>  share/locale/pt_BR/LC_MESSAGES/claws-mail.mo
> +share/locale/pt_PT/
> +share/locale/pt_PT/LC_MESSAGES/
> +share/locale/pt_PT/LC_MESSAGES/claws-mail.mo
>  share/locale/ro/LC_MESSAGES/claws-mail.mo
>  share/locale/ru/LC_MESSAGES/claws-mail.mo
>  share/locale/sk/LC_MESSAGES/claws-mail.mo
> 

Reply via email to