pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-subversion



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 05:08:20 UTC 2020

Modified Files:
        pkgsrc/devel/py-subversion: Makefile

Log Message:
devel/py-subversion: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/py-subversion/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/py-subversion/Makefile
diff -u pkgsrc/devel/py-subversion/Makefile:1.85 pkgsrc/devel/py-subversion/Makefile:1.86
--- pkgsrc/devel/py-subversion/Makefile:1.85    Sun Apr 12 08:28:33 2020
+++ pkgsrc/devel/py-subversion/Makefile Wed May 13 05:08:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/04/12 08:28:33 adam Exp $
+# $NetBSD: Makefile,v 1.86 2020/05/13 05:08:20 rillig Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-subversion-${SVNVER}
 PKGREVISION=   1
@@ -7,6 +7,7 @@ COMMENT=        Python bindings and tools for S
 .include "../../devel/subversion/Makefile.common"
 
 SHLIBTOOL_OVERRIDE=    # empty
+TOOLS_BROKEN+=         perl
 
 CPPFLAGS+=             -P # for APR_INT64_T_FMT
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}



Home | Main Index | Thread Index | Old Index