pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libthrift



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Apr 26 09:57:24 UTC 2020

Modified Files:
        pkgsrc/devel/libthrift: Makefile

Log Message:
devel/libthrift: suppress warning about unnecessary USE_TOOLS+=perl


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/libthrift/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/libthrift/Makefile
diff -u pkgsrc/devel/libthrift/Makefile:1.79 pkgsrc/devel/libthrift/Makefile:1.80
--- pkgsrc/devel/libthrift/Makefile:1.79        Sat Jan 18 21:48:07 2020
+++ pkgsrc/devel/libthrift/Makefile     Sun Apr 26 09:57:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/01/18 21:48:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.80 2020/04/26 09:57:24 rillig Exp $
 
 PKGREVISION= 2
 .include "../../devel/thrift/Makefile.common"
@@ -13,6 +13,7 @@ CONFIGURE_ENV+=               THRIFT=${PREFIX}/bin/th
 PKGCONFIG_OVERRIDE=    lib/cpp/thrift-nb.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift-z.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cpp/thrift.pc.in
+TOOLS_BROKEN+=         perl # suppress warning about USE_TOOLS+=perl
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"



Home | Main Index | Thread Index | Old Index