Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/libical time/libical: remove broken REPLACE_INTER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ebcb6165485
branches:  trunk
changeset: 430639:0ebcb6165485
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 02 15:07:42 2020 +0000

description:
time/libical: remove broken REPLACE_INTERPRETER block

The block was called "perl" but replaced "tclsh". Its empty REPLACE_FILES
triggered a warning, which I converted to an error in my local bulk
build.

diffstat:

 time/libical/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r b655f02c9e21 -r 0ebcb6165485 time/libical/Makefile
--- a/time/libical/Makefile     Sat May 02 15:05:30 2020 +0000
+++ b/time/libical/Makefile     Sat May 02 15:07:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/04/12 08:28:08 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/02 15:07:42 rillig Exp $
 
 DISTNAME=      libical-3.0.7
 PKGREVISION=   2
@@ -18,11 +18,6 @@
 CMAKE_ARGS+=   -DICAL_BUILD_DOCS=OFF
 CMAKE_ARGS+=   -DCMAKE_DISABLE_FIND_PACKAGE_BDB=ON
 
-REPLACE_INTERPRETER+=  perl
-REPLACE.perl.old=      .*/bin/tclsh
-REPLACE.perl.new=      ${PREFIX}/bin/tclsh
-REPLACE_FILES.perl=
-
 PKGCONFIG_OVERRIDE+=   libical.pc.in
 PKGCONFIG_OVERRIDE+=   src/libical-glib/libical-glib.pc.in
 



Home | Main Index | Thread Index | Old Index