From owner-freebsd-ports@freebsd.org Wed Jul 1 11:52:36 2020 Return-Path: Delivered-To: freebsd-ports@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 B8BB534C84D for ; Wed, 1 Jul 2020 11:52:36 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [IPv6:2001:41d0:401:2100::5:8a0e]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49xfjc0Mm3z4LVp; Wed, 1 Jul 2020 11:52:35 +0000 (UTC) (envelope-from trashcan@ellael.org) Content-Type: text/plain; charset=us-ascii X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at mail.enfer-du-nord.net Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Recent wordpress, huge compiling effort, needed? From: Michael Grimm In-Reply-To: <20200701114126.GA39563@home.opsec.eu> Date: Wed, 1 Jul 2020 13:52:24 +0200 Cc: "joneum@freebsd.org" , Kurt Jaeger Content-Transfer-Encoding: quoted-printable Message-Id: <0C563705-178B-414C-A866-8F556081C815@ellael.org> References: <163574FC-6199-45C2-9462-4997B5BE618C@ellael.org> <20200701114126.GA39563@home.opsec.eu> To: FreeBSD Ports ML X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 49xfjc0Mm3z4LVp X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of trashcan@ellael.org has no SPF policy when checking 2001:41d0:401:2100::5:8a0e) smtp.mailfrom=trashcan@ellael.org X-Spamd-Result: default: False [3.42 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_MEDIUM(0.63)[0.627]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.53)[-0.528]; NEURAL_SPAM_LONG(0.42)[0.420]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2020 11:52:36 -0000 Kurt Jaeger wrote: >> The recent update of www/wordpress ended in a compilation = 'nightmare', because this port newly depends on ImageMagick: > [...] >> 1) Why does one need this dependency? >=20 > The wordpress install script checks if imagemagick is available, and > I'm not sure it's still optional. The only option available currently is whether to build/install the = documentation > Does your blog do lots of picture resizings etc ? No. I am running a rather static website, only. No blog. >> 3) If 2) is a safe way to use wordpress remotely from a web browser, = then would it possible to remove the dependency by an option? (CC'd this = mail to maintainer) >=20 > Give it a try to use wordpress without that RUN_DEPENDS. If it > can be installed without it, and you don't need it... I did install it successfully, already, and everything is working as = usual. But I wonder if this might break something I didn't run about my = tests a couple of minutes ago. Regards, Michael