Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 20:14:55 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/33708: update port: mail/sylpheed
Message-ID:  <200201081914.g08JEt705802@phobos.raisdorf.net>

next in thread | raw e-mail | index | archive | help

>Number:         33708
>Category:       ports
>Synopsis:       update port: mail/sylpheed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 08 11:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost138.brainwire.de 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Oct 17 21:33:39 CEST 2001 olivleh1@localhost138.brainwire.de:/usr/obj/usr/src/sys/LOCALHOST138 i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

diff -ruN sylpheed.old/Makefile sylpheed/Makefile
--- sylpheed.old/Makefile	Tue Jan  8 19:45:42 2002
+++ sylpheed/Makefile	Tue Jan  8 20:13:43 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sylpheed
-PORTVERSION=	0.6.6
+PORTVERSION=	0.7.0
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
 
@@ -20,34 +20,58 @@
 
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
+CONFIGURE_ARGS=	--disable-compface \
+		--disable-gpgme \
+		--disable-ssl \
+		--disable-jconv \
+		--disable-jpilot \
+		--disable-gdk-pixbuf \
+		--enable-ipv6 \
+		--prefix=${PREFIX} \
+		--with-included-gettext
 
-.if defined(WITH_GPGME)
+
+.if defined(WITH_GPGME) && ${WITH_GPGME} != ""
 LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 CONFIGURE_ARGS+=--enable-gpgme
 .endif
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL=	yes
-CONFIGURE_ARGS+=--enable-ssl
+
+.if defined(WITH_COMPFACE) && ${WITH_COMPFACE} != ""
+LIB_DEPENDS+=	compface.1:${PORTSDIR}/mail/faces
+CONFIGURE_ARGS+=--enable-compface
 .endif
 
-PORTDOCS=	ChangeLog INSTALL README TODO
+.if defined(WITH_JCONV) && ${WITH_JCONV} != ""
+LIB_DEPENDS+=	jconv.0:${PORTSDIR}/japanese/libjconv
+CONFIGURE_ARGS+=--enable-jconv
+.endif
 
-pre-extract:
-.if defined(WITH_GPGME)
-	@${ECHO_MSG}
-	@${ECHO_MSG} "WARNING: GnuPG support using GPGME is still experimental."
-.else
-	@${ECHO_MSG}
-	@${ECHO_MSG} "You can enable GnuPG support using GPGME by defining WITH_GPGME."
-	@${ECHO_MSG} "WARNING: GnuPG support is still experimental."
+.if defined(WITH_JPILOT) && ${WITH_JPILOT} != ""
+LIB_DEPENDS+=	expense.1:${PORTSDIR}/palm/jpilot
+CONFIGURE_ARGS+=--enable-jpilot
+CFLAGS+=	-I${LOCALBASE}/pilot/include
 .endif
+
 .if !defined(WITHOUT_SSL)
-	@${ECHO_MSG}
-	@${ECHO_MSG} "You can disable OpenSSL support by defining WITHOUT_SSL."
+USE_OPENSSL=    yes
+CONFIGURE_ARGS+=--enable-ssl
 .endif
-	@${ECHO_MSG}
+
+PORTDOCS=	ChangeLog INSTALL README TODO
+
+pre-fetch:
+	@${ECHO} ""
+	@${ECHO} "You may use the following build options:"
+	@${ECHO} ""
+	@${ECHO} "      WITH_GPGME=yes    Enable GnuPG support using GPGMEME."
+	@${ECHO} "      WITH_COMPFACE=yes Enable X-Face support."
+	@${ECHO} "      WITH_JCONV=yes    Enable Japanese charset conversion"
+	@${ECHO} "                        library libjconv."
+	@${ECHO} "      WITH_JPILOT=yes   Enable JPilot support."
+	@${ECHO} ""
+	@${ECHO} "      WITHOUT_SSL=yes   Disable OpenSSL support."
+	@${ECHO} ""
 
 pre-build:
 	${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool
diff -ruN sylpheed.old/distinfo sylpheed/distinfo
--- sylpheed.old/distinfo	Tue Jan  8 19:45:42 2002
+++ sylpheed/distinfo	Tue Jan  8 20:06:58 2002
@@ -1 +1 @@
-MD5 (sylpheed-0.6.6.tar.bz2) = 1c7dc0f3074a9bb05da915892c7a6409
+MD5 (sylpheed-0.7.0.tar.bz2) = a50a0247662aca7c57533198b5562554
diff -ruN sylpheed.old/pkg-plist sylpheed/pkg-plist
--- sylpheed.old/pkg-plist	Tue Jan  8 19:45:42 2002
+++ sylpheed/pkg-plist	Tue Jan  8 20:25:39 2002
@@ -9,6 +9,7 @@
 %%PORTDOCS%%share/doc/sylpheed/TODO
 %%PORTDOCS%%share/doc/sylpheed/TODO.jp
 share/locale/cs/LC_MESSAGES/sylpheed.mo
+share/locale/da/LC_MESSAGES/sylpheed.mo
 share/locale/de/LC_MESSAGES/sylpheed.mo
 share/locale/el/LC_MESSAGES/sylpheed.mo
 share/locale/es/LC_MESSAGES/sylpheed.mo
@@ -25,7 +26,7 @@
 share/locale/pt_BR/LC_MESSAGES/sylpheed.mo
 share/locale/ru/LC_MESSAGES/sylpheed.mo
 share/locale/sv/LC_MESSAGES/sylpheed.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/sylpheed.mo
+share/locale/zh_CN/LC_MESSAGES/sylpheed.mo
 share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
 share/sylpheed/manual/en/sylpheed-1.html
 share/sylpheed/manual/en/sylpheed-10.html
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201081914.g08JEt705802>