From owner-freebsd-ports Fri Oct 26 23: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F09D37B405 for ; Fri, 26 Oct 2001 23:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9R601i52038; Fri, 26 Oct 2001 23:00:01 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id DED0837B405; Fri, 26 Oct 2001 22:50:19 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id WAA12979; Fri, 26 Oct 2001 22:47:42 -0700 Received: by johncoop.MSHOME (Postfix, from userid 0) id C957315503; Fri, 26 Oct 2001 22:50:11 -0700 (PDT) Message-Id: <20011027055011.C957315503@johncoop.MSHOME> Date: Fri, 26 Oct 2001 22:50:11 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org, gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31526: [PATCH] Unbreak x11-toolkits/eel on -STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31526 >Category: ports >Synopsis: [PATCH] Unbreak x11-toolkits/eel on -STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 26 23:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #36: Fri Oct 26 20:12:59 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: Eel compiles but fails to properly link to gnome-vfs et al. because of PTHREAD issues. With this patch, Eel builds/installs and Nautilus RUNS on -STABLE!! >How-To-Repeat: Eel will fail to fully build/install without this patch. >Fix: Only the top-level Makefile needs to be patched. diff -ruN follows: diff -ruN eel/Makefile eel.new/Makefile --- eel/Makefile Tue Oct 9 06:59:49 2001 +++ eel.new/Makefile Fri Oct 26 22:38:54 2001 @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message