pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/subversion



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 14 14:13:02 UTC 2020

Modified Files:
        pkgsrc/devel/subversion: Makefile.common

Log Message:
subversion: skip portability checks for unused files


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/subversion/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/devel/subversion/Makefile.common
diff -u pkgsrc/devel/subversion/Makefile.common:1.43 pkgsrc/devel/subversion/Makefile.common:1.44
--- pkgsrc/devel/subversion/Makefile.common:1.43        Sat Jan 18 23:30:42 2020
+++ pkgsrc/devel/subversion/Makefile.common     Sat Mar 14 14:13:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.43 2020/01/18 23:30:42 rillig Exp $
+# $NetBSD: Makefile.common,v 1.44 2020/03/14 14:13:02 tnn Exp $
 # used by devel/java-subversion/Makefile
 # used by devel/p5-subversion/Makefile
 # used by devel/py-subversion/Makefile
@@ -35,6 +35,9 @@ USE_LIBTOOL=          yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
+CHECK_PORTABILITY_SKIP+=       subversion/tests/*              # test suite
+CHECK_PORTABILITY_SKIP+=       tools/dev/iz/ff2csv.command     # unused
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../devel/subversion-base/options.mk"
 



Home | Main Index | Thread Index | Old Index