ports/134743: devel/Monotone and pthreaded dependencies

Lapo Luchini lapo at lapo.it
Tue Sep 15 10:50:06 UTC 2009


The following reply was made to PR ports/134743; it has been noted by GNATS.

From: Lapo Luchini <lapo at lapo.it>
To: bug-followup at FreeBSD.org, eirnym at gmail.com
Cc:  
Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies
Date: Tue, 15 Sep 2009 12:48:39 +0200

 Upgrade to upstream 0.45 and also add -pthread as requested.
 
 I still think it would be something better done fixing
 `pkg-config sqlite` and `botan-config` output, but it's probably
 easier this way and can be changed in the future anyways.
 
 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
 @@ -6,7 +6,7 @@
  #
 
  PORTNAME=	monotone
 -PORTVERSION=	0.44
 +PORTVERSION=	0.45
  CATEGORIES=	devel
  MASTER_SITES=	http://monotone.ca/downloads/${PORTVERSION}/
 
 @@ -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
 --- /usr/ports/devel/monotone/distinfo	2009-05-17 18:41:14.000000000 +0200
 +++ ./distinfo	2009-09-14 17:00:01.000000000 +0200
 @@ -1,3 +1,3 @@
 -MD5 (monotone-0.44.tar.gz) = 6cc1f5f31df2e41bdfe502310463924a
 -SHA256 (monotone-0.44.tar.gz) = 947230df9466a0b00f889cb7eb97d78790a957f853953a53c22008deca6432b4
 -SIZE (monotone-0.44.tar.gz) = 4603920
 +MD5 (monotone-0.45.tar.gz) = bd37c3d75e3fd1974a17f556499b42ab
 +SHA256 (monotone-0.45.tar.gz) = 64c734274715f392eb4a879172a11c0606d37c02b4a6f23045772af5f8e2a9ec
 +SIZE (monotone-0.45.tar.gz) = 4645511
 



More information about the freebsd-ports-bugs mailing list