From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 20 01:00:06 2008 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 3650410656E8 for ; Fri, 20 Jun 2008 01:00: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 C733A8FC19 for ; Fri, 20 Jun 2008 01:00:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5K1051S084426 for ; Fri, 20 Jun 2008 01:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5K105PT084425; Fri, 20 Jun 2008 01:00:05 GMT (envelope-from gnats) Resent-Date: Fri, 20 Jun 2008 01:00:05 GMT Resent-Message-Id: <200806200100.m5K105PT084425@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27C0A106568F for ; Fri, 20 Jun 2008 00:51:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id D3AC28FC12 for ; Fri, 20 Jun 2008 00:51:35 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1K9Uqk-0006C1-1Y for FreeBSD-gnats-submit@freebsd.org; Fri, 20 Jun 2008 02:51:34 +0200 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 42C6F50848 for ; Fri, 20 Jun 2008 02:51:23 +0200 (CEST) Message-Id: <1213923083.36271@gahrtop.localhost> Date: Fri, 20 Jun 2008 02:51:23 +0200 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/124775: [patch] mail/alpine pthread libs not found X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 01:00:11 -0000 >Number: 124775 >Category: ports >Synopsis: [patch] mail/alpine pthread libs not found >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 20 01:00:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: The FreeBSD Project >Environment: System: FreeBSD 8.0-CURRENT #0: Wed Jun 18 01:38:09 CEST 2008 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: alpine can't find PTHREAD libraries. >How-To-Repeat: >Fix: --- alpine.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/alpine/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 6 Jun 2008 13:42:42 -0000 1.4 +++ Makefile 20 Jun 2008 00:44:10 -0000 @@ -52,6 +52,7 @@ .if !defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --with-pthread +CONFIGURE_ENV+= "PTHREAD_LIBS=${PTHREAD_LIBS}" .else CONFIGURE_ARGS+= --without-pthread .endif --- alpine.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: