From nobody@FreeBSD.org  Tue May 27 09:01:57 2014
Return-Path: <nobody@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 67A5AD47
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 May 2014 09:01:57 +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))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 3DC07204F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 May 2014 09:01:57 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4R91vTp031931
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 27 May 2014 09:01:57 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4R91vlH031915;
	Tue, 27 May 2014 09:01:57 GMT
	(envelope-from nobody)
Message-Id: <201405270901.s4R91vlH031915@cgiserv.freebsd.org>
Date: Tue, 27 May 2014 09:01:57 GMT
From: "&#321;ukasz" <szymluk86@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Pidgin-2.10.9_2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         190299
>Category:       ports
>Synopsis:       Pidgin-2.10.9_2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tijl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 09:10:00 UTC 2014
>Closed-Date:    Tue May 27 23:15:08 CEST 2014
>Last-Modified:  Tue May 27 21:20:00 UTC 2014
>Originator:     &#321;ukasz
>Release:        FreeBSD-10.0-STABLE
>Organization:
>Environment:
FreeBSD maszynka 10.0-STABLE FreeBSD 10.0-STABLE #0 r266689M: Mon May 26 20:43:46 CEST 2014     root@maszynka:/usr/obj/usr/src/sys/CUSTOM  amd64

>Description:
All my applications are properly localized in Polish, but only Pidgin is in English. Earlier versions of Pidgin were properly localized in Polish. After last binaries upgrade via pkg (Installed on: Sat May 24 01:11:34 CEST 2014) Pidgin is in English.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tijl 
State-Changed-When: Tue May 27 23:13:55 CEST 2014 
State-Changed-Why:  
Fixed in r355575. 


Responsible-Changed-From-To: freebsd-amd64->tijl 
Responsible-Changed-By: tijl 
Responsible-Changed-When: Tue May 27 23:13:55 CEST 2014 
Responsible-Changed-Why:  
Fixed in r355575. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=190299 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: amd64/190299: commit references a PR
Date: Tue, 27 May 2014 21:13:46 +0000 (UTC)

 Author: tijl
 Date: Tue May 27 21:13:42 2014
 New Revision: 355575
 URL: http://svnweb.freebsd.org/changeset/ports/355575
 QAT: https://qat.redports.org/buildarchive/r355575/
 
 Log:
   Fix gettext detection.
   
   PR:		190299
 
 Modified:
   head/net-im/finch/Makefile
   head/net-im/libpurple/Makefile
   head/net-im/pidgin/Makefile
 
 Modified: head/net-im/finch/Makefile
 ==============================================================================
 --- head/net-im/finch/Makefile	Tue May 27 21:11:52 2014	(r355574)
 +++ head/net-im/finch/Makefile	Tue May 27 21:13:42 2014	(r355575)
 @@ -3,7 +3,7 @@
  #   $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $
  
  PORTNAME=	finch
 -PORTREVISION=	4
 +PORTREVISION=	5
  
  MAINTAINER=	marcus@FreeBSD.org
  COMMENT=	Finch multi-protocol messaging client (Console UI)
 
 Modified: head/net-im/libpurple/Makefile
 ==============================================================================
 --- head/net-im/libpurple/Makefile	Tue May 27 21:11:52 2014	(r355574)
 +++ head/net-im/libpurple/Makefile	Tue May 27 21:13:42 2014	(r355575)
 @@ -4,7 +4,7 @@
  
  PORTNAME?=	libpurple
  PORTVERSION=	2.10.9
 -PORTREVISION?=	3
 +PORTREVISION?=	4
  CATEGORIES?=	net-im
  MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
  DISTNAME=	pidgin-${PORTVERSION}
 @@ -21,6 +21,7 @@ CONFIGURE_ARGS?=--disable-gtkui \
  		--enable-static \
  		--disable-nm
  CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 +CPPFLAGS+=	-I${LOCALBASE}/include
  INSTALL_TARGET=	install-strip
  
  .if !defined(PIDGIN_SLAVE)
 
 Modified: head/net-im/pidgin/Makefile
 ==============================================================================
 --- head/net-im/pidgin/Makefile	Tue May 27 21:11:52 2014	(r355574)
 +++ head/net-im/pidgin/Makefile	Tue May 27 21:13:42 2014	(r355575)
 @@ -3,7 +3,7 @@
  #   $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $
  
  PORTNAME=	pidgin
 -PORTREVISION=	2
 +PORTREVISION=	3
  
  MAINTAINER=	marcus@FreeBSD.org
  COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
