mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
o Update to 2.3.0beta7.
o Add support ONIGURUMA UTF-8 supported Regular Expressions library. [1] Submitted by: IWAMOTO Kouichi <sue@iwmt.org> [1]
This commit is contained in:
parent
5f4f039f4f
commit
0fcb5ac55f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179760
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sylpheed
|
||||
PORTVERSION= 2.3.0.b5
|
||||
PORTVERSION= 2.3.0.b7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3beta/ \
|
||||
@ -44,7 +44,8 @@ OPTIONS= GPGME "Enable GnuPG support using GPGME." off \
|
||||
JPILOT "Enable JPilot support." off \
|
||||
LDAP "Enable LDAP support." off \
|
||||
SSL "Enable OpenSSL support." on \
|
||||
GTKSPELL "Enable Spell checking support" on
|
||||
GTKSPELL "Enable Spell checking support" on \
|
||||
ONIGURUMA "Enable Oniguruma support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -93,6 +94,13 @@ CONFIGURE_ARGS+=--enable-gtkspell
|
||||
CONFIGURE_ARGS+=--disable-gtkspell
|
||||
.endif
|
||||
|
||||
.if defined(WITH_ONIGURUMA)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libonig.a:${PORTSDIR}/devel/oniguruma
|
||||
CONFIGURE_ARGS+=--enable-oniguruma
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-oniguruma
|
||||
.endif
|
||||
|
||||
MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \
|
||||
faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \
|
||||
faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sylpheed-2.3.0beta5.tar.bz2) = 28c3093d2f9b943f6172afa6f8358499
|
||||
SHA256 (sylpheed-2.3.0beta5.tar.bz2) = 8bb56d354e212137726f92ba09af7ebacbd47280db7414b5c1be6bd7e5ee5928
|
||||
SIZE (sylpheed-2.3.0beta5.tar.bz2) = 2611638
|
||||
MD5 (sylpheed-2.3.0beta7.tar.bz2) = 2f7b13f858f1c736cffbb633802f604f
|
||||
SHA256 (sylpheed-2.3.0beta7.tar.bz2) = 42179cf42db057696e20fe424fc50bcd5a9d799434ee373c7de6839875689875
|
||||
SIZE (sylpheed-2.3.0beta7.tar.bz2) = 2628783
|
||||
|
Loading…
Reference in New Issue
Block a user