Received: by mail.netbsd.org (Postfix, from userid 605) id 9C58384D86; Sun, 10 Mar 2019 19:52:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23F6F84D54 for ; Sun, 10 Mar 2019 19:52:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 2mm5_1N-7HWj for ; Sun, 10 Mar 2019 19:52:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 800CE84CD3 for ; Sun, 10 Mar 2019 19:52:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7AEF9FB16; Sun, 10 Mar 2019 19:52:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1552247538104710" MIME-Version: 1.0 Date: Sun, 10 Mar 2019 19:52:18 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/mk/tools To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20190310195218.7AEF9FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1552247538104710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Mar 10 19:52:18 UTC 2019 Modified Files: pkgsrc/mk/tools: replace.mk Log Message: ghostscript-esp is long gone. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 pkgsrc/mk/tools/replace.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1552247538104710 Content-Disposition: inline Content-Length: 913 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/tools/replace.mk diff -u pkgsrc/mk/tools/replace.mk:1.287 pkgsrc/mk/tools/replace.mk:1.288 --- pkgsrc/mk/tools/replace.mk:1.287 Mon Mar 4 11:56:05 2019 +++ pkgsrc/mk/tools/replace.mk Sun Mar 10 19:52:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.287 2019/03/04 11:56:05 wiz Exp $ +# $NetBSD: replace.mk,v 1.288 2019/03/10 19:52:18 joerg Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -1105,8 +1105,7 @@ MAKEVARS+= TOOLS_DEPENDS.ghostscript .for _t_ in ${_TOOLS.ghostscript} . if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_}) -. if !empty(PKGPATH:Mprint/ghostscript) || \ - !empty(PKGPATH:Mprint/ghostscript-esp) +. if !empty(PKGPATH:Mprint/ghostscript) MAKEFLAGS+= TOOLS_IGNORE.${_t_}= . elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS]) TOOLS_DEPENDS.${_t_}?= ${TOOLS_DEPENDS.ghostscript} --_----------=_1552247538104710--