From owner-freebsd-ports@FreeBSD.ORG Wed Jan 17 00:57:13 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB34B16A4A7 for ; Wed, 17 Jan 2007 00:57:13 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 47C5713C4A5 for ; Wed, 17 Jan 2007 00:57:13 +0000 (UTC) (envelope-from jacardenasm@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so42716nfc for ; Tue, 16 Jan 2007 16:57:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VEL2c1+A0nXqANHX157ilkgYFgtsHOWEp8sxarj8xYngEocj3G+fgOLumuOQtNmczTOlx7lJNK0/Zz4Ej4PdKc69xgqJKz/g1sVbCVgQhmr1e4JWEoBh4vXgz3y7i4Tq7rjEc53jBMLMDyPlDMwQrBxMfaoisaGRp8IXIpQWvCA= Received: by 10.49.57.1 with SMTP id j1mr121961nfk.1168993753991; Tue, 16 Jan 2007 16:29:13 -0800 (PST) Received: by 10.49.18.6 with HTTP; Tue, 16 Jan 2007 16:29:13 -0800 (PST) Message-ID: <7c58fcfc0701161629t5db292edm3d7ba1d86ad5f838@mail.gmail.com> Date: Tue, 16 Jan 2007 19:29:13 -0500 From: "Jose Alonso Cardenas Marquez" To: freebsd@alaskaparadise.com, freebsd-ports@freebsd.org In-Reply-To: <200701161437.27294.freebsd@alaskaparadise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200701161437.27294.freebsd@alaskaparadise.com> Cc: Subject: Re: portlint gettext warnings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 00:57:13 -0000 2007/1/16, Beech Rintoul : > I'm in the process of updating an orphaned port. Portlint reports about 25 of > the following: > > WARN: /usr/ports/audio/beast/pkg-plist: [259]: installing gettext translation > files, please define USE_GETTEXT as appropriate > > I added USE_GETTEXT= yes to the makefile, but it didn't help. What do I need > to do to fix this warning? > > TIA, > > Beech > -- > --------------------------------------------------------------------------------------- > Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com > /"\ ASCII Ribbon Campaign | Alaska Paradise Travel > \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 > X - NO Word docs in e-mail | Anchorage, AK 99501 > / \ - Please visit Alaska Paradise - http://www.alaskaparadise.com > --------------------------------------------------------------------------------------- Hi :) It's strange, i added USE_GETTEXT and replaced INSTALL_SHLIB with USE_LDCONFIG and it worked for me. Now the unique message taht i see is the following: WARN: Makefile: Consider adding support for a WITHOUT_NLS knob to conditionally disable gettext support. But it's optional if you decide do or don't (Sometimes we haven't control over it or it's always necessary to be installed as in some python-ports) Greetings ACM