[Lunar-commits] CVS: moonbase/libs/gettext POST_INSTALL, 1.4, 1.5 BUILD, 1.9, 1.10

Steven Michalske hardkrash at lunar-linux.org
Sat Jan 31 13:19:33 GMT 2004


On Saturday 31 January 2004 1:16 pm, you wrote:
> got this error when i did the commit :-)
>
> Generating notification message... done.
> cvs diff: Tag 1.4 refers to a dead (removed) revision in file
> `POST_INSTALL'. cvs diff: No comparison available.  Pass `-N' to `cvs
> diff'?
>
>
> enjoy cvs devs :-)
>
> hardkrash
>
fyi man diff says
       -N  --new-file
              Treat absent files as empty.



> On Saturday 31 January 2004 1:18 pm, Steven Michaelske wrote:
> > Update of /var/cvs/lunar/moonbase/libs/gettext
> > In directory dbguin.lunar-linux.org:/tmp/cvs-serv24623
> >
> > Modified Files:
> > 	BUILD
> > Added Files:
> > 	POST_INSTALL
> > Log Message:
> > put in the check for older versions of gettext for recompiles og glibc
> > and glib-2
> >
> >
> >
> > Index: BUILD
> > ===================================================================
> > RCS file: /var/cvs/lunar/moonbase/libs/gettext/BUILD,v
> > retrieving revision 1.9
> > retrieving revision 1.10
> > diff -u -d -r1.9 -r1.10
> > --- BUILD	31 Jan 2004 07:47:52 -0000	1.9
> > +++ BUILD	31 Jan 2004 18:18:12 -0000	1.10
> > @@ -1,3 +1,9 @@
> > +if lvu installed gettext &> /dev/null; then
> > +  export PREV_VER=`lvu installed gettext | cut -d. -f2`
> > +else
> > +  export PREV_VER=0
> > +fi
> > +
> >  (
> >
> >    patch_it $SOURCE_CACHE/$SOURCE2 1       &&
> >
> > _______________________________________________
> > Lunar-commits mailing list
> > Lunar-commits at lunar-linux.org
> > http://lunar-linux.org/mailman/listinfo/lunar-commits



More information about the Lunar-dev mailing list