mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to enchant2-2.2.8.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/09/15 11:05:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2020/02/29 09:37:53 ajacoutot Exp $
|
||||
|
||||
COMMENT= generic spell checking library
|
||||
|
||||
V= 2.2.7
|
||||
V= 2.2.8
|
||||
DISTNAME= enchant-${V}
|
||||
PKGNAME= enchant2-${V}
|
||||
|
||||
SHARED_LIBS += enchant-2 0.1 # 4.7
|
||||
SHARED_LIBS += enchant-2 0.1 # 4.8
|
||||
|
||||
CATEGORIES= textproc
|
||||
|
||||
@@ -38,7 +38,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
CONFIGURE_ARGS= --without-applespell \
|
||||
--without-voikko \
|
||||
--without-zemberek
|
||||
--without-zemberek \
|
||||
--without-nuspell
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
# prevent conflict with textproc/enchant
|
||||
MAKE_FLAGS= pkgdatadir=${TRUEPREFIX}/share/enchant-2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (enchant-2.2.7.tar.gz) = GyKXYTWBKzXLW40hpTrRHV58FCbJP1HnoxSipCyrOgk=
|
||||
SIZE (enchant-2.2.7.tar.gz) = 951995
|
||||
SHA256 (enchant-2.2.8.tar.gz) = x7XihT8N0LGq/qL54HGUGv/uw6dt+OP21npxjIkpNVU=
|
||||
SIZE (enchant-2.2.8.tar.gz) = 976715
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/12/29 09:05:40 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/02/29 09:37:53 ajacoutot Exp $
|
||||
@bin bin/enchant-2
|
||||
@bin bin/enchant-lsmod-2
|
||||
include/enchant-2/
|
||||
@@ -6,9 +6,9 @@ include/enchant-2/enchant++.h
|
||||
include/enchant-2/enchant-provider.h
|
||||
include/enchant-2/enchant.h
|
||||
lib/enchant-2/
|
||||
lib/enchant-2/enchant_aspell.so
|
||||
lib/enchant-2/enchant_hunspell.so
|
||||
lib/libenchant-2.a
|
||||
@so lib/enchant-2/enchant_aspell.so
|
||||
@so lib/enchant-2/enchant_hunspell.so
|
||||
@static-lib lib/libenchant-2.a
|
||||
lib/libenchant-2.la
|
||||
@lib lib/libenchant-2.so.${LIBenchant-2_VERSION}
|
||||
lib/pkgconfig/enchant-2.pc
|
||||
|
||||
Reference in New Issue
Block a user