pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/tcl-expect



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue May  3 23:38:38 UTC 2022

Modified Files:
        pkgsrc/lang/tcl-expect: Makefile.common

Log Message:
lang/tcl-expect: Quote version per pkglint

This is almost certainly just a cleanup; OS_VERSION values are
strings, not numbers.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/tcl-expect/Makefile.common

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

Modified files:

Index: pkgsrc/lang/tcl-expect/Makefile.common
diff -u pkgsrc/lang/tcl-expect/Makefile.common:1.12 pkgsrc/lang/tcl-expect/Makefile.common:1.13
--- pkgsrc/lang/tcl-expect/Makefile.common:1.12 Fri Mar 20 11:57:56 2020
+++ pkgsrc/lang/tcl-expect/Makefile.common      Tue May  3 23:38:38 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2020/03/20 11:57:56 nia Exp $
+# $NetBSD: Makefile.common,v 1.13 2022/05/03 23:38:38 gdt Exp $
 
 DISTNAME=      expect${EXPECT_FNAME}
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=expect/}
@@ -23,7 +23,7 @@ PLIST_SUBST+=         BASEVER=${EXPECT_FNAME}
 INSTALL_UNSTRIPPED=    yes
 
 # on IRIX 5.3 inttypes.h and sys/types.h are known to conflict
-.if ${OPSYS} == "IRIX" && ${OS_VERSION} == 5.3
+.if ${OPSYS} == "IRIX" && ${OS_VERSION} == "5.3"
 CONFIGURE_ENV+=                ac_cv_header_inttypes_h="no"
 .endif
 



Home | Main Index | Thread Index | Old Index