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:           Tue May  5 19:02:36 UTC 2020

Modified Files:
        pkgsrc/devel/libthrift: Makefile

Log Message:
devel/libthrift: fix bmake warnings about duplicate perl tool

Adding perl to TOOLS_BROKEN leads to these warnings:

make: "/usr/pkgsrc/mk/tools/create.mk" line 142:
warning: duplicate script for target ".../.tools/bin/perl" ignored

Since perl is not needed to build this package, disable it in the
configure script.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 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.80 pkgsrc/devel/libthrift/Makefile:1.81
--- pkgsrc/devel/libthrift/Makefile:1.80        Sun Apr 26 09:57:24 2020
+++ pkgsrc/devel/libthrift/Makefile     Tue May  5 19:02:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/04/26 09:57:24 rillig Exp $
+# $NetBSD: Makefile,v 1.81 2020/05/05 19:02:36 rillig Exp $
 
 PKGREVISION= 2
 .include "../../devel/thrift/Makefile.common"
@@ -10,10 +10,10 @@ DEPENDS+=   thrift-[0-9]*:../../devel/thri
 BUILD_DIRS=    lib/cpp
 
 CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
+CONFIGURE_ENV+=                ac_cv_prog_PERL= # none, not needed
 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