pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/libical



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  2 15:07:42 UTC 2020

Modified Files:
        pkgsrc/time/libical: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/time/libical/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/libical/Makefile
diff -u pkgsrc/time/libical/Makefile:1.26 pkgsrc/time/libical/Makefile:1.27
--- pkgsrc/time/libical/Makefile:1.26   Sun Apr 12 08:28:08 2020
+++ pkgsrc/time/libical/Makefile        Sat May  2 15:07:42 2020
@@ -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+=         -DUSE_BUILTIN_TZDATA=OFF
 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