pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/artha



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Nov 27 14:29:27 UTC 2018

Modified Files:
        pkgsrc/textproc/artha: Makefile distinfo
Added Files:
        pkgsrc/textproc/artha/patches: patch-src_suggestions.c

Log Message:
Port artha to enchant2, bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/artha/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/artha/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/artha/patches/patch-src_suggestions.c

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

Modified files:

Index: pkgsrc/textproc/artha/Makefile
diff -u pkgsrc/textproc/artha/Makefile:1.8 pkgsrc/textproc/artha/Makefile:1.9
--- pkgsrc/textproc/artha/Makefile:1.8  Wed Nov 14 22:22:30 2018
+++ pkgsrc/textproc/artha/Makefile      Tue Nov 27 14:29:27 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/11/14 22:22:30 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2018/11/27 14:29:27 bsiegert Exp $
 
 DISTNAME=       artha-1.0.3
-PKGREVISION=     7
+PKGREVISION=    8
 CATEGORIES=     textproc
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=artha/}
 EXTRACT_SUFX=   .tar.bz2
@@ -19,7 +19,7 @@ USE_LANGUAGES=  c
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
 .include "../../textproc/WordNet/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"

Index: pkgsrc/textproc/artha/distinfo
diff -u pkgsrc/textproc/artha/distinfo:1.2 pkgsrc/textproc/artha/distinfo:1.3
--- pkgsrc/textproc/artha/distinfo:1.2  Wed Nov  4 01:59:18 2015
+++ pkgsrc/textproc/artha/distinfo      Tue Nov 27 14:29:27 2018
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:59:18 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/11/27 14:29:27 bsiegert Exp $
 
 SHA1 (artha-1.0.3.tar.bz2) = 8bced6357b425f74d4b13ec6d35b8a50236fae94
 RMD160 (artha-1.0.3.tar.bz2) = 22c6e454cb647a97be6ca06bd1980959f389926b
 SHA512 (artha-1.0.3.tar.bz2) = de8379a0c2f79b7e2aeb582887f9346c9f56e83bacc5b47746f6f922ac1a5404edf4f5187e7273581366183a2c59d94258322bf52fb6bf51a02f9b7d12732c4b
 Size (artha-1.0.3.tar.bz2) = 363674 bytes
+SHA1 (patch-src_suggestions.c) = ab26e38803c9169dfa4cd6ab3a7cad6c7c2ab7cd

Added files:

Index: pkgsrc/textproc/artha/patches/patch-src_suggestions.c
diff -u /dev/null pkgsrc/textproc/artha/patches/patch-src_suggestions.c:1.1
--- /dev/null   Tue Nov 27 14:29:27 2018
+++ pkgsrc/textproc/artha/patches/patch-src_suggestions.c       Tue Nov 27 14:29:27 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_suggestions.c,v 1.1 2018/11/27 14:29:27 bsiegert Exp $
+
+Use new soname for enchant2.
+
+--- src/suggestions.c.orig     2012-10-06 18:25:42.000000000 +0000
++++ src/suggestions.c
+@@ -32,7 +32,7 @@
+ #ifdef _WIN32
+ #     define ENCHANT_FILE             "libenchant.dll"
+ #else
+-#     define ENCHANT_FILE             "libenchant.so.1"
++#     define ENCHANT_FILE             "libenchant-2.so.2"
+ #endif
+ #define       DICT_TAG_MAX_LENGTH     7
+ 



Home | Main Index | Thread Index | Old Index