Date: Thu, 18 Nov 1999 00:21:54 +0000 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: TrouBle <trouble@netquick.net> Cc: questions@freebsd.org Subject: Re: Updating installed PORTs Message-ID: <19991118002154.D1614@marder-1> In-Reply-To: <383343B6.DC05B0DE@netquick.net> References: <Pine.BSF.4.02A.9911172143291.74788-100000@dogma.freebsd-uk.eu.org> <383326B1.9BD0AF94@netquick.net> <19991117231042.F316@marder-1> <383343B6.DC05B0DE@netquick.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991118002154.D1614>
