1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

update to 2.2.10

add oniguruma support [1]
move port from X11BASE to LOCALBASE

PR:	105682
This commit is contained in:
Oliver Lehmann 2006-11-20 18:08:54 +00:00
parent eafcfdc12b
commit 55fcfac0c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177673
6 changed files with 32 additions and 14 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= sylpheed
PORTVERSION= 2.2.9
PORTREVISION= 1
PORTVERSION= 2.2.10
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/
@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_X_PREFIX= yes
USE_XLIB= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
@ -40,7 +40,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>
@ -89,6 +90,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 \

View File

@ -1,3 +1,3 @@
MD5 (sylpheed-2.2.9.tar.bz2) = 45e9e89775613b0afb732fbc11c73d26
SHA256 (sylpheed-2.2.9.tar.bz2) = 72a6ab7c8a0baf0d1d432929c19a7d096335ba4adc43e40488b6a77e5995a0f5
SIZE (sylpheed-2.2.9.tar.bz2) = 2574579
MD5 (sylpheed-2.2.10.tar.bz2) = 68709cd07d2416c7aaeacf2c6921b1a2
SHA256 (sylpheed-2.2.10.tar.bz2) = 6a78274d6a25c8c647f3dc119307ab7364da9a1221c822606902c5477d79c5e2
SIZE (sylpheed-2.2.10.tar.bz2) = 2579547

View File

@ -114,3 +114,4 @@ share/pixmaps/sylpheed.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrmtry share/pixmaps

View File

@ -6,8 +6,8 @@
#
PORTNAME= sylpheed
PORTVERSION= 2.2.9
PORTREVISION= 1
PORTVERSION= 2.2.10
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/
@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_ICONV= yes
USE_X_PREFIX= yes
USE_XLIB= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
@ -40,7 +40,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>
@ -89,6 +90,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 \

View File

@ -1,3 +1,3 @@
MD5 (sylpheed-2.2.9.tar.bz2) = 45e9e89775613b0afb732fbc11c73d26
SHA256 (sylpheed-2.2.9.tar.bz2) = 72a6ab7c8a0baf0d1d432929c19a7d096335ba4adc43e40488b6a77e5995a0f5
SIZE (sylpheed-2.2.9.tar.bz2) = 2574579
MD5 (sylpheed-2.2.10.tar.bz2) = 68709cd07d2416c7aaeacf2c6921b1a2
SHA256 (sylpheed-2.2.10.tar.bz2) = 6a78274d6a25c8c647f3dc119307ab7364da9a1221c822606902c5477d79c5e2
SIZE (sylpheed-2.2.10.tar.bz2) = 2579547

View File

@ -114,3 +114,4 @@ share/pixmaps/sylpheed.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%/faq
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrmtry share/pixmaps