From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 11 08:40:03 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 0DF731065674 for ; Mon, 11 May 2009 08:40:03 +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 DC6CF8FC1A for ; Mon, 11 May 2009 08:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4B8e23F081205 for ; Mon, 11 May 2009 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4B8e21X081204; Mon, 11 May 2009 08:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 11 May 2009 08:40:02 GMT Resent-Message-Id: <200905110840.n4B8e21X081204@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764D0106566C for ; Mon, 11 May 2009 08:36:54 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 641DC8FC08; Mon, 11 May 2009 08:36:54 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4B8aslt080965; Mon, 11 May 2009 08:36:54 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4B8asqc080964; Mon, 11 May 2009 08:36:54 GMT (envelope-from pgollucci) Message-Id: <200905110836.n4B8asqc080964@freefall.freebsd.org> Date: Mon, 11 May 2009 08:36:54 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bf2006a@yahoo.com Subject: ports/134453: devel/apr: -pthread X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Philip M. Gollucci" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 08:40:03 -0000 >Number: 134453 >Category: ports >Synopsis: devel/apr: -pthread >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 11 08:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: RideCharge Inc. >Environment: >Description: Shouldn't these references in the devel/apr port source to -lpthread be changed to -pthread?: ./work/apr-1.3.3/build/apr_hints.m4.orig:170: apr_cv_pthreads_lib="-lpthread" ./work/apr-1.3.3/build/apr_threads.m4:155: for lib in -lpthread -lpthreads -lc_r; do ./work/apr-1.3.3/build/apr_hints.m4.bak:166: apr_cv_pthreads_lib="-lpthread" ./work/apr-1.3.3/build/apr_hints.m4:166: apr_cv_pthreads_lib="-lpthread" ./work/apr-1.3.3/configure:5051: apr_cv_pthreads_lib="-lpthread" ./work/apr-1.3.3/configure:27153: for lib in -lpthread -lpthreads -lc_r; do ./work/apr-1.3.3/configure:27713: for lib in -lpthread -lpthreads -lc_r; do ./work/apr-util-1.3.4/build/apu-conf.m4:263: APU_FIND_LDAPLIB("ldap", "-ldl -lpthread") ./work/apr-util-1.3.4/build/apu-conf.m4:268: APU_FIND_LDAPLIB($LIBLDAP, "-ldl -lpthread") ./work/apr-util-1.3.4/configure:10204: extralib="-ldl -lpthread" ./work/apr-util-1.3.4/configure:12393: extralib="-ldl -lpthread" Or, more properly, to ${PTHREAD_LIBS} in ports, which I think amounts to the same thing on all recent versions of FreeBSD. If the port really depends on some un-FreeBSD-like pthreads behavior, then I guess we should point it at devel/pth, at least after they sort out the namespace problems with that port on 8-CURRENT. b. .... move private e-mail to pr so I don't forget >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: