Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 07:40:01 -0700 (PDT)
From:      Oliver Lehmann <olivleh1@brainwire.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/31430: update-port: mail/sylpheed
Message-ID:  <200110241440.f9OEe1q34025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/31430; it has been noted by GNATS.

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@

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?200110241440.f9OEe1q34025>