From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 29 18:30:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26AB81065679 for ; Fri, 29 Feb 2008 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 002D38FC41 for ; Fri, 29 Feb 2008 18:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1TIU0ha065723 for ; Fri, 29 Feb 2008 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1TIU00w065720; Fri, 29 Feb 2008 18:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Feb 2008 18:30:00 GMT Resent-Message-Id: <200802291830.m1TIU00w065720@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, Helge Oldach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59391106566C; Fri, 29 Feb 2008 18:23:45 +0000 (UTC) (envelope-from hmo@sep.oldach.net) Received: from rigel.oldach.net (rigel.oldach.net [194.8.96.250]) by mx1.freebsd.org (Postfix) with ESMTP id A8BE88FC38; Fri, 29 Feb 2008 18:23:44 +0000 (UTC) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (hmo.in-dsl.de [217.197.85.210]) by rigel.oldach.net (8.14.2/8.14.2/hmo30jul04) with ESMTP id m1TINghp020081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 29 Feb 2008 19:23:43 +0100 (CET) (envelope-from hmo@sep.oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.14.2/8.14.2/hmo26jun05) with ESMTP id m1TINfOw085122 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Feb 2008 19:23:42 +0100 (CET) (envelope-from hmo@sep.oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.14.2/8.14.2/Submit/hmo26jun05) id m1TINfr6085120; Fri, 29 Feb 2008 19:23:41 +0100 (CET) (envelope-from hmo) Message-Id: <200802291823.m1TINfr6085120@sep.oldach.net> Date: Fri, 29 Feb 2008 19:23:41 +0100 (CET) From: Helge Oldach To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: pav@FreeBSD.org Subject: ports/121231: [patch] ports/graphics/exif fix WITHOUT_NLS knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Helge Oldach List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 18:30:01 -0000 >Number: 121231 >Category: ports >Synopsis: [patch] ports/graphics/exif fix WITHOUT_NLS knob >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 29 18:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 6.3-1132 i386 >Organization: >Environment: System: FreeBSD localhost 6.3-1132 FreeBSD 6.3-1132 #0: Fri Feb 15 19:26:49 CET 2008 toor@localhost:/usr/obj/usr/src/sys/HMO i386 >Description: The WITHOUT_NLS knob is broken. Exif fails to compile if libiconv is actually installed (although WITHOUT_NLS indicates it should not be used). A similar issue exists with popt. The patch below fixes both problems. Please apply. >How-To-Repeat: >Fix: --- Makefile.ctm 2007-07-24 01:20:44.000000000 +0200 +++ Makefile 2008-02-29 19:17:27.000000000 +0100 @@ -23,6 +23,9 @@ .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls +CONFIGURE_ARGS+= --without-libiconv-prefix +CONFIGURE_ENV+= POPT_CFLAGS=-I${PREFIX}/include +CONFIGURE_ENV+= POPT_LIBS="-L${PREFIX}/lib -lpopt" PLIST_SUB+= NLS="@comment " .else USE_ICONV= yes >Release-Note: >Audit-Trail: >Unformatted: