Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2003 12:37:12 +0900
From:      KAWATA Masahiko <kawata@mta.biglobe.ne.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47701: Since 0.8.9, sylpheed doesn't depend on libjconv()
Message-ID:  <20030131123712.522c8232.kawata@mta.biglobe.ne.jp>

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

>Number:         47701
>Category:       ports
>Synopsis:       Since 0.8.9, sylpheed doesn't depend on libjconv()
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 19:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KAWATA Masahiko
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD figo 4.7-RELEASE FreeBSD 4.7-RELEASE #7: Tue Sep 23 14:59:36 JST 2002 kawata@mta.biglobe.ne.jp:/usr/obj/usr/src/sys/FIGO i386

>Description:
        Since version 0.8.9, sylpheed uses iconv() directly, instead
        of libjconv().

>How-To-Repeat:

>Fix:
--- Makefile.orig       Wed Jan 29 08:26:20 2003
+++ Makefile    Thu Jan 30 08:42:10 2003
@@ -47,12 +47,6 @@
 .else
 CONFIGURE_ARGS+=--disable-compface
 .endif
-.if defined(WITH_JCONV)
-LIB_DEPENDS+=  jconv.0:${PORTSDIR}/japanese/libjconv
-CONFIGURE_ARGS+=--enable-jconv
-.else
-CONFIGURE_ARGS+=--disable-jconv
-.endif
 .if defined(WITH_JPILOT)
 LIB_DEPENDS+=  pisock.8:${PORTSDIR}/palm/pilot-link
 RUN_DEPENDS+=  jpilot:${PORTSDIR}/palm/jpilot
@@ -85,8 +79,6 @@
        @${ECHO} "      WITH_PIXBUF=yes   Enable GDK Pixbuf support"
        @${ECHO} "      WITH_GPGME=yes    Enable GnuPG support using GPGME."
        @${ECHO} "      WITH_COMPFACE=yes Enable X-Face support."
-       @${ECHO} "      WITH_JCONV=yes    Enable Japanese charset conversion"
-       @${ECHO} "                        library libjconv."
        @${ECHO} "      WITH_JPILOT=yes   Enable JPilot support."
        @${ECHO} "      WITH_LDAP=yes     Enable LDAP support."
        @${ECHO} ""

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030131123712.522c8232.kawata>