From owner-freebsd-doc@freebsd.org Tue Aug 15 00:19:04 2017 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC5ADCB786 for ; Tue, 15 Aug 2017 00:19:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA9EF75316 for ; Tue, 15 Aug 2017 00:19:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v7F0J4q1010908 for ; Tue, 15 Aug 2017 00:19:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 22043] fstab cache annoyance Date: Tue, 15 Aug 2017 00:19:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Documentation X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2017 00:19:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D22043 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: pfg Date: Tue Aug 15 00:18:23 UTC 2017 New revision: 447973 URL: https://svnweb.freebsd.org/changeset/ports/447973 Log: cad/calculix: Split the ccx analyzer out of the main port. CalculiX has alwasy been comoposed of two independent packages: ccx and cgx. Ccx, the main tool for doing FEA, depends on fortran and currently has to be built with GCC. Cgx, on the other hand, uses OpenGL and the C++ libraries it depends on are built with our native clang so buuilding it with GCC causes C++ library conflicts. By making ccx an independent port we can better focus on the specific requirements of each tool and avoid compiler-related conflicts. This also helps the port work again with newer versions GCC. PR: 219290. 22043, 220434 Approved by: gerald Changes: head/cad/Makefile head/cad/calculix/Makefile head/cad/calculix/distinfo head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h head/cad/calculix/files/patch-ccx_VER+src+Makefile head/cad/calculix/files/patch-cgx_VER+src+Makefile head/cad/calculix/files/patch-cgx_VER+src+cgx.h head/cad/calculix/files/patch-cgx__VER_src_Makefile head/cad/calculix/files/patch-cgx__VER_src_cgx.h head/cad/calculix/files/patch-cgx__VER_src_userFunction.c head/cad/calculix/pkg-descr head/cad/calculix/pkg-plist head/cad/calculix-ccx/ head/cad/calculix-ccx/Makefile head/cad/calculix-ccx/distinfo head/cad/calculix-ccx/files/patch-CalculiX.h head/cad/calculix-ccx/files/patch-Makefile head/cad/calculix-ccx/files/patch-ccx_VER+src+CalculiX.h head/cad/calculix-ccx/files/patch-ccx_VER+src+Makefile head/cad/calculix-ccx/files/patch-cgx_VER+src+Makefile head/cad/calculix-ccx/files/patch-cgx_VER+src+cgx.h head/cad/calculix-ccx/files/patch-libSNL_src_makefile head/cad/calculix-ccx/pkg-descr head/cad/calculix-ccx/pkg-plist --=20 You are receiving this mail because: You are the assignee for the bug.=