Date: Thu, 17 Sep 2009 13:33:37 +0200 From: Lapo Luchini <lapo@lapo.it> To: miwi@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org, eirnym@gmail.com Subject: Re: ports/138862: [patch] port upgrade: devel/monotone to 0.45 Message-ID: <4AB21E91.8060907@lapo.it> In-Reply-To: <200909171036.n8HAa5xM015243@freefall.freebsd.org> References: <200909171036.n8HAa5xM015243@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
The patch in ports/134743 was a bit different from the one in ports/138862, I think this PR should be still open, with the following remaining part of the patch: diff -ruN /usr/ports/devel/monotone/Makefile ./Makefile --- /usr/ports/devel/monotone/Makefile 2009-07-28 13:44:52.000000000 +0200 +++ ./Makefile 2009-09-15 12:04:44.000000000 +0200 @@ -27,8 +27,9 @@ USE_LUA= 5.1+ GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -pthread" \ LDFLAGS="-L${LOCALBASE}/lib" \ + LIBS="-pthread" \ MAKEINFO="makeinfo --no-split" PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \ diff -ruN /usr/ports/devel/monotone/distinfo ./distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AB21E91.8060907>