pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Nov 24 01:08:22 UTC 2019

Modified Files:
        pkgsrc/lang/perl5: Makefile

Log Message:
lang/perl5: Fix compiler check via pkglint

AUTOFIX: Makefile:267: Replacing "${PKGSRC_COMPILER} == \"xlc\"" with "${PKGSRC_COMPILER:Mxlc}".


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/lang/perl5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.259 pkgsrc/lang/perl5/Makefile:1.260
--- pkgsrc/lang/perl5/Makefile:1.259    Thu Nov 14 09:56:56 2019
+++ pkgsrc/lang/perl5/Makefile  Sun Nov 24 01:08:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2019/11/14 09:56:56 adam Exp $
+# $NetBSD: Makefile,v 1.260 2019/11/24 01:08:21 gdt Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -264,7 +264,7 @@ SUBST_STAGE.miniperl=       pre-install
 SUBST_FILES.miniperl=  lib/ExtUtils/xsubpp
 SUBST_SED.miniperl=    -e "1s:\#!./miniperl:\#!${PERL5}:"
 
-.if ${PKGSRC_COMPILER} == "xlc"
+.if ${PKGSRC_COMPILER:Mxlc}
 SUBST_CLASSES+=                cpprun
 SUBST_STAGE.cpprun=    pre-install
 SUBST_FILES.cpprun=    lib/Config_heavy.pl



Home | Main Index | Thread Index | Old Index