mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to apertium-separable-0.7.1.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
COMMENT = reorder separable/discontinuous multiwords
|
||||
|
||||
V = 0.6.1
|
||||
V = 0.7.1
|
||||
DISTNAME = apertium-separable-$V
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
@@ -33,8 +32,8 @@ LIB_DEPENDS = textproc/icu4c \
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
AUTOCONF_VERSION = 2.71
|
||||
AUTOMAKE_VERSION = 1.16
|
||||
AUTOCONF_VERSION = 2.72
|
||||
AUTOMAKE_VERSION = 1.18
|
||||
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/utf8cpp" \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (apertium-separable-0.6.1.tar.bz2) = Imj/K1BLfL8B6CCYw0UfYZ7FV7nfUktaQxjDEpYqqvY=
|
||||
SIZE (apertium-separable-0.6.1.tar.bz2) = 24726
|
||||
SHA256 (apertium-separable-0.7.1.tar.bz2) = XNGkjxYTA0UJeCsvP/AiYDMgPextKoMEFH4s1MQ2xXs=
|
||||
SIZE (apertium-separable-0.7.1.tar.bz2) = 25808
|
||||
|
||||
@@ -1,15 +1,16 @@
|
||||
Index: src/lsx_proc.cc
|
||||
--- src/lsx_proc.cc.orig
|
||||
+++ src/lsx_proc.cc
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <iostream>
|
||||
#include <getopt.h>
|
||||
#include <libgen.h>
|
||||
@@ -1,6 +1,8 @@
|
||||
#include <lttoolbox/lt_locale.h>
|
||||
#include <lttoolbox/file_utils.h>
|
||||
#include <lttoolbox/cli.h>
|
||||
+#include <iostream>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "lsx_processor.h"
|
||||
|
||||
@@ -28,6 +29,11 @@ void endProgram(char* name)
|
||||
@@ -8,6 +10,11 @@ using namespace std;
|
||||
|
||||
int main (int argc, char** argv)
|
||||
{
|
||||
@@ -19,5 +20,5 @@ Index: src/lsx_proc.cc
|
||||
+ }
|
||||
+
|
||||
LtLocale::tryToSetLocale();
|
||||
|
||||
LSXProcessor fstp;
|
||||
CLI cli("re-tokenize a stream", PACKAGE_VERSION);
|
||||
cli.add_bool_arg('p', "postgen", "act as a postgenerator");
|
||||
|
||||
Reference in New Issue
Block a user