UPDATE: devel/monotone

2009-10-27 Thread Aleksander Piotrowski
here is an update for devel/monotone and new port security/botan which is required by this update. tested on i386. alek Index: Makefile === RCS file: /cvs/ports/devel/monotone/Makefile,v retrieving revision 1.5 diff -N -u Makefile

Re: UPDATE: devel/monotone 0.38

2008-01-12 Thread Will Maier
On Sat, Jan 12, 2008 at 02:03:56AM +0200, Mikko Tolmunen wrote: Changes from the beginning: removed pthread from WANTLIB. boost libraries are no longer required to build/run, but sources are still required for the build. using devel/pcre instead of the monotone's bundled copy

Re: UPDATE: devel/monotone 0.38

2008-01-10 Thread Will Maier
On Thu, Jan 10, 2008 at 03:42:38AM +0200, Mikko Tolmunen wrote: tested on i386 What did the MAINTAINER ([EMAIL PROTECTED]) have to say about this update? [...] cvs server: cannot find patches/patch-configure Did you mean to remove patches/patch-configure? If so, 'cvs rm' it before producing

Re: UPDATE: devel/monotone 0.38

2008-01-10 Thread Deanna Phillips
Tero Koskinen writes: +BUILD_DEPENDS= ::devel/boost Would it be better to change this to BUILD_DEPENDS= :boost-headers-=1.33.0:devel/boost ? This way one could pkg_add only the headers and then compile the port. Nope. Boost is a single package now. No more -headers,-libs.

Re: UPDATE: devel/monotone 0.38

2008-01-10 Thread Mikko Tolmunen
updated version with remake of the old patch. Haven't heard from alek Index: Makefile === RCS file: /cvs/ports/devel/monotone/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 18 Dec 2007 22:04:32 - 1.4

Re: UPDATE: devel/monotone 0.38

2008-01-10 Thread Mikko Tolmunen
okay that diff wasn't right, here is the correct one Index: Makefile === RCS file: /cvs/ports/devel/monotone/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 18 Dec 2007 22:04:32 - 1.4 +++ Makefile 10 Jan

Re: UPDATE: devel/monotone 0.38

2008-01-10 Thread Tero Koskinen
On Thu, 10 Jan 2008 15:11:31 -0500 Deanna Phillips wrote: Tero Koskinen writes: +BUILD_DEPENDS=::devel/boost Would it be better to change this to BUILD_DEPENDS= :boost-headers-=1.33.0:devel/boost ? This way one could pkg_add only the headers and then compile the port.

UPDATE: devel/monotone 0.38

2008-01-09 Thread Mikko Tolmunen
tested on i386 full changelog available at http://www.monotone.ca/NEWS - Monotone now uses the Perl-Compatible Regular Expression (PCRE) library for all regular expressions, instead of the boost::regex library. This means that external Boost libraries are