From owner-freebsd-ports@freebsd.org Wed Jul 1 11:16:32 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 7F86034BB60 for ; Wed, 1 Jul 2020 11:16:32 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [IPv6:2001:41d0:302:1100::e:1def]) (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 49xdvz1Z1fz4K6Y; Wed, 1 Jul 2020 11:16:30 +0000 (UTC) (envelope-from trashcan@ellael.org) From: Michael Grimm X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at mail.enfer-du-nord.net Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Recent wordpress, huge compiling effort, needed? Message-Id: <163574FC-6199-45C2-9462-4997B5BE618C@ellael.org> Date: Wed, 1 Jul 2020 13:16:12 +0200 Cc: "joneum@freebsd.org" To: FreeBSD Ports ML X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 49xdvz1Z1fz4K6Y 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:302:1100::e:1def) smtp.mailfrom=trashcan@ellael.org X-Spamd-Result: default: False [4.53 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; SUBJECT_ENDS_SPACES(0.50)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ellael.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.68)[0.676]; NEURAL_SPAM_SHORT(0.09)[0.093]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.86)[0.861]; 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:16:32 -0000 Hi I am running 12.1-STABLE (r362720), ports (head, revison 540950) and = poudriere-devel for ports compilations. The recent update of www/wordpress ended in a compilation 'nightmare', = because this port newly depends on ImageMagick: MWN> cat diff-wordpress=20 2c2 < # $FreeBSD: head/www/wordpress/Makefile 534850 2020-05-10 13:51:37Z = joneum $ --- > # $FreeBSD: head/www/wordpress/Makefile 540837 2020-06-29 22:24:46Z = joneum $ 5c5 < DISTVERSION=3D 5.3.3 --- > DISTVERSION=3D 5.4.2 20c20,21 < USE_PHP=3D curl ftp gd hash json mysqli pcre tokenizer xml zip zlib --- > USE_PHP=3D curl exif fileinfo ftp gd hash json mysqli pcre = tokenizer xml zip zlib > RUN_DEPENDS=3D = ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP= _FLAVOR} Due to this dependeny the following ports need tp be compiled: devel/llvm80 devel/gobject-introspection graphics/ImageMagick6-nox11 graphics/cairo graphics/mesa-libs graphics/pecl-imagick=20 net/avahi-app=20 print/cups=20 print/ghostscript9-agpl-base=20 print/harfbuzz=20 print/libraqm (BTW: llvm80 runs into an error after 2.5 hours compilation time) Here is my questions: 1) Why does one need this dependency? 2) I could compile and install the updated port by removing RUN_DEPENDS = within a couple of minutes.=20 Is this a safe approach, though? 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) Thanks and regards, Michael