diff options
author | sborrill <sborrill@pkgsrc.org> | 2017-05-08 09:18:31 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2017-05-08 09:18:31 +0000 |
commit | b8828fee5ae22881d82aaf7d8ce32a9c02772ffc (patch) | |
tree | dde48eda5f1ce0da7d6e17e869229719243a2d1d | |
parent | 45bb57c0b7976bcb9a3b71bef34afe977f44bef1 (diff) | |
download | pkgsrc-b8828fee5ae22881d82aaf7d8ce32a9c02772ffc.tar.gz |
Remove full paths in patches
-rw-r--r-- | www/c-icap/distinfo | 6 | ||||
-rw-r--r-- | www/c-icap/patches/patch-configure | 6 | ||||
-rw-r--r-- | www/c-icap/patches/patch-os_unix_shared_mem.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/c-icap/distinfo b/www/c-icap/distinfo index fd4700c4985..e11056de178 100644 --- a/www/c-icap/distinfo +++ b/www/c-icap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2017/04/24 14:35:01 sborrill Exp $ +$NetBSD: distinfo,v 1.12 2017/05/08 09:18:31 sborrill Exp $ SHA1 (c_icap-0.4.4.tar.gz) = c2cf919215812a40053652f9501c1b8d3c40c684 RMD160 (c_icap-0.4.4.tar.gz) = a69c5832951db9c424a3ea748d4512ec1ce313a2 @@ -6,5 +6,5 @@ SHA512 (c_icap-0.4.4.tar.gz) = b98ddbe6da24d3a21d98e1acb72b34f65e115cf98c34a01a1 Size (c_icap-0.4.4.tar.gz) = 636947 bytes SHA1 (patch-Makefile.in) = 103129c1bd438885290c3712c53b8e9d3cc3b1ab SHA1 (patch-cfg__param.c) = 005d22a2d0cc0f64b38a14477b1d21c28e361018 -SHA1 (patch-configure) = 409424011f1c44ad545c46c8f316a0452fe0db02 -SHA1 (patch-os_unix_shared_mem.c) = eeb40bf55224788743b53be08309c3d3f3fd143d +SHA1 (patch-configure) = 6e2c2d8ae4204895c878e11ae7b023d6685fd66c +SHA1 (patch-os_unix_shared_mem.c) = 2510558df7be6cdb6169b45b0271dc47fc463095 diff --git a/www/c-icap/patches/patch-configure b/www/c-icap/patches/patch-configure index 081367c66a6..388e85c826b 100644 --- a/www/c-icap/patches/patch-configure +++ b/www/c-icap/patches/patch-configure @@ -1,11 +1,11 @@ -$NetBSD: patch-configure,v 1.8 2017/04/24 14:35:01 sborrill Exp $ +$NetBSD: patch-configure,v 1.9 2017/05/08 09:18:31 sborrill Exp $ Detect Berkeley DB. Link against librt on NetBSD, too. Link-test for shm_* functions. ---- /pkg_comp/obj/pkgsrc/www/c-icap/default/c_icap-0.4.4/configure.orig 2016-09-21 12:09:36.000000000 +0000 -+++ /pkg_comp/obj/pkgsrc/www/c-icap/default/c_icap-0.4.4/configure 2017-04-24 14:23:58.000000000 +0000 +--- configure.orig 2016-09-21 12:09:36.000000000 +0000 ++++ configure 2017-04-24 14:23:58.000000000 +0000 @@ -13210,12 +13210,11 @@ OLDCFLAGS=$CFLAGS OLDLDFLAGS=$LDFLAGS diff --git a/www/c-icap/patches/patch-os_unix_shared_mem.c b/www/c-icap/patches/patch-os_unix_shared_mem.c index 4253007ad6a..272f8b182d9 100644 --- a/www/c-icap/patches/patch-os_unix_shared_mem.c +++ b/www/c-icap/patches/patch-os_unix_shared_mem.c @@ -1,9 +1,9 @@ -$NetBSD: patch-os_unix_shared_mem.c,v 1.1 2017/04/24 14:35:01 sborrill Exp $ +$NetBSD: patch-os_unix_shared_mem.c,v 1.2 2017/05/08 09:18:31 sborrill Exp $ Support MAP_ANON as a synonym of MAP_ANONYMOUS ---- /pkg_comp/obj/pkgsrc/www/c-icap/default/c_icap-0.4.4/os/unix/shared_mem.c.orig 2017-04-24 14:00:54.000000000 +0000 -+++ /pkg_comp/obj/pkgsrc/www/c-icap/default/c_icap-0.4.4/os/unix/shared_mem.c 2017-04-24 14:00:57.000000000 +0000 +--- os/unix/shared_mem.c.orig 2017-04-24 14:00:54.000000000 +0000 ++++ os/unix/shared_mem.c 2017-04-24 14:00:57.000000000 +0000 @@ -29,6 +29,9 @@ #endif #if defined(USE_POSIX_MAPPED_FILES) |