pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-subversion



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/ruby-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/ruby-subversion/Makefile
diff -u pkgsrc/devel/ruby-subversion/Makefile:1.75 pkgsrc/devel/ruby-subversion/Makefile:1.76
--- pkgsrc/devel/ruby-subversion/Makefile:1.75  Sun Apr 12 08:28:34 2020
+++ pkgsrc/devel/ruby-subversion/Makefile       Wed May 13 05:08:57 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2020/04/12 08:28:34 adam Exp $
+# $NetBSD: Makefile,v 1.76 2020/05/13 05:08:57 rillig Exp $
 
 PKGNAME=       ${RUBY_PKGPREFIX}-subversion-${SVNVER}
 PKGREVISION=   1
@@ -6,6 +6,7 @@ COMMENT=        Ruby bindings for Subversion
 
 .include "../../devel/subversion/Makefile.common"
 
+TOOLS_BROKEN+=         perl
 SHLIBTOOL_OVERRIDE=    # empty
 
 REPLACE_RUBY_DIRS=     tools



Home | Main Index | Thread Index | Old Index