Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 14:40:03 GMT
From:      Lapo Luchini <lapo@lapo.it>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/138862: [patch] port upgrade: devel/monotone to 0.45
Message-ID:  <200909171440.n8HEe3Sh060641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138862; it has been noted by GNATS.

From: Lapo Luchini <lapo@lapo.it>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138862: [patch] port upgrade: devel/monotone to 0.45
Date: Thu, 17 Sep 2009 16:30:19 +0200

 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?200909171440.n8HEe3Sh060641>