From owner-freebsd-ports@FreeBSD.ORG Tue Jan 12 19:17:49 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4C9710657E4; Tue, 12 Jan 2010 19:17:46 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-iw0-f177.google.com (mail-iw0-f177.google.com [209.85.223.177]) by mx1.freebsd.org (Postfix) with ESMTP id 04F7B8FC15; Tue, 12 Jan 2010 19:17:45 +0000 (UTC) Received: by iwn7 with SMTP id 7so7370148iwn.7 for ; Tue, 12 Jan 2010 11:17:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=4G4HugX4z4t2s1ZcMs+FF6NIhXTgR4xZy1d6qKnSLiU=; b=SQT9nlJjsz40fFDkHRkInDhVU4TXjK6SAcdfnFtO+dRa6wVwDyLRgbSSO6JEXXQbfj p4VCWIQhMN3zYoJ4+yOfihBjConfCOayBp79lAhwt/ld8dVKhplzlf4ZBTrJz76ir0tv qpWEuWQXZPuXu79+UE1+qy+35aF/hyfzFxgr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=uXYNDUNHmSgtOQQbt47XyxvOpT7qqoWK41jY6NMVG+4lxcrbanSaRBapH6F/qiVpwh lgGVs2zO4CdvYsJwgekacUv5PySSvCKABWtns8uIVuXQi4zou4TqiXikYxdSVVGFN2wj FWRtyDCKuT7lRJJNlqpOwu7ifh4xqfTitRUFA= MIME-Version: 1.0 Received: by 10.231.81.148 with SMTP id x20mr1267244ibk.2.1263323858399; Tue, 12 Jan 2010 11:17:38 -0800 (PST) Date: Tue, 12 Jan 2010 13:17:38 -0600 Message-ID: <790a9fff1001121117s204cfac2j313a1d72a01c700f@mail.gmail.com> From: Scot Hetzel To: keneasson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: can't update system. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 19:17:49 -0000 On Tue, Jan 12, 2010 at 12:51 PM, Scot Hetzel wrote: > On Tue, Jan 12, 2010 at 12:29 PM, keneasson wrote: >> I did a pkg_delete for both libiconv and libxul in the hope that this wo= uld >> clear any stale depends from firefox2 days causing me these problems. >> > : >> #cd ../../devel/libtool22 >> local# make >> =3D=3D=3D> =A0 libtool-2.2.6b depends on file: /usr/local/lib/liul/libxu= l.so - not >> found >> =3D=3D=3D> =A0 =A0Verifying install for /usr/local/lib/libxul/libxul.so = in >> /usr/ports/www/libxul > > libtool22 has no dependencies, this points to something in your > environment is causing the GECKO port to be included as a dependency. > Check your /etc/make.conf, and/or /usr/local/etc/ports.conf (if using > ports-mgmt/portconf) for USE_GECKO. > Also check these files for WANT_GECKO. dv8t01# pwd /usr/ports/devel/libtool22 dv8t01# make -V LIB_DEPENDS dv8t01# make -V LIB_DEPENDS WANT_GECKO=3Dlibxul cairo.2:/usr/ports/graphics/cairo jpeg.10:/usr/ports/graphics/jpeg nspr4:/usr/ports/devel/nspr nss3:/usr/ports/security/nss png.5:/usr/ports/graphics/png Xft.2:/usr/ports/x11-fonts/libXft iconv.3:/usr/ports/converters/libiconv atk-1.0.0:/usr/ports/accessibility/atk glib-2.0.0:/usr/ports/devel/glib20 gtk-x11-2.0.0:/usr/ports/x11-toolkits/gtk20 IDL-2.0:/usr/ports/devel/libIDL pango-1.0.0:/usr/ports/x11-toolkits/pango Scot