From owner-svn-ports-head@freebsd.org Tue Sep 22 17:31:29 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83D603F0B43; Tue, 22 Sep 2020 17:31:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BwpJK1PRbz4MMJ; Tue, 22 Sep 2020 17:31:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14BFB22CB3; Tue, 22 Sep 2020 17:31:29 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08MHVSL7067572; Tue, 22 Sep 2020 17:31:28 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08MHVSfg067567; Tue, 22 Sep 2020 17:31:28 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <202009221731.08MHVSfg067567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Tue, 22 Sep 2020 17:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549613 - in head/cad/calculix-ccx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: in head/cad/calculix-ccx: . files X-SVN-Commit-Revision: 549613 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2020 17:31:29 -0000 Author: pfg Date: Tue Sep 22 17:31:28 2020 New Revision: 549613 URL: https://svnweb.freebsd.org/changeset/ports/549613 Log: cad/calculix-ccx: Re-enable multithreading with spooles. Clarify further the pkg-messager. PR: 249351 Approved by: thierry (mentor, implicit) Modified: head/cad/calculix-ccx/Makefile head/cad/calculix-ccx/files/patch-Makefile head/cad/calculix-ccx/pkg-message Modified: head/cad/calculix-ccx/Makefile ============================================================================== --- head/cad/calculix-ccx/Makefile Tue Sep 22 17:25:32 2020 (r549612) +++ head/cad/calculix-ccx/Makefile Tue Sep 22 17:31:28 2020 (r549613) @@ -3,6 +3,7 @@ PORTNAME= ccx PORTVERSION= 2.17 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ PKGNAMEPREFIX= CalculiX- Modified: head/cad/calculix-ccx/files/patch-Makefile ============================================================================== --- head/cad/calculix-ccx/files/patch-Makefile Tue Sep 22 17:25:32 2020 (r549612) +++ head/cad/calculix-ccx/files/patch-Makefile Tue Sep 22 17:31:28 2020 (r549613) @@ -4,7 +4,7 @@ -CFLAGS = -Wall -O2 -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT -FFLAGS = -Wall -O2 -+CFLAGS += -O2 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT ++CFLAGS += -O2 -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" -DSPOOLES -DARPACK -DUSE_MT=1 -DMATRIXSTORAGE -DNETWORKOUT +FFLAGS += -O2 -CC=cc Modified: head/cad/calculix-ccx/pkg-message ============================================================================== --- head/cad/calculix-ccx/pkg-message Tue Sep 22 17:25:32 2020 (r549612) +++ head/cad/calculix-ccx/pkg-message Tue Sep 22 17:31:28 2020 (r549613) @@ -2,8 +2,8 @@ { type: install message: <