From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 28 00:30:01 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 6D77A106567D for ; Thu, 28 Aug 2008 00:30:01 +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 4632A8FC1E for ; Thu, 28 Aug 2008 00:30:01 +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 m7S0U14c089890 for ; Thu, 28 Aug 2008 00:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7S0U1bl089889; Thu, 28 Aug 2008 00:30:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Aug 2008 00:30:01 GMT Resent-Message-Id: <200808280030.m7S0U1bl089889@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, Stephen Montgomery-Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BCC01065674 for ; Thu, 28 Aug 2008 00:26:30 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA018FC16 for ; Thu, 28 Aug 2008 00:26:29 +0000 (UTC) (envelope-from stephen@cauchy.math.missouri.edu) Received: from cauchy.math.missouri.edu (localhost [127.0.0.1]) by cauchy.math.missouri.edu (8.14.2/8.14.2) with ESMTP id m7RNln6X020207 for ; Wed, 27 Aug 2008 18:47:49 -0500 (CDT) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.14.2/8.14.2/Submit) id m7RNlnx1020206; Wed, 27 Aug 2008 18:47:49 -0500 (CDT) (envelope-from stephen) Message-Id: <200808272347.m7RNlnx1020206@cauchy.math.missouri.edu> Date: Wed, 27 Aug 2008 18:47:49 -0500 (CDT) From: Stephen Montgomery-Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126899: mkoctfile in math/octave doesn't recognise the -pthread flag X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stephen Montgomery-Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 00:30:01 -0000 >Number: 126899 >Category: ports >Synopsis: mkoctfile in math/octave doesn't recognise the -pthread flag >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: Thu Aug 28 00:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD cauchy 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Jul 14 15:26:47 CDT 2008 stephen@cauchy:/usr/obj/usr/src/sys/GENERIC i386 >Description: mkoctfile in math/octave doesn't recognise the -pthread flag >How-To-Repeat: Try to build the octcdf octave forge package. >Fix: Add this file to the math/octave port. You probably need to do it to the math/octave-devel port as well. And you probably want to bump the revision numbers as well. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-mkoctfile.in # echo x - files/patch-mkoctfile.in sed 's/^X//' >files/patch-mkoctfile.in << '97ba0e320756a451e6ab7e735c1c9483' X--- mkoctfile.in-orig 2008-08-27 17:46:53.000000000 -0500 X+++ mkoctfile.in 2008-08-27 17:47:45.000000000 -0500 X@@ -278,7 +278,7 @@ X -D*) X defs="$defs $1" X ;; X- -[lLR]* | -Wl,*) X+ -[lLR]* | -pthread | -Wl,*) X ldflags="$ldflags $1" X ;; X -M | --depend) 97ba0e320756a451e6ab7e735c1c9483 exit >Release-Note: >Audit-Trail: >Unformatted: