Bug 190299

Summary: Pidgin-2.10.9_2
Product: Ports & Packages Reporter: Łukasz <szymluk86>
Component: Individual Port(s)Assignee: Tijl Coosemans <tijl>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Łukasz 2014-05-27 10:10:00 UTC
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.
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-05-27 22:13:46 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"
Comment 2 Tijl Coosemans freebsd_committer freebsd_triage 2014-05-27 22:13:55 UTC
State Changed
From-To: open->closed

Fixed in r355575. 


Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2014-05-27 22:13:55 UTC
Responsible Changed
From-To: freebsd-amd64->tijl

Fixed in r355575.