From owner-freebsd-ports Thu Jul 9 08:48:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01528 for freebsd-ports-outgoing; Thu, 9 Jul 1998 08:48:44 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01522 for ; Thu, 9 Jul 1998 08:48:40 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id LAA05682; Thu, 9 Jul 1998 11:46:05 -0400 (EDT) Date: Thu, 9 Jul 1998 11:46:05 -0400 (EDT) From: The Hermit Hacker To: Thomas Gellekum cc: ports@FreeBSD.ORG Subject: Re: generating PLIST... In-Reply-To: <87pvffpn54.fsf@ghpc6.ihf.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 9 Jul 1998, Thomas Gellekum wrote: > The Hermit Hacker writes: > > > Morning... > > > > How do ppl generally generate the PLIST file? I just upgraded > > kdemultimeia, and I want to make sure that PLIST is correct. I tried > > doing a 'make PREFIX=' so that I could just do a > > 'find' off of it to get a listing, but then configure failed... > > touch /tmp/now > make install > find /usr/local -type f -newer /tmp/now | \ > sed -e 's,/usr/local/,,' | sort > find /usr/local -type d -newer /tmp/now | \ > sed -e 's,/usr/local/,@dirrm ,' | sort -r Perfect...I did something similar last night after posting, but wasn't entirely confident with the output... > It's a bit work to sort out symbolic links, though. > > For kdemultimedia in particular see my other mail. There's an upgrade > coming for the KDE ports. As for the kdemultimedia port...it was marked as BROKEN, which is the only reason I dived into it. I have Beta4 installed right now, of everything else, and compiled that port against it, so unless I've totally missed something in my testing, the 1.0pre2 that I have it pointing at works fine with Beta4 libraries from the kdebase port... Apologies for fixing it, but I didn't think that there would be any outcry against it :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message