Update to enchant-1.5.0
This commit is contained in:
parent
f3fe7d469a
commit
bef8177e77
@ -1,18 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/01/12 13:04:09 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2009/10/11 23:47:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= generic spell checking library/wrapper
|
||||
|
||||
V= 1.4.2
|
||||
V= 1.5.0
|
||||
DISTNAME= enchant-${V}
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
SHARED_LIBS= enchant 5.1 # .5.2
|
||||
SHARED_LIBS= enchant 6.0 # .5.2
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://www.abisource.com/projects/enchant/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPLv2
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (enchant-1.4.2.tar.gz) = /kVYJp/1n1aauVgckH1Yyw==
|
||||
RMD160 (enchant-1.4.2.tar.gz) = 09qwSpxBgq4xbOUVbcpD5I7aheY=
|
||||
SHA1 (enchant-1.4.2.tar.gz) = dcsKt7Tp1DwSv+baq/mf3m8GrUs=
|
||||
SHA256 (enchant-1.4.2.tar.gz) = lcjdmYyPtDYynSBODt3kQAuInk4m0/jLiIxAjJqazGo=
|
||||
SIZE (enchant-1.4.2.tar.gz) = 595192
|
||||
MD5 (enchant-1.5.0.tar.gz) = ffrtFOFCtKAAS3cMlWjtAg==
|
||||
RMD160 (enchant-1.5.0.tar.gz) = frmKDKVrGjXjL/WPeU7/BfcUe4U=
|
||||
SHA1 (enchant-1.5.0.tar.gz) = ROEP65lCMk9gPYQhFZn09TA9jA4=
|
||||
SHA256 (enchant-1.5.0.tar.gz) = 1Cha7JpX7pwrarHdt2pn9xcYPifj68bFSDijR2Dp57s=
|
||||
SIZE (enchant-1.5.0.tar.gz) = 593039
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2009/01/12 13:04:09 ajacoutot Exp $
|
||||
--- configure.orig Mon May 5 22:27:23 2008
|
||||
+++ configure Mon Nov 24 12:03:08 2008
|
||||
@@ -22660,7 +22660,7 @@ if test $ac_cv_lib_aspell_get_aspell_dict_info_list =
|
||||
$OpenBSD: patch-configure,v 1.6 2009/10/11 23:47:12 ajacoutot Exp $
|
||||
--- configure.orig Sat May 23 11:44:37 2009
|
||||
+++ configure Mon Oct 12 01:44:00 2009
|
||||
@@ -18088,7 +18088,7 @@ if test "x$ac_cv_lib_aspell_get_aspell_dict_info_list"
|
||||
fi
|
||||
|
||||
|
||||
- ASPELL_CFLAGS+=" -DHAVE_PSPELL_H"
|
||||
+ ASPELL_CFLAGS="${ASPELL_CFLAGS} -DHAVE_PSPELL_H"
|
||||
elif test -f "$aspell_prefix/include/aspell.h"; then
|
||||
{ echo "$as_me:$LINENO: result: yes (aspell)" >&5
|
||||
echo "${ECHO_T}yes (aspell)" >&6; }
|
||||
{ $as_echo "$as_me:$LINENO: result: yes (aspell)" >&5
|
||||
$as_echo "yes (aspell)" >&6; }
|
||||
|
Loading…
Reference in New Issue
Block a user