update to sylpheed 2.0.2

This commit is contained in:
couderc 2005-10-03 20:20:28 +00:00
parent 37202fdec0
commit a1719fcf09
7 changed files with 42 additions and 38 deletions

View File

@ -1,25 +1,31 @@
# $OpenBSD: Makefile,v 1.57 2005/09/10 18:26:20 espie Exp $
# $OpenBSD: Makefile,v 1.58 2005/10/03 20:20:28 couderc Exp $
COMMENT= "mail/news client in gtk+"
VERSION= 1.0.4
VERSION= 2.0.2
DISTNAME= sylpheed-${VERSION}
CATEGORIES= mail news x11
HOMEPAGE= http://sylpheed.good-day.net
MAINTAINER= Damien Couderc <couderc@openbsd.org>
LIB_DEPENDS= gdk_pixbuf.2::graphics/gdk-pixbuf
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xi c crypto gdk glib gmodule gtk iconv intl \
jpeg m png pthread ssl tiff z
MASTER_SITES= ${HOMEPAGE}/sylpheed/v1.0/
MODULES= devel/gettext
LIB_DEPENDS= gtk-x11-2.0.0.9,gdk_pixbuf-2.0.0.9,gdk-x11-2.0.0.9::x11/gtk+2
WANTLIB= X11 Xext Xft Xcursor Xrender Xinerama atk-1.0.0.0 c \
crypto fontconfig freetype glib-2.0.0.0 gdk-x11-2.0.0.0 \
gdk_pixbuf-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
gtk-x11-2.0.0.0 m pthread pango-1.0.0.0 \
pangox-1.0.0.0 pangoft2-1.0.0.0 pangoxft-1.0.0.0 ssl
MASTER_SITES= ${HOMEPAGE}/sylpheed/v2.0/
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-ssl --enable-ipv6 \
@ -27,7 +33,7 @@ CONFIGURE_ARGS= --enable-ssl --enable-ipv6 \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -pthread"
FLAVORS= compface gpgme ldap
FLAVORS= compface gpgme
FLAVOR?=
.if ${FLAVOR:L:Mcompface}
@ -42,17 +48,9 @@ CONFIGURE_ARGS+= --disable-compface
LIB_DEPENDS+= gpgme.4::security/gpgme
CONFIGURE_ARGS+= --enable-gpgme
WANTLIB+= gpg-error
PKGNAME= ${DISTNAME}p0
.else
CONFIGURE_ARGS+= --disable-gpgme
.endif
.if ${FLAVOR:L:Mldap}
LIB_DEPENDS+= ldap.2,lber.2::databases/openldap
CONFIGURE_ARGS+= --enable-ldap
WANTLIB+= gthread
.else
CONFIGURE_ARGS+= --disable-ldap
.endif
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (sylpheed-1.0.4.tar.gz) = 961c15d9fbaf6ae4c469b5152c21bbac
RMD160 (sylpheed-1.0.4.tar.gz) = 8faeb184fcfb794d40343de361c92bb1b33a8bea
SHA1 (sylpheed-1.0.4.tar.gz) = 0bde134aa94e7d4b0874070057f2c7bd6f24adfa
SIZE (sylpheed-1.0.4.tar.gz) = 3519127
MD5 (sylpheed-2.0.2.tar.gz) = 6f40099c7b154f5234dd43c28a6ee878
RMD160 (sylpheed-2.0.2.tar.gz) = c6ee3a6a6669937a00fd80d3ee689db2e9f98677
SHA1 (sylpheed-2.0.2.tar.gz) = 3d2764ece6702d9eca9fcdcd7ec0bdbe10515cd9
SIZE (sylpheed-2.0.2.tar.gz) = 3544499

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-ltmain_sh,v 1.4 2004/05/31 12:54:32 couderc Exp $
--- ltmain.sh.orig 2004-05-29 14:33:49.000000000 +0200
+++ ltmain.sh 2004-05-31 14:45:19.000000000 +0200
$OpenBSD: patch-ltmain_sh,v 1.5 2005/10/03 20:20:29 couderc Exp $
--- ltmain.sh.orig Wed Jul 27 11:19:30 2005
+++ ltmain.sh Thu Aug 11 22:46:36 2005
@@ -1371,6 +1371,17 @@ EOF
continue
;;
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.4 2004/05/31 12:54:32 couderc Exp $
-module)
module=yes
continue
@@ -2024,6 +2035,10 @@ EOF
@@ -2020,6 +2031,10 @@ EOF
fi
continue
;;

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-src_inc_c,v 1.3 2004/05/31 12:54:32 couderc Exp $
--- src/inc.c.orig 2004-05-11 07:13:18.000000000 +0200
+++ src/inc.c 2004-05-31 14:45:19.000000000 +0200
@@ -76,7 +76,9 @@ static GdkBitmap *errorxpmmask;
static GdkPixmap *okxpm;
static GdkBitmap *okxpmmask;
$OpenBSD: patch-src_inc_c,v 1.4 2005/10/03 20:20:29 couderc Exp $
--- src/inc.c.orig Fri Jun 17 10:21:07 2005
+++ src/inc.c Thu Aug 11 22:46:36 2005
@@ -74,7 +74,9 @@ static GdkPixbuf *current_pixbuf;
static GdkPixbuf *error_pixbuf;
static GdkPixbuf *ok_pixbuf;
-#define MSGBUFSIZE 8192
+#ifndef MSGBUFSIZE
@ -11,4 +11,4 @@ $OpenBSD: patch-src_inc_c,v 1.3 2004/05/31 12:54:32 couderc Exp $
+#endif
static void inc_finished (MainWindow *mainwin,
gboolean new_messages);
gint new_messages);

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_procmime_c,v 1.4 2004/04/10 19:13:50 couderc Exp $
--- src/procmime.c.orig 2004-02-10 04:31:26.000000000 +0100
+++ src/procmime.c 2004-04-09 17:07:33.000000000 +0200
@@ -937,7 +937,7 @@ static GHashTable *procmime_get_mime_typ
$OpenBSD: patch-src_procmime_c,v 1.5 2005/10/03 20:20:29 couderc Exp $
--- src/procmime.c.orig Thu Jul 14 09:49:28 2005
+++ src/procmime.c Thu Aug 11 22:46:36 2005
@@ -1000,7 +1000,7 @@ static GHashTable *procmime_get_mime_typ
mime_type_list =
procmime_get_mime_type_list(SYSCONFDIR "/mime.types");
if (!mime_type_list) {

View File

@ -1,4 +1,4 @@
Sylpheed is an e-mail client (and news reader) based on GTK+, running
Sylpheed is an e-mail client (and news reader) based on GTK2+, running
on the X Window System, and aiming for:
Quick response
@ -6,6 +6,9 @@ on the X Window System, and aiming for:
Easy configuration, intuitive operation
Abundant features
You may wish to install bogofilter to use junk-mail feature (not
enabled by default).
FLAVORS:
* compface: support X-Face header
* gpgme: compile with gnupg made easy support

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.20 2004/09/15 09:09:45 espie Exp $
@comment $OpenBSD: PLIST,v 1.21 2005/10/03 20:20:29 couderc Exp $
bin/sylpheed
share/locale/
share/locale/bg/
@ -43,6 +43,9 @@ share/locale/ja/LC_MESSAGES/sylpheed.mo
share/locale/ko/
share/locale/ko/LC_MESSAGES/
share/locale/ko/LC_MESSAGES/sylpheed.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/sylpheed.mo
share/locale/nl/
share/locale/nl/LC_MESSAGES/
share/locale/nl/LC_MESSAGES/sylpheed.mo