From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 15:31:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 95B055F4330; Thu, 15 Apr 2021 15:31:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLjxj3qjyz4WBn; Thu, 15 Apr 2021 15:31:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 709D32437B; Thu, 15 Apr 2021 15:31:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-lf1-f46.google.com with SMTP id j18so39905372lfg.5; Thu, 15 Apr 2021 08:31:53 -0700 (PDT) X-Gm-Message-State: AOAM532AeaNGGEs3duPjup/ufcO/It1aHuyUXZfODEoDEGdG7b/XGOi8 OSd7Wdyk4N3l3WCkCwMY5vggmeY8A/z2P+fR334= X-Google-Smtp-Source: ABdhPJxsi+YNMHQ8RE/fJQsdhDE8mK+nriek+AIS3/A957CX4FXn/BlvANu/5ZFy8JrxddWwoT4R5iohxV5WU2ruheo= X-Received: by 2002:ac2:44c8:: with SMTP id d8mr2971476lfm.67.1618500711821; Thu, 15 Apr 2021 08:31:51 -0700 (PDT) MIME-Version: 1.0 References: <202104141739.13EHdNWN079773@gitrepo.freebsd.org> In-Reply-To: <202104141739.13EHdNWN079773@gitrepo.freebsd.org> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Thu, 15 Apr 2021 17:31:40 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: d06d7188f31e - main - textproc/expat: update to 2.3.0 To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 15:31:53 -0000 On Wed, Apr 14, 2021 at 7:39 PM Tobias C. Berner wrote: > The branch main has been updated by tcberner: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=d06d7188f31e5df646b41f7a8abf9a9cfd74578b > > commit d06d7188f31e5df646b41f7a8abf9a9cfd74578b > Author: Daniel Engberg > AuthorDate: 2021-04-14 17:36:21 +0000 > Commit: Tobias C. Berner > CommitDate: 2021-04-14 17:38:18 +0000 > > textproc/expat: update to 2.3.0 > > - Move static libraries behind an option STATIC. This will likely > be dropped completely in the next update. > > Hi, Why remove static libraries ? Let's take the example of sysutils/mstflint-lite, as a -lite its purpose is to avoid bringing the crazy heavy lib-boost library, so it is compiled using static. And texproc/expat is a lib dependency of this port too. But since expat doesn't bring the static library, sysutils/mstflint-lite couldn't not be builded anymore. Regards, Olivier