pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/c-icap Fix spurious characters in patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7642c6df2c59
branches:  trunk
changeset: 341091:7642c6df2c59
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Mon Oct 14 11:00:56 2019 +0000

description:
Fix spurious characters in patch.
Split SUBST_CLASSES line

diffstat:

 www/c-icap/Makefile                |  5 +++--
 www/c-icap/distinfo                |  4 ++--
 www/c-icap/patches/patch-configure |  5 ++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (57 lines):

diff -r ab3dab657421 -r 7642c6df2c59 www/c-icap/Makefile
--- a/www/c-icap/Makefile       Mon Oct 14 07:58:50 2019 +0000
+++ b/www/c-icap/Makefile       Mon Oct 14 11:00:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/10/03 16:34:59 sborrill Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/14 11:00:56 sborrill Exp $
 
 DISTNAME=      c_icap-0.5.5
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -22,7 +22,8 @@
 
 BUILD_DEFS+=           VARBASE
 
-SUBST_CLASSES+=                fix-path fix-ldap
+SUBST_CLASSES+=                fix-path
+SUBST_CLASSES+=                fix-ldap
 SUBST_STAGE.fix-path=  pre-configure
 SUBST_MESSAGE.fix-path=        Fixing paths.
 SUBST_FILES.fix-path=  c-icap.conf.in
diff -r ab3dab657421 -r 7642c6df2c59 www/c-icap/distinfo
--- a/www/c-icap/distinfo       Mon Oct 14 07:58:50 2019 +0000
+++ b/www/c-icap/distinfo       Mon Oct 14 11:00:56 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2019/10/03 16:34:59 sborrill Exp $
+$NetBSD: distinfo,v 1.14 2019/10/14 11:00:56 sborrill Exp $
 
 SHA1 (c_icap-0.5.5.tar.gz) = 5757186185fe110fca8bd709e14633712225cfc8
 RMD160 (c_icap-0.5.5.tar.gz) = 36200e8a8ea390e38cc9006540124e2f4fca59db
@@ -6,5 +6,5 @@
 Size (c_icap-0.5.5.tar.gz) = 690954 bytes
 SHA1 (patch-Makefile.in) = e8f3b47030f06051f392d4c343bc0c3f523320cc
 SHA1 (patch-cfg__param.c) = e25b0c8145e7bbe6eddc1f8eafbd2fa5304fdda6
-SHA1 (patch-configure) = be2393bfd2c99c92c3519c1f9492e2326f664e76
+SHA1 (patch-configure) = d2e08b9717d6566b6f66f18abcc9bc0dd5098df5
 SHA1 (patch-os_unix_shared_mem.c) = 2510558df7be6cdb6169b45b0271dc47fc463095
diff -r ab3dab657421 -r 7642c6df2c59 www/c-icap/patches/patch-configure
--- a/www/c-icap/patches/patch-configure        Mon Oct 14 07:58:50 2019 +0000
+++ b/www/c-icap/patches/patch-configure        Mon Oct 14 11:00:56 2019 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.10 2019/10/03 16:34:59 sborrill Exp $
+$NetBSD: patch-configure,v 1.11 2019/10/14 11:00:56 sborrill Exp $
 
 Link against librt on NetBSD, too.
 Link-test for shm_* functions.
 
 --- configure.orig     2018-09-19 13:43:03.000000000 +0100
-+++ configure  2019-10-03 13:29:48.000000000 +0100
++++ configure  2019-10-14 11:48:42.000000000 +0100
 @@ -16264,6 +16264,11 @@
  
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if posix shared mem works" >&5
@@ -35,4 +35,3 @@
          EXTRALIBS="$EXTRALIBS -lrt"
       ;;
       *)
-v
\ No newline at end of file



Home | Main Index | Thread Index | Old Index