From wwwrun@speedy.netbeat.de  Mon Oct 22 04:32:41 2001
Return-Path: <wwwrun@speedy.netbeat.de>
Received: from speedy.netbeat.de (speedy.netbeat.de [212.6.214.36])
	by hub.freebsd.org (Postfix) with ESMTP id 4D23137B403
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 22 Oct 2001 04:32:40 -0700 (PDT)
Received: (from wwwrun@localhost)
	by speedy.netbeat.de (8.9.3/8.9.3) id NAA27608;
	Mon, 22 Oct 2001 13:32:38 +0200
Message-Id: <200110221132.NAA27608@speedy.netbeat.de>
Date: Mon, 22 Oct 2001 13:32:38 +0200
From: Oliver Lehmann <olivleh1@brainwire.de>
Reply-To: Oliver Lehmann <olivleh1@brainwire.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Oliver Lehmann <olivleh1@brainwire.de>
Subject: update-port: mail/sylpheed
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31430
>Category:       ports
>Synopsis:       update-port: mail/sylpheed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 22 04:40:01 PDT 2001
>Closed-Date:    Wed Oct 31 11:46:07 PST 2001
>Last-Modified:  Wed Oct 31 11:46:16 PST 2001
>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	Mon Oct 22 13:21:00 2001
+++ sylpheed/Makefile	Mon Oct 22 13:22:49 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sylpheed
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.4
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
 
@@ -21,7 +21,7 @@
 CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6
 
 .if defined(WITH_GPGME)
-LIB_DEPENDS+=	gpgme.3:${PORTSDIR}/security/gpgme
+LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
 RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
 CONFIGURE_ARGS+=--enable-gpgme
 .endif
diff -ruN sylpheed.old/distinfo sylpheed/distinfo
--- sylpheed.old/distinfo	Mon Oct 22 13:21:00 2001
+++ sylpheed/distinfo	Mon Oct 22 13:22:38 2001
@@ -1 +1 @@
-MD5 (sylpheed-0.6.3.tar.bz2) = 538225dec1ef6d896e4bd950fc085d3e
+MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
>Release-Note:
>Audit-Trail:

From: Oliver Lehmann <olivleh1@brainwire.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Oliver Lehmann <olivleh1@brainwire.de>
Subject: Re: ports/31430: update-port: mail/sylpheed
Date: Wed, 24 Oct 2001 16:36:11 +0200

 The submited patch would fail to compile. Please take this one:
 
 
 
 diff -ruN sylpheed.old/Makefile sylpheed/Makefile
 --- sylpheed.old/Makefile	Mon Oct 22 13:21:00 2001
 +++ sylpheed/Makefile	Wed Oct 24 04:04:56 2001
 @@ -6,22 +6,26 @@
  #
  
  PORTNAME=	sylpheed
 -PORTVERSION=	0.6.3
 +PORTVERSION=	0.6.4
  CATEGORIES=	mail ipv6
  MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
  
  MAINTAINER=	lehmann@ans-netz.de
  
  USE_BZIP2=	yes
 +USE_GMAKE=	yes
 +USE_AUTOMAKE=	yes
  USE_X_PREFIX=	yes
  USE_IMLIB=	yes
  USE_LIBTOOL=	yes
 +
 +CONFIGURE_SCRIPT=	autogen.sh
  CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
  		LIBS="-L${LOCALBASE}/lib"
 -CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6
 +CONFIGURE_ARGS=	--disable-compface --disable-gdk-pixbuf --enable-ipv6 --prefix=${PREFIX} --with-included-gettext
  
  .if defined(WITH_GPGME)
 -LIB_DEPENDS+=	gpgme.3:${PORTSDIR}/security/gpgme
 +LIB_DEPENDS+=	gpgme.4:${PORTSDIR}/security/gpgme
  RUN_DEPENDS+=	gpg:${PORTSDIR}/security/gnupg
  CONFIGURE_ARGS+=--enable-gpgme
  .endif
 @@ -47,6 +51,9 @@
  .endif
  	@${ECHO_MSG}
  
 +pre-configure:
 +	${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
 +	${RM} -f ${WRKSRC}/ac/gpgme.m4
  
  post-install:
  .if !defined(NOPORTDOCS)
 diff -ruN sylpheed.old/distinfo sylpheed/distinfo
 --- sylpheed.old/distinfo	Mon Oct 22 13:21:00 2001
 +++ sylpheed/distinfo	Wed Oct 24 03:13:01 2001
 @@ -1 +1 @@
 -MD5 (sylpheed-0.6.3.tar.bz2) = 538225dec1ef6d896e4bd950fc085d3e
 +MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
 diff -ruN sylpheed.old/files/patch-ad sylpheed/files/patch-ad
 --- sylpheed.old/files/patch-ad	Thu Jan  1 01:00:00 1970
 +++ sylpheed/files/patch-ad	Wed Oct 24 03:58:39 2001
 @@ -0,0 +1,11 @@
 +--- intl/Makefile.in.orig	Wed Oct 24 03:57:52 2001
 ++++ intl/Makefile.in	Wed Oct 24 03:58:06 2001
 +@@ -41,7 +41,7 @@
 + MKINSTALLDIRS = @MKINSTALLDIRS@
 + mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 + 
 +-l = @INTL_LIBTOOL_SUFFIX_PREFIX@
 ++l = 
 + 
 + AR = ar
 + CC = @CC@
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Wed Oct 31 11:46:07 PST 2001 
State-Changed-Why:  
Committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31430 
>Unformatted:
