From lifanov@mail.lifanov.com  Wed Sep 25 15:23:39 2013
Return-Path: <lifanov@mail.lifanov.com>
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 ESMTP id 936BDE19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Sep 2013 15:23:39 +0000 (UTC)
	(envelope-from lifanov@mail.lifanov.com)
Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 81B5F2D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Sep 2013 15:23:39 +0000 (UTC)
Received: by mail.lifanov.com (Postfix, from userid 1001)
	id CEBC51A5411; Wed, 25 Sep 2013 15:23:38 +0000 (UTC)
Message-Id: <20130925152338.CEBC51A5411@mail.lifanov.com>
Date: Wed, 25 Sep 2013 15:23:38 +0000 (UTC)
From: Nikolai Lifanov <lifanov@mail.lifanov.com>
Reply-To: Nikolai Lifanov <lifanov@mail.lifanov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [bug] mail/thunderbird needs a pkgconfig file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182377
>Category:       ports
>Synopsis:       [bug] mail/thunderbird needs a pkgconfig file
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gecko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 25 15:30:00 UTC 2013
>Closed-Date:    Mon Sep 30 18:08:37 UTC 2013
>Last-Modified:  Mon Sep 30 18:10:01 UTC 2013
>Originator:     Nikolai Lifanov
>Release:        FreeBSD 9.2-RC4 amd64
>Organization:
>Environment:
System: FreeBSD 9.2-RC4 FreeBSD 9.2-RC4 #0 r255465: Wed Sep 11 05:11:03 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
	After last update, Thunderbird can no longer find libldap60.so
	I also have libxul and firefox installed, which avoid this problem.

	Creating a file '/usr/local/libdata/ldconfig/thunderbird' with contents
/usr/local/lib/thunderbird
makes it able to find the correct libldap60.so library.

	mail/thunderbird port should probably make use of USE_LDCONFIG=

$ thunderbird
XPCOMGlueLoad error for file /usr/local/lib/thunderbird/libxul.so:
Shared object "libldap60.so" not found, required by "libxul.so"
Couldn't load XPCOM.

>How-To-Repeat:

Ports tree revision: 328296

Options        :
	TEST           : off
	PULSEAUDIO     : off
	PROFILE        : off
	PGO            : off
	OPTIMIZED_CFLAGS: on
	LOGGING        : on
	LIGHTNING      : on
	LIBPROXY       : on
	GSTREAMER      : on
	GNOMEVFS2      : off
	GNOMEUI        : off
	GIO            : on
	GCONF          : off
	ENIGMAIL       : on
	DEBUG          : off
	DBUS           : on
	ALSA           : on

>Fix:

	Add /usr/local/lib/thunderbird to ldconfig path, possibly by making use of USE_LDCOFNIG= macro.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gecko 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Sep 25 15:30:21 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182377 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Mon Sep 30 18:08:36 UTC 2013 
State-Changed-Why:  
A workaround has been committed. Thunderbird is not SSP_PORTS safe 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182377: commit references a PR
Date: Mon, 30 Sep 2013 18:07:46 +0000 (UTC)

 Author: flo
 Date: Mon Sep 30 18:07:39 2013
 New Revision: 328834
 URL: http://svnweb.freebsd.org/changeset/ports/328834
 
 Log:
   Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.
   
   PR:		ports/182377
   PR:		ports/182508
 
 Modified:
   head/mail/thunderbird/Makefile
 
 Modified: head/mail/thunderbird/Makefile
 ==============================================================================
 --- head/mail/thunderbird/Makefile	Mon Sep 30 17:56:28 2013	(r328833)
 +++ head/mail/thunderbird/Makefile	Mon Sep 30 18:07:39 2013	(r328834)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	thunderbird
  DISTVERSION=	24.0
 +PORTREVISION=	1
  CATEGORIES=	mail ipv6
  MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source
  DISTFILES=	${PORTNAME}-${DISTVERSION}.source${EXTRACT_SUFX}
 @@ -23,6 +24,7 @@ LIB_DEPENDS=	libv4l2.so:${PORTSDIR}/mult
  EM_VERSION=	1.5.2
  L_VERSION=	2.6b3
  
 +SSP_UNSAFE=	yes
  USE_AUTOTOOLS=	autoconf213:env
  USE_PYTHON_BUILD=-2.7
  OBJDIR_BUILD=	# in-tree build broken after bug 789837
 _______________________________________________
 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:
See also http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182508
