pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sylpheed sylpheed: gtkspell/enchant-2 build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb981f72720
branches:  trunk
changeset: 398240:5eb981f72720
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Jul 14 13:10:55 2019 +0000

description:
sylpheed: gtkspell/enchant-2 build fix

diffstat:

 mail/sylpheed/distinfo                    |   3 ++-
 mail/sylpheed/patches/patch-src_compose.c |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r d6af79477c48 -r 5eb981f72720 mail/sylpheed/distinfo
--- a/mail/sylpheed/distinfo    Sun Jul 14 12:25:42 2019 +0000
+++ b/mail/sylpheed/distinfo    Sun Jul 14 13:10:55 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.88 2018/04/22 22:51:01 szptvlfn Exp $
+$NetBSD: distinfo,v 1.89 2019/07/14 13:10:55 tnn Exp $
 
 SHA1 (sylpheed-3.7.0.tar.bz2) = 178424466901572b99fbf8e3bd55d6347f727f3c
 RMD160 (sylpheed-3.7.0.tar.bz2) = 09ee37dfc063e76fc3780de613cfd80be917d6d8
@@ -7,3 +7,4 @@
 SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c
 SHA1 (patch-configure) = 17e2ee932db99138897485f30cd34c3b115da55e
 SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66
+SHA1 (patch-src_compose.c) = 56977661e1d66bcffb09b2c8ca7065677725bb70
diff -r d6af79477c48 -r 5eb981f72720 mail/sylpheed/patches/patch-src_compose.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed/patches/patch-src_compose.c Sun Jul 14 13:10:55 2019 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_compose.c,v 1.1 2019/07/14 13:10:56 tnn Exp $
+
+pkgsrc gtkspell uses enchant-2 now
+
+--- src/compose.c.orig 2017-11-17 00:58:43.000000000 +0000
++++ src/compose.c
+@@ -71,7 +71,7 @@
+ #  include <gtk/gtkradiomenuitem.h>
+ #  include <gtkspell/gtkspell.h>
+ #if USE_ENCHANT
+-#  include <enchant/enchant.h>
++#  include <enchant-2/enchant.h>
+ #else
+ #  include <aspell.h>
+ #endif



Home | Main Index | Thread Index | Old Index