From owner-freebsd-gnome@FreeBSD.ORG Fri Mar 26 00:46:54 2004 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 9CF1216A4EA for ; Fri, 26 Mar 2004 00:46:54 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0849543D39 for ; Fri, 26 Mar 2004 00:46:54 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao07.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040326084652.PAPS10539.lakemtao07.cox.net@mezz.mezzweb.com>; Fri, 26 Mar 2004 03:46:52 -0500 Date: Fri, 26 Mar 2004 02:47:27 -0600 To: Adam Weinberger References: <20040326075732.GU72792@toxic.magnesium.net> From: Jeremy Messenger Content-Type: multipart/mixed; boundary=----------PHhA4QZ64QxKrkPD9CfBuj MIME-Version: 1.0 Message-ID: In-Reply-To: <20040326075732.GU72792@toxic.magnesium.net> User-Agent: Opera7.23/Linux M2 build 518 cc: gnome@freebsd.org Subject: Re: Missing plist items for 2.6 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: Fri, 26 Mar 2004 08:46:54 -0000 ------------PHhA4QZ64QxKrkPD9CfBuj Content-Type: text/plain; format=flowed; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Fri, 26 Mar 2004 02:57:32 -0500, Adam Weinberger wrote: > GNOME team - > > I have a list of files and directories not covered by any pkg-plist in a > default installation of all 5 GNOME meta-ports (gnome2-lite excluded). > > It'd be nice to have these resolved, but a large problem is figuring out > which port installs what. To make this easier, I've produced: > > * A list of all files and dirs that aren't a part of any plist: > http://people.freebsd.org/~adamw/gnome/leftoverfiles > > and > > * Build/install logs for all 5 meta-ports: > http://people.freebsd.org/~adamw/gnome/build_log_gnome2.bz2 > http://people.freebsd.org/~adamw/gnome/build_log_gnome2-fifth-toe.bz2 > http://people.freebsd.org/~adamw/gnome/build_log_gnome2-power-tools.bz2 > http://people.freebsd.org/~adamw/gnome/build_log_gnome2-office.bz2 > http://people.freebsd.org/~adamw/gnome/build_log_gnome2-hacker-tools.bz2 > > Anybody and everybody is welcome to help track down which ports needs > what > added to where! Here's an attach of gstreamer.diff... > # Adam > > p.s. yes, I'm aware that half of the missing stuff is directly my fault > ::P It's always nice to find someone to blame on.. /me points at Adam.. ;-) Cheers, Mezz > -- > Adam Weinberger > adamw@magnesium.net || adamw@FreeBSD.org > adamw@vectors.cx || adamw@gnome.org > http://www.vectors.cx -- bsdforums.org 's moderator, mezz. ------------PHhA4QZ64QxKrkPD9CfBuj Content-Disposition: attachment; filename=gstreamer.diff Content-Type: text/plain; name=gstreamer.diff Content-Transfer-Encoding: 8bit diff -ur gstreamer.orig/pkg-plist gstreamer/pkg-plist --- gstreamer.orig/pkg-plist Tue Mar 16 23:40:15 2004 +++ gstreamer/pkg-plist Fri Mar 26 02:42:59 2004 @@ -100,6 +100,10 @@ share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/sr/LC_MESSAGES/gstreamer-%%VERSION%%.mo @unexec rm %D/share/gnome/cache/gstreamer-%%VERSION%%/registry.xml 2>/dev/null || true +@dirrm share/gnome/doc/gstreamer-%%VERSION%%.0/pwg +@dirrm share/gnome/doc/gstreamer-%%VERSION%%.0/manual +@dirrm share/gnome/doc/gstreamer-%%VERSION%%.0/faq +@dirrm share/gnome/doc/gstreamer-%%VERSION%%.0 @dirrm share/gnome/cache/gstreamer-%%VERSION%% @unexec rmdir %D/share/gnome/cache 2>/dev/null || true @dirrm lib/gstreamer-%%VERSION%% ------------PHhA4QZ64QxKrkPD9CfBuj--