diff options
author | oliver <oliver@FreeBSD.org> | 2006-11-21 02:08:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-11-21 02:08:54 +0800 |
commit | e56cbcdb61cb7c801fe222fe4b1be740efc0d6cf (patch) | |
tree | 9c9abff6b22231cb49d5ebac1e84d03c8a8a99a0 /mail/sylpheed2 | |
parent | 36e0a814a5c77df54f242a736c9264b82eb7dbce (diff) | |
download | freebsd-ports-gnome-e56cbcdb61cb7c801fe222fe4b1be740efc0d6cf.tar.gz freebsd-ports-gnome-e56cbcdb61cb7c801fe222fe4b1be740efc0d6cf.tar.zst freebsd-ports-gnome-e56cbcdb61cb7c801fe222fe4b1be740efc0d6cf.zip |
update to 2.2.10
add oniguruma support [1]
move port from X11BASE to LOCALBASE
PR: 105682
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 16 | ||||
-rw-r--r-- | mail/sylpheed2/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed2/pkg-plist | 1 |
3 files changed, 16 insertions, 7 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 4b45a67750b8..2e279465297b 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -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 \ diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo index ba270feafd99..98b8633d2131 100644 --- a/mail/sylpheed2/distinfo +++ b/mail/sylpheed2/distinfo @@ -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 diff --git a/mail/sylpheed2/pkg-plist b/mail/sylpheed2/pkg-plist index 2ce16666797e..30fc25440d68 100644 --- a/mail/sylpheed2/pkg-plist +++ b/mail/sylpheed2/pkg-plist @@ -114,3 +114,4 @@ share/pixmaps/sylpheed.png %%PORTDOCS%%@dirrm %%DOCSDIR%%/faq %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/applications +@dirrmtry share/pixmaps |