From nobody Tue Jul 04 21:17:07 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QwbGR2g6Bz4lSLT for ; Tue, 4 Jul 2023 21:17:19 +0000 (UTC) (envelope-from SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4QwbGQ3kqWz3tvZ for ; Tue, 4 Jul 2023 21:17:18 +0000 (UTC) (envelope-from SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=none (mx1.freebsd.org: domain of "SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz" has no SPF policy when checking 94.124.105.4) smtp.mailfrom="SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz"; dmarc=none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id BBF45D78A7 for ; Tue, 4 Jul 2023 23:17:08 +0200 (CEST) Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id D9E89D7892 for ; Tue, 4 Jul 2023 23:17:07 +0200 (CEST) Message-ID: Date: Tue, 4 Jul 2023 23:17:07 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 To: ports Content-Language: cs-Cestina, en-US From: Miroslav Lachman <000.fbsd@quip.cz> Subject: commiter needed for pecl-imagick merge (6 and 7) PR 268833 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-1.76 / 15.00]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.96)[-0.960]; FORGED_SENDER(0.30)[000.fbsd@quip.cz,SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz]; MIME_GOOD(-0.10)[text/plain]; TO_DN_ALL(0.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ]; R_SPF_NA(0.00)[no SPF record]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_NEQ_ENVFROM(0.00)[000.fbsd@quip.cz,SRS0=3yT6=CW=quip.cz=000.fbsd@elsa.codelab.cz]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[ports@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[quip.cz]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4QwbGQ3kqWz3tvZ X-Spamd-Bar: - X-ThisMailContainsUnwantedMimeParts: N For historic reason there are pecl-imagick depending on ImageMagick 6 and pecl-imagick-im7 depending on ImageMagick 7. As far as I know no ports depend on pecl-imagick with ImageMagic 6 by default now so it is safe to remove pecl-imagick-im7 and use pecl-imagick with the new USES=imagick to build with the right ImageMagick version. It should also be added to MOVED and there should be small update of dependencies in Makefile of ports: Nextcloud, Piwigo and Wordpress. I created one large patch for all this steps and also small patches for each of this step alone. Please check it / test it and commit it. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268833 (my last patches for pecl-imagick were left uncommitted from March 2023) Kind regards Miroslav Lachman