pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-ExtUtils-PkgConfig
Module Name: pkgsrc
Committed By: jperkin
Date: Sun Oct 23 15:07:45 UTC 2022
Modified Files:
pkgsrc/devel/p5-ExtUtils-PkgConfig: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile:1.38 pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile:1.39
--- pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile:1.38 Tue Jun 28 11:32:23 2022
+++ pkgsrc/devel/p5-ExtUtils-PkgConfig/Makefile Sun Oct 23 15:07:45 2022
@@ -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_LANGUAGES= # empty
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