From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 15 10:50:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4023B106566C for ; Tue, 15 Sep 2009 10:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2ECFB8FC12 for ; Tue, 15 Sep 2009 10:50:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8FAo57Z039507 for ; Tue, 15 Sep 2009 10:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8FAo520039506; Tue, 15 Sep 2009 10:50:05 GMT (envelope-from gnats) Date: Tue, 15 Sep 2009 10:50:05 GMT Message-Id: <200909151050.n8FAo520039506@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Lapo Luchini Cc: Subject: Re: ports/134743: devel/Monotone and pthreaded dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lapo Luchini List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 10:50:06 -0000 The following reply was made to PR ports/134743; it has been noted by GNATS. From: Lapo Luchini To: bug-followup@FreeBSD.org, eirnym@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