From owner-freebsd-questions Wed Nov 17 16:37:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 0F78514C2F for ; Wed, 17 Nov 1999 16:37:37 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 28087 invoked from network); 18 Nov 1999 00:21:53 -0000 Received: from userbg12.uk.uudial.com (HELO marder-1.) (62.188.142.132) by smtp.dial.pipex.com with SMTP; 18 Nov 1999 00:21:53 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id AAA02549; Thu, 18 Nov 1999 00:21:54 GMT (envelope-from mark) Date: Thu, 18 Nov 1999 00:21:54 +0000 From: Mark Ovens To: TrouBle Cc: questions@freebsd.org Subject: Re: Updating installed PORTs Message-ID: <19991118002154.D1614@marder-1> References: <383326B1.9BD0AF94@netquick.net> <19991117231042.F316@marder-1> <383343B6.DC05B0DE@netquick.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <383343B6.DC05B0DE@netquick.net> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Nov 17, 1999 at 07:09:26PM -0500, TrouBle wrote: > your patch fails for me..... > > Extracting for pkg_version-0.1 > >> Checksum OK for pkg_version-0.1.tar.gz. > ===> Patching for pkg_version-0.1 > ===> Applying FreeBSD patches for pkg_version-0.1 > 1 out of 2 hunks failed--saving rejects to /usr/local/bin/pkg_version.rej > Hmm, I think it needs doing by hand. Install the port for pkg_version. Apply Nik's patches: # patch < pkg_version.diff Then apply my patch: # patch < name_of_file_you_saved_my_diff_in If Nik's patch fails, it maybe that he's committed it to the port already, in which case mine may not work.....no, I don't think he has; I've just cvsup'd the ports and checked (with ``pkg_version -v'' :) ) and it's still the same: pkg_version-0.1 = up-to-date > > *************** > *** 252,264 **** > $Comment = "Comparison failed"; > } > } > } > else { > $versionCode = "?"; > $Comment = "unknown in index"; > - } > ! write; > } > exit 0; > --- 252,267 ---- > $Comment = "Comparison failed"; > } > } > + + write; > } > else { > $versionCode = "?"; > $Comment = "unknown in index"; > ! $~ = "NOEXIST_COMMANDS" if $ShowCommandsFlag; > ! write; > ! } > } > exit 0; > > > Mark Ovens wrote: > > -- > Windows 95 (win-DOH-z), n. A thirty-two bit extension and graphical > shell to a sixteen bit patch to an eight bit operating system > originally coded for a four bit microprocessor which was used in a PC > built by a formerly two bit company that couldn't stand one bit of > competition. > > > -- STATE-OF-THE-ART: Any computer you can't afford. OBSOLETE: Any computer you own. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message