From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 10 22:51:33 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894EC37B401 for ; Sun, 10 Aug 2003 22:51:33 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD48443F75 for ; Sun, 10 Aug 2003 22:51:32 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h7B5mAZw022038; Mon, 11 Aug 2003 01:48:10 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h7B5oSOQ069279; Mon, 11 Aug 2003 01:50:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Sergey Akifyev In-Reply-To: <1060580625.366.22.camel@asa.gascom.net.ru> References: <1060580625.366.22.camel@asa.gascom.net.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ehm/id34oH9zXK+ZXU9C" Organization: MarcusCom, Inc. Message-Id: <1060581084.13005.61.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 11 Aug 2003 01:51:25 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: FreeBSD GNOME Users Subject: Re: mozilla does not depend on nspr X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 05:51:33 -0000 --=-ehm/id34oH9zXK+ZXU9C Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-08-11 at 01:43, Sergey Akifyev wrote: > Hello! >=20 > Mozilla actually depends on nspr4 (as shown by ldd > /usr/X11R6/lib/mozilla-gtk2/mozilla-bin), but it is not listed in > dependencies. nspr is pulled out by some software when building mozilla > from ports, but when installing it from packages, it complains that nspr > is not installed. This issue affects both galeon and epiphany. Attached > patch fixes this. Mozilla doesn't actually depend on devel/nspr. It installs its own libnspr: -rwxr-xr-x 1 root wheel 196232 Jun 30 23:58 /usr/X11R6/lib/mozilla-gtk2/libnspr4.so However, if you have devel/nspr installed, galeon and epiphnay will link against it, thus preventing you from uninstalling the package. I think there's a better alternative to requiring nspr in Mozilla. I can create symlinks in ${MOZILLA_HOME} that symlink the .so's to .so.1's. That should solve the problem. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ehm/id34oH9zXK+ZXU9C Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/Ny7cb2iPiv4Uz4cRAlCRAJ94nvPC7ozRM11y2gHzKEIMp80IQACghN5Y vKwHOYrwkQ5dxu0uAKpoldU= =sP6X -----END PGP SIGNATURE----- --=-ehm/id34oH9zXK+ZXU9C--