From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 31 05:47:37 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 284CF3DA for ; Wed, 31 Dec 2014 05:47:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FD9864CFC for ; Wed, 31 Dec 2014 05:47:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBV5la1r025801 for ; Wed, 31 Dec 2014 05:47:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 196080] www/seamonkey - fix the LDAP option Date: Wed, 31 Dec 2014 05:47:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 05:47:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196080 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbeich@vfemail.net --- Comment #3 from Jan Beich --- (In reply to Mikhail T. from comment #2) > While the discussion upstream is ongoing on how to fix this problem for good > -- or, whether to, perhaps, make the c-sdk subtree of mozilla build > separately (like NSPR and NSS), our port remains broken. LDAP is already configured and built using mostly its own build system. And as you can see in the log only a few more libs are built this way, the rest are converted to moz.build. But adding --with-system-ldap to mail/thunderbird and www/seamonkey and making them depend on net/ldapsdk wouldn't solve this and Mozilla bug 925217. It may also make things worse by having to either roll our own distfile or be satisfied with the one from 31-Jan-2011. ldap/sdks/c-sdk> checking for as... (cached) /usr/bin/as ldap/sdks/c-sdk> checking for ar... /usr/bin/ar ldap/sdks/c-sdk> checking for ld... /usr/bin/ld ldap/sdks/c-sdk> checking for strip... /usr/bin/strip [...] ldap/sdks/c-sdk> creating ./config.status ldap/sdks/c-sdk> creating Makefile ldap/sdks/c-sdk> creating config/Makefile ldap/sdks/c-sdk> creating config/autoconf.mk ldap/sdks/c-sdk> creating ldap/Makefile ldap/sdks/c-sdk> creating ldap/clients/tools/Makefile ldap/sdks/c-sdk> creating ldap/include/Makefile ldap/sdks/c-sdk> creating ldap/libraries/Makefile ldap/sdks/c-sdk> creating ldap/libraries/libldap/Makefile ldap/sdks/c-sdk> creating ldap/libraries/libprldap/Makefile https://ftp.mozilla.org/pub/mozilla.org/thunderbird/try-builds/jbeich@vfemail.net-16fd61cbacf9/try-comm-central-linux/try-comm-central-linux-bm87-try1-build46.txt.gz $ cd net/ldapsdk; make install $ ls -l /usr/local/mozilla/directory/bin/ total 2 lrwxr-xr-x 1 root wheel 63 Dec 31 14:40 libldap60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libldap/./libldap60.so lrwxr-xr-x 1 root wheel 63 Dec 31 14:39 libldif60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libldif/./libldif60.so lrwxr-xr-x 1 root wheel 67 Dec 31 14:40 libprldap60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libprldap/./libprldap60.so $ ls -l /usr/local/mozilla/directory/lib/*.so* lrwxr-xr-x 1 root wheel 63 Dec 31 14:40 /usr/local/mozilla/directory/lib/libldap60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libldap/./libldap60.so lrwxr-xr-x 1 root wheel 63 Dec 31 14:39 /usr/local/mozilla/directory/lib/libldif60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libldif/./libldif60.so lrwxr-xr-x 1 root wheel 67 Dec 31 14:40 /usr/local/mozilla/directory/lib/libprldap60.so@ -> ../../mozldap-6.0.7/c-sdk/ldap/libraries/libprldap/./libprldap60.so > I think, my patch is a perfectly fine short- to medium-term solution. > Please, commit at your convenience or allow me to. Thanks! Can you test my version first? https://trillian.chruetertee.ch/freebsd-gecko/changeset/1796/ -- You are receiving this mail because: You are the assignee for the bug.