pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sylpheed



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Jul 14 13:10:56 UTC 2019

Modified Files:
        pkgsrc/mail/sylpheed: distinfo
Added Files:
        pkgsrc/mail/sylpheed/patches: patch-src_compose.c

Log Message:
sylpheed: gtkspell/enchant-2 build fix


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/mail/sylpheed/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/sylpheed/patches/patch-src_compose.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/sylpheed/distinfo
diff -u pkgsrc/mail/sylpheed/distinfo:1.88 pkgsrc/mail/sylpheed/distinfo:1.89
--- pkgsrc/mail/sylpheed/distinfo:1.88  Sun Apr 22 22:51:01 2018
+++ pkgsrc/mail/sylpheed/distinfo       Sun Jul 14 13:10:55 2019
@@ -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 @@ Size (sylpheed-3.7.0.tar.bz2) = 3612328 
 SHA1 (patch-aa) = f7c6b53c173ca18f9e5e832aec38dd2455242f9c
 SHA1 (patch-configure) = 17e2ee932db99138897485f30cd34c3b115da55e
 SHA1 (patch-macosx_bundle_launcher.sh) = abfdb54b3400ee00e0c1e99fb5037a1a3c1e2a66
+SHA1 (patch-src_compose.c) = 56977661e1d66bcffb09b2c8ca7065677725bb70

Added files:

Index: pkgsrc/mail/sylpheed/patches/patch-src_compose.c
diff -u /dev/null pkgsrc/mail/sylpheed/patches/patch-src_compose.c:1.1
--- /dev/null   Sun Jul 14 13:10:56 2019
+++ pkgsrc/mail/sylpheed/patches/patch-src_compose.c    Sun Jul 14 13:10:56 2019
@@ -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