Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2019 04:30:10 +0200
From:      Andrew Shevchuk <dev.ashevchuk@gmail.com>
To:        Matthias Fechner <idefix@fechner.net>
Cc:        freebsd-ports@freebsd.org, owner-freebsd-ports@freebsd.org
Subject:   Re: databases/mongodb40 port proposal
Message-ID:  <CAJCvQDo34hdYjCDsSg0cKRBkbTCnWGRrLh_VrOMyKKbSL-V46w@mail.gmail.com>
In-Reply-To: <c6316a828441dda587830b69a9861a2e@fechner.net>
References:  <CAJCvQDrk4%2BnvWcq4penDP%2BxOngqCs_BOB7wPS7rDk%2B=DiojCgw@mail.gmail.com> <c6316a828441dda587830b69a9861a2e@fechner.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> > Latest stable MongoDB (4.0.6) port proposal:
> > https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch
> I just tried to apply it so I can do some tests but I'm unable to apply
> your patch.
> I tested it with:
> patch -i mongodb40.patch

First of all, please make sure you have the latest patch file.
You can apply this patch using one of the following examples:
===
/usr/bin/fetch -qo -
https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch
| patch -d /usr/ports
/usr/local/bin/curl -so -
https://raw.githubusercontent.com/ashevchuk/mongodb40-freebsd-port/master/mongodb40.patch
| /usr/bin/patch -d /usr/ports
/usr/bin/patch -d /usr/ports -i mongodb40.patch
===
I just rechecked the patch to work with such an environment:
the patch utility version is "2.0-12u11",
latest svn version of the ports tree is "494358".
The patch is applied without any problems...

Alternatively, you can download and use a snapshot of the directory
without applying the patch itself:
https://github.com/ashevchuk/mongodb40-freebsd-port/tree/master/databases/mongodb40



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJCvQDo34hdYjCDsSg0cKRBkbTCnWGRrLh_VrOMyKKbSL-V46w>