pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libcups



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  4 13:08:30 UTC 2021

Modified Files:
        pkgsrc/print/libcups: Makefile

Log Message:
libcups: skip backup file when checking portability


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/libcups/Makefile

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

Modified files:

Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.6 pkgsrc/print/libcups/Makefile:1.7
--- pkgsrc/print/libcups/Makefile:1.6   Mon Aug 17 20:17:40 2020
+++ pkgsrc/print/libcups/Makefile       Mon Jan  4 13:08:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/08/17 20:17:40 leot Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/04 13:08:30 wiz Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -39,6 +39,8 @@ CONFIGURE_ARGS+=      --with-exe-file-perm=07
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 
+CHECK_PORTABILITY_SKIP+=       configure~
+
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index