From owner-freebsd-ports Thu Jan 17 15: 0:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35BD137B41A for ; Thu, 17 Jan 2002 15:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0HN02B08849; Thu, 17 Jan 2002 15:00:02 -0800 (PST) (envelope-from gnats) Date: Thu, 17 Jan 2002 15:00:02 -0800 (PST) Message-Id: <200201172300.g0HN02B08849@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: SASAKI Katuhiro Subject: Re: ports/33984: Update port: mail/sylpheed (fix to work WITH_COMPFACE option) Reply-To: SASAKI Katuhiro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/33984; it has been noted by GNATS. From: SASAKI Katuhiro To: Oliver Lehmann 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