pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/c-icap



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Mon Oct 14 11:00:56 UTC 2019

Modified Files:
        pkgsrc/www/c-icap: Makefile distinfo
        pkgsrc/www/c-icap/patches: patch-configure

Log Message:
Fix spurious characters in patch.
Split SUBST_CLASSES line


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/c-icap/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/c-icap/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/c-icap/patches/patch-configure

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

Modified files:

Index: pkgsrc/www/c-icap/Makefile
diff -u pkgsrc/www/c-icap/Makefile:1.23 pkgsrc/www/c-icap/Makefile:1.24
--- pkgsrc/www/c-icap/Makefile:1.23     Thu Oct  3 16:34:59 2019
+++ pkgsrc/www/c-icap/Makefile  Mon Oct 14 11:00:56 2019
@@ -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 @@ CONF_FILES+=  ${EGDIR}/c-icap.magic.defau
 
 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

Index: pkgsrc/www/c-icap/distinfo
diff -u pkgsrc/www/c-icap/distinfo:1.13 pkgsrc/www/c-icap/distinfo:1.14
--- pkgsrc/www/c-icap/distinfo:1.13     Thu Oct  3 16:34:59 2019
+++ pkgsrc/www/c-icap/distinfo  Mon Oct 14 11:00:56 2019
@@ -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 @@ SHA512 (c_icap-0.5.5.tar.gz) = 7a24c9011
 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

Index: pkgsrc/www/c-icap/patches/patch-configure
diff -u pkgsrc/www/c-icap/patches/patch-configure:1.10 pkgsrc/www/c-icap/patches/patch-configure:1.11
--- pkgsrc/www/c-icap/patches/patch-configure:1.10      Thu Oct  3 16:34:59 2019
+++ pkgsrc/www/c-icap/patches/patch-configure   Mon Oct 14 11:00:56 2019
@@ -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 @@ Link-test for shm_* functions.
          EXTRALIBS="$EXTRALIBS -lrt"
       ;;
       *)
-v
\ No newline at end of file



Home | Main Index | Thread Index | Old Index