From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 14 01:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A526B2B6 for ; Thu, 14 Nov 2013 01:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85FB02F77 for ; Thu, 14 Nov 2013 01:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAE100vZ038660 for ; Thu, 14 Nov 2013 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAE100Cw038659; Thu, 14 Nov 2013 01:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 14 Nov 2013 01:00:00 GMT Resent-Message-Id: <201311140100.rAE100Cw038659@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, John Prather Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA949EE9 for ; Thu, 14 Nov 2013 00:56:34 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4422F38 for ; Thu, 14 Nov 2013 00:56:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAE0uYZx088399 for ; Thu, 14 Nov 2013 00:56:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAE0uYTI088393; Thu, 14 Nov 2013 00:56:34 GMT (envelope-from nobody) Message-Id: <201311140056.rAE0uYTI088393@oldred.freebsd.org> Date: Thu, 14 Nov 2013 00:56:34 GMT From: John Prather To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183941: [maintainer update] net-im/pidgin-sipe to 1.17.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 01:00:00 -0000 >Number: 183941 >Category: ports >Synopsis: [maintainer update] net-im/pidgin-sipe to 1.17.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 01:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Prather >Release: 10.0-BETA3 >Organization: >Environment: FreeBSD fbsd-t430 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258013: Mon Nov 11 16:37:36 PST 2013 root@fbsd-t430:/usr/obj/usr/src/sys/GENERIC amd64 >Description: * Update net-im/pidgin-sipe to 1.17.0 * Fix knob WITH_KRB5 not properly enforcing enable/disable of krb5 support >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN pidgin-sipe.orig/Makefile pidgin-sipe/Makefile --- pidgin-sipe.orig/Makefile 2013-11-08 11:46:44.000000000 -0800 +++ pidgin-sipe/Makefile 2013-11-12 13:59:02.000000000 -0800 @@ -2,8 +2,7 @@ # $FreeBSD: net-im/pidgin-sipe/Makefile 327756 2013-09-20 22:13:34Z bapt $ PORTNAME= pidgin-sipe -PORTVERSION= 1.13.1 -PORTREVISION= 1 +PORTVERSION= 1.17.0 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} @@ -13,10 +12,12 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss \ purple.10:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig perl5 +USE_PERL5= build USE_GNOME= gtk20 USE_LDCONFIG= ${PREFIX}/lib/pidgin PORTDOCS= AUTHORS ChangeLog COPYING HACKING INSTALL NEWS README TODO VERSION @@ -39,6 +40,9 @@ .endif .if ${PORT_OPTIONS:MKRB5} +CONFIGURE_ARGS+= --with-krb5 +LIBS+= "-lgssapi_krb5" +.else CONFIGURE_ARGS+= --without-krb5 .endif diff -ruN pidgin-sipe.orig/distinfo pidgin-sipe/distinfo --- pidgin-sipe.orig/distinfo 2013-11-08 11:46:44.000000000 -0800 +++ pidgin-sipe/distinfo 2013-11-08 11:49:06.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (pidgin-sipe-1.13.1.tar.bz2) = 30d1587177311752520458abd5a0e5b998b2e07dab9b4fb23576ac7216387d3b -SIZE (pidgin-sipe-1.13.1.tar.bz2) = 748761 +SHA256 (pidgin-sipe-1.17.0.tar.bz2) = 6a2ba9635c24d6e5907e591d899e02f4ecd736a8ddb19ce5eb53d393d2111958 +SIZE (pidgin-sipe-1.17.0.tar.bz2) = 837803 diff -ruN pidgin-sipe.orig/files/patch-src__purple__purple-dnsquery.c pidgin-sipe/files/patch-src__purple__purple-dnsquery.c --- pidgin-sipe.orig/files/patch-src__purple__purple-dnsquery.c 2013-11-08 11:46:44.000000000 -0800 +++ pidgin-sipe/files/patch-src__purple__purple-dnsquery.c 1969-12-31 16:00:00.000000000 -0800 @@ -1,15 +0,0 @@ ---- src/purple/purple-dnsquery.c.orig 2011-08-29 17:05:26.000000000 +1100 -+++ src/purple/purple-dnsquery.c 2012-01-23 12:24:33.000000000 +1100 -@@ -29,6 +29,12 @@ - #endif - - #include -+#include -+ -+#include "version.h" -+#if PURPLE_VERSION_CHECK(2,8,0) -+#include "account.h" -+#endif - - #include "dnsquery.h" - #include "dnssrv.h" diff -ruN pidgin-sipe.orig/pkg-plist pidgin-sipe/pkg-plist --- pidgin-sipe.orig/pkg-plist 2013-11-08 11:46:44.000000000 -0800 +++ pidgin-sipe/pkg-plist 2013-11-08 14:14:58.000000000 -0800 @@ -7,6 +7,7 @@ %%NLS%%share/locale/es/LC_MESSAGES/pidgin-sipe.mo %%NLS%%share/locale/fi/LC_MESSAGES/pidgin-sipe.mo %%NLS%%share/locale/fr/LC_MESSAGES/pidgin-sipe.mo +%%NLS%%share/locale/fr_CA/LC_MESSAGES/pidgin-sipe.mo %%NLS%%share/locale/hi/LC_MESSAGES/pidgin-sipe.mo %%NLS%%share/locale/hu/LC_MESSAGES/pidgin-sipe.mo %%NLS%%share/locale/it/LC_MESSAGES/pidgin-sipe.mo >Release-Note: >Audit-Trail: >Unformatted: