From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 15 04:00:22 2010 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 2367B1065670 for ; Fri, 15 Oct 2010 04:00:22 +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 8A3E88FC16 for ; Fri, 15 Oct 2010 04:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o9F40IUX073522 for ; Fri, 15 Oct 2010 04:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9F40I3Z073521; Fri, 15 Oct 2010 04:00:18 GMT (envelope-from gnats) Resent-Date: Fri, 15 Oct 2010 04:00:18 GMT Resent-Message-Id: <201010150400.o9F40I3Z073521@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D6D1106564A; Fri, 15 Oct 2010 03:52:52 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 39D8A8FC0A; Fri, 15 Oct 2010 03:52:51 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.4/8.14.4) with ESMTP id o9F3qpuA058175; Fri, 15 Oct 2010 03:52:51 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.4/8.14.4/Submit) id o9F3qpXl058174; Fri, 15 Oct 2010 03:52:51 GMT (envelope-from pgollucci) Message-Id: <201010150352.o9F3qpXl058174@frieza.p6m7g8.net> Date: Fri, 15 Oct 2010 03:52:51 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: kuriyama@FreeBSD.org Subject: ports/151469: [PATCH] textproc/OpenSP: honor WITHOUT_NLS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 04:00:22 -0000 >Number: 151469 >Category: ports >Synopsis: [PATCH] textproc/OpenSP: honor WITHOUT_NLS >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: Fri Oct 15 04:00:18 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010 >Description: Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- OpenSP-1.5.2_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/opensp/Makefile,v retrieving revision 1.18 diff -u -u -r1.18 Makefile --- Makefile 31 May 2010 02:01:16 -0000 1.18 +++ Makefile 15 Oct 2010 03:52:23 -0000 @@ -14,7 +14,6 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= This package is a collection of SGML/XML tools called OpenSP -USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_ICONV= yes @@ -30,6 +29,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else +USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif --- OpenSP-1.5.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: