Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2002 20:08:42 +0859 (JST)
From:      SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lehmann@ans-netz.de
Subject:   ports/33984: Update port: mail/sylpheed (fix to work WITH_COMPFACE option)
Message-ID:  <20020117110904.599F6BB07@sahiro.merseine.nu>

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

>Number:         33984
>Category:       ports
>Synopsis:       Update port: mail/sylpheed (fix to work WITH_COMPFACE option)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 17 03:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     SASAKI Katuhiro
>Release:        FreeBSD 4.4-RELEASE-p2 i386
>Organization:
personal
>Environment:
>Description:
At now, WITH_COMPFACE option does not work as shown below.
Small fix seems to be needed.

# make WITH_COMPFACE=yes configure
...
sylpheed 0.7.0

gdk-pixbuf : no
gdk_imlib  : yes
GPGME      : no
JPilot     : no
LDAP       : no
OpenSSL    : yes
compface   : no
libjconv   : no
IPv6       : yes

The binary will be installed in /usr/X11R6/bin

Configure finished, type 'make' to build.

>How-To-Repeat:
>Fix:
diff -urN /usr/ports/mail/sylpheed/Makefile sylpheed/Makefile
--- /usr/ports/mail/sylpheed/Makefile	Thu Jan 10 00:03:52 2002
+++ sylpheed/Makefile	Thu Jan 17 19:45:04 2002
@@ -18,8 +18,8 @@
 USE_IMLIB=	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)
>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?20020117110904.599F6BB07>