Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0804C8507E for ; Mon, 13 Nov 2023 18:26:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HFx4wSouWR25 for ; Mon, 13 Nov 2023 18:26:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C8FD84EC2 for ; Mon, 13 Nov 2023 18:26:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F377FA3D; Mon, 13 Nov 2023 18:26:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699899985274850" MIME-Version: 1.0 Date: Mon, 13 Nov 2023 18:26:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/ghostscript-agpl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231113182625.3F377FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699899985274850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 13 18:26:25 UTC 2023 Modified Files: pkgsrc/print/ghostscript-agpl: Makefile Log Message: ghostscript-agpl: fix CONFLICTS pattern for gambc Fixes PR 57697. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/print/ghostscript-agpl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699899985274850 Content-Disposition: inline Content-Length: 828 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/ghostscript-agpl/Makefile diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.82 pkgsrc/print/ghostscript-agpl/Makefile:1.83 --- pkgsrc/print/ghostscript-agpl/Makefile:1.82 Sun Nov 12 13:23:18 2023 +++ pkgsrc/print/ghostscript-agpl/Makefile Mon Nov 13 18:26:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2023/11/12 13:23:18 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2023/11/13 18:26:25 wiz Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} @@ -36,8 +36,7 @@ CONFIGURE_ARGS+= --without-tesseract CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=no -# bin/gsc -CONFLICTS+= gambc-[0-9]* +CONFLICTS+= gambc<4.9.4nb1 REPLACE_PERL+= toolbin/localcluster/clusterpush.pl REPLACE_PERL+= toolbin/checkdeps.pl --_----------=_1699899985274850--