pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-PkgConfig p5-ExtUtils-PkgConfig: Rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17b58082d03e
branches:  trunk
changeset: 387141:17b58082d03e
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Sun Oct 23 15:07:45 2022 +0000

description:
p5-ExtUtils-PkgConfig: Remove TOOLS_CMD.pkg-config.

This was added to apparently work around a test issue, which doesn't seem to be
required any longer, and even if so it's not the right way to fix the problem
as TOOLS_CMD specifies the name of the wrapper/link to create inside the tools
directory, not what it points to.

diffstat:

 devel/p5-ExtUtils-PkgConfig/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 8d55365b46a8 -r 17b58082d03e devel/p5-ExtUtils-PkgConfig/Makefile
--- a/devel/p5-ExtUtils-PkgConfig/Makefile      Sun Oct 23 15:05:29 2022 +0000
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile      Sun Oct 23 15:07:45 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/06/28 11:32:23 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/10/23 15:07:45 jperkin Exp $
 
 DISTNAME=      ExtUtils-PkgConfig-1.16
 PKGNAME=       p5-${DISTNAME}
@@ -15,7 +15,5 @@
 USE_TOOLS+=            pkg-config:run
 PERL5_PACKLIST=                auto/ExtUtils/PkgConfig/.packlist
 
-TOOLS_CMD.pkg-config=  ${TOOLS_PATH.pkg-config}
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index