From owner-freebsd-questions@FreeBSD.ORG Sun Dec 27 09:19:52 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54919106566C for ; Sun, 27 Dec 2009 09:19:52 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id E3E2B8FC12 for ; Sun, 27 Dec 2009 09:19:51 +0000 (UTC) Received: by ewy26 with SMTP id 26so6527187ewy.3 for ; Sun, 27 Dec 2009 01:19:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=h9o7pHqt72TjSXYZ/ubqh9E0kvrq5nlEnbYLlSx2R3k=; b=a3C7z3LdwuH6jdK21mumw9eXcDW4g1W7xBuPnqrJhQ5fu6fzY7l3VRv/f86N6zOhFP uegCOUQLrNoDot8RVTFi1YAc6D1kReBduZqVmDMZivsj2bvS7gKvgmbTuaeJ5FPK7iDL wRDM4LyYiBQflyHq6wxyNkwvSWnUp/hDcasMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=q8eDP0K6GHfcyhCVAEA+KC+oJmEUgrWQ0rh3PnRdKx8ZwB8WbnjgdYV3pbQDzKOfSn BzAkp8Zr9AzqJrRYX8sSTKjNevz8m5zrv/mgExddvsoV5veC0rnLi19c7x22JolEYPyU 7+cr5xClbqsoJeSzszg3777mx763IezaniGbY= MIME-Version: 1.0 Received: by 10.216.86.132 with SMTP id w4mr224971wee.87.1261905581787; Sun, 27 Dec 2009 01:19:41 -0800 (PST) Date: Sun, 27 Dec 2009 04:19:41 -0500 Message-ID: From: "b. f." To: "Joseph L. Casale" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@FreeBSD.org Subject: Re: Package Size Discrepency X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Dec 2009 09:19:52 -0000 >Why is gcc42 from: >ftp://ftp3.ca.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/gcc42.tbz >~66.6Mbs and has libobjc.so.2 but gcc42 from: >ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/gcc42.tbz >~18.9 and doesn't have this library? >Thanks, >jlc Probably because one was built and uploaded before the gcc maintainer made some changes, like removing (and afterwards, re-adding) the objc frontend and removing the java frontend. See revisions 1.351-2 of: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/gcc42/Makefile But the usual warnings regarding binaries built by someone else and fetched from a remote location apply. Regards, b.