GNOME 2.3.0

Martin Klaffenboeck martin.klaffenboeck at gmx.at
Sun Apr 13 02:25:44 PDT 2003


Am 2003.04.12 20:46 schrieb(en) Joe Marcus Clarke:
> On Sat, 2003-04-12 at 12:56, Martin Klaffenboeck wrote:
> > Am 2003.04.12 01:01 schrieb(en) Joe Marcus Clarke:
> > > As many of you have no doubt seen, GNOME 2.3.0 is out.  I have
> begun
> > > work on it in the usual place.  I have updated marcusmerge a bunch
> to
> > > handle things such as command line arguments and merging Mk files.
>  I
> > > urge you to download the latest copy if you're going to be doing
> 2.3.x
> > > testing.  I still have a ways to go with this port, but I will let
> > > everyone know when it's done.  If anyone wants to join in and
> help,
> > > let
> > > me know.
> >
> > martin# cvs up
> > cvs server: Updating .
> > cvs server: cannot open directory
> /space/cvs/marcuscom-cvs/marcusmerge:
> > No such file or directory
> > cvs server: skipping directory
> >
> > Have you changed something?
> 
> It's now under the portstools module.

There seems to be something wrong...

===> Merging files to the ports directory
/root/marcus/ports --> /usr/ports
cp: /root/marcus/ports/Mk//root/marcus/ports/Mk/bsd.gnome.mk: No such 
file or directory
===> Merging done.

I just copied the marcusmerge file changed one line:

So now I created a patch from 'cvs diff marcusmerge':

martin# cvs diff marcusmerge
Index: marcusmerge
===================================================================
RCS file: /space/cvs/marcuscom-cvs/portstools/marcusmerge,v
retrieving revision 1.10
diff -r1.10 marcusmerge
86c86
<       cp ${SRCDIR}/Mk/${mk} ${DESTDIR}/Mk
---
>       cp ${mk} ${DESTDIR}/Mk

That works now.

Martin


More information about the freebsd-gnome mailing list