Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 15:00:02 -0800 (PST)
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33984: Update port: mail/sylpheed (fix to work WITH_COMPFACE option)
Message-ID:  <200201172300.g0HN02B08849@freefall.freebsd.org>

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

From: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To: Oliver Lehmann <o.lehmann@brainwire.de>
Cc: FreeBSD-gnats-submit@freebsd.org, lehmann@ans-netz.de
Subject: Re: ports/33984: Update port: mail/sylpheed (fix to work WITH_COMPFACE option)
Date: Fri, 18 Jan 2002 07:51:35 +0900

 Hi.
 Thank you for your reply, Lehmann.
 
 I found two more not good point. Please review.
 
 i) When WITH_PIXBUF is defined, sylpheed does not link imlib 
 (graphics/imlib). Nevertheless,  imlib still appears in 
 dependency list.
 
 ii) When WITH_JPILOT is defined, sylphed does not link libraries 
 inclued in jpilot (palm/jpilot) package. It links libpisock 
 included in pilot-link (palm/pilot-link). I'm sorry patch I 
 previously sent you was wrong.
 
 New patch is as described below. Please use this instead of 
 previous one.
 
 Thank you.
 
 
 diff -urN /usr/ports/mail/sylpheed/Makefile sylpheed/Makefile
 --- /usr/ports/mail/sylpheed/Makefile	Thu Jan 17 18:55:34 2002
 +++ sylpheed/Makefile	Thu Jan 17 21:05:05 2002
 @@ -15,11 +15,11 @@
  USE_BZIP2=	yes
  USE_GMAKE=	yes
  USE_X_PREFIX=	yes
 -USE_IMLIB=	yes
 +USE_GTK=	yes
  USE_LIBTOOL=	yes
  
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LIBS="-L${LOCALBASE}/lib"
 +CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 +		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
  CONFIGURE_ARGS=	--enable-ipv6 --prefix=${PREFIX} --with-included-gettext
  
  .if defined(WITH_PIXBUF)
 @@ -49,9 +49,9 @@
  CONFIGURE_ARGS+=--disable-jconv
  .endif
  .if defined(WITH_JPILOT)
 -LIB_DEPENDS+=	expense.1:${PORTSDIR}/palm/jpilot
 +LIB_DEPENDS+=	pisock.4:${PORTSDIR}/palm/pilot-link
 +RUN_DEPENDS+=	${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot
  CONFIGURE_ARGS+=--enable-jpilot
 -CFLAGS+=	-I${LOCALBASE}/pilot/include
  .else
  CONFIGURE_ARGS+=	--disable-jpilot
  .endif
 
 
 ================================================================
                        SASAKI Katuhiro
 
                 mailto: sahiro@crest.ocn.ne.jp
 ================================================================

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?200201172300.g0HN02B08849>