From owner-cvs-all@FreeBSD.ORG Sun May 23 22:38:56 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E24B01065670; Sun, 23 May 2010 22:38:56 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 409278FC16; Sun, 23 May 2010 22:38:56 +0000 (UTC) Received: by qyk11 with SMTP id 11so4804660qyk.13 for ; Sun, 23 May 2010 15:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2dt9hTcYcFzhy0LkRxJKIVMg6eWheDaO0matkK3vuPY=; b=cvOp1ba1VtKKd3ebyeV7Y6peRsGh0xYCEw62NkQ0Yz5w7tFSF6Gwk2MmvVnK5Zq1BP OicrwCPTGPxs+cV1RiJSpBrN8r9xJkRkYtaJgFArREhTiZGD8io6kluXhnEW27xNvHnk NWC5lhW/EG+ANCmthLl92B5VJN70g7c+lVS0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lXdv7+K38gEW/C3+sCYZtQe/qj34D/S3L2CB/gbbq+bMPKFIwIQAI7ykBL8XXfQswD vVMV54+X9vTejbD5/zo9a1huWmCGdSsAO8hDnS0iaIjgA0i7ufVm9eUqbPtAlhozPBC4 ydPRWuAEGLlOGaewmf0WLk6VqrmEmIj2S+kD4= MIME-Version: 1.0 Received: by 10.229.225.19 with SMTP id iq19mr905310qcb.188.1274654335645; Sun, 23 May 2010 15:38:55 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Sun, 23 May 2010 15:38:55 -0700 (PDT) In-Reply-To: <4BF99971.5050602@FreeBSD.org> References: <201005232022.o4NKMc1d092660@repoman.freebsd.org> <4BF99971.5050602@FreeBSD.org> Date: Sun, 23 May 2010 15:38:55 -0700 Message-ID: From: Garrett Cooper To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, Joe Marcus Clarke , cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-im/pidgin Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 22:38:57 -0000 On Sun, May 23, 2010 at 2:09 PM, Doug Barton wrote: > On 05/23/10 13:22, Joe Marcus Clarke wrote: >> >> marcus =A0 =A0 =A02010-05-23 20:22:38 UTC >> >> =A0 FreeBSD ports repository >> >> =A0 Modified files: >> =A0 =A0 net-im/pidgin =A0 =A0 =A0 =A0Makefile pkg-plist >> =A0 Log: >> =A0 Remove the NLS hooks I missed in the initial commit. =A0NLS support = is >> =A0 required. > > Why is it required? The pidgin authors added the ability to disable it in > 2.7, and it works fine with it disabled. The knob for the plist was broken before; I just submitted a PR today to fix it (GNATs is still a bit clogged so it hasn't made it through yet), that actually fixes make package. I don't see anything wrong with the knob as long as make package works = :). Thanks, -Garrett