From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 23 09:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11845621 for ; Sun, 23 Mar 2014 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C96F710D for ; Sun, 23 Mar 2014 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2N901OY094767 for ; Sun, 23 Mar 2014 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2N901a6094766; Sun, 23 Mar 2014 09:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 23 Mar 2014 09:00:01 GMT Resent-Message-Id: <201403230900.s2N901a6094766@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Marec Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 832E03EC for ; Sun, 23 Mar 2014 08:50:01 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70409FDA for ; Sun, 23 Mar 2014 08:50:01 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s2N8o0TS039577 for ; Sun, 23 Mar 2014 08:50:00 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s2N8o08L039576; Sun, 23 Mar 2014 08:50:00 GMT (envelope-from nobody) Message-Id: <201403230850.s2N8o08L039576@cgiserv.freebsd.org> Date: Sun, 23 Mar 2014 08:50:00 GMT From: David Marec To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187847: slrn self encoding tool does not match the right charset. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 09:00:02 -0000 >Number: 187847 >Category: ports >Synopsis: slrn self encoding tool does not match the right charset. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 09:00:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: David Marec >Release: 10.0-RELEASE >Organization: privat >Environment: FreeBSD dmarec.local 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: To avoid posting messages in UTF-8 when it is not needed, the following rule is defined in the slrn resource file: -- charset outgoing "us-ascii,iso-8859-1,iso-8859-15,utf-8" -- This means that slrn will 'try the settings from left to right and use the first for which encoding succeeds'. Since iconv was moved to the base system, this self-encoding-selector does not work anymore. >How-To-Repeat: Use the following charset selection rule in your "slrnrc" file: charset outgoing "us-ascii,iso-8859-1,iso-8859-15,utf-8" and try to post messages filled with non-ascii characters. >Fix: Adds the "--with-non-gnu-iconv" magic flag to tell to slrn that it deals not with the gnu iconv, to the make file: CONFIGURE_ARGS+=--enable-ipv6 --disable-inews --with-slrnpull \ --with-non-gnu-iconv ${ICONV_CONFIGURE_ARG} >Release-Note: >Audit-Trail: >Unformatted: