pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-httpuv Spell include path correctly, even though...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a74806f37e0
branches:  trunk
changeset: 419503:8a74806f37e0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:25:27 2019 +0000

description:
Spell include path correctly, even though it is not actually used.

diffstat:

 www/R-httpuv/distinfo                   |  4 ++--
 www/R-httpuv/patches/patch-src_Makevars |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 97385a2b35aa -r 8a74806f37e0 www/R-httpuv/distinfo
--- a/www/R-httpuv/distinfo     Thu Dec 19 22:25:06 2019 +0000
+++ b/www/R-httpuv/distinfo     Thu Dec 19 22:25:27 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2019/12/18 12:44:39 joerg Exp $
+$NetBSD: distinfo,v 1.3 2019/12/19 22:25:27 joerg Exp $
 
 SHA1 (R/httpuv_1.5.1.tar.gz) = 5dd42f39bfda919ad890eea978089d27b2bc72da
 RMD160 (R/httpuv_1.5.1.tar.gz) = 24558208c04722e5844ccbe87fdcefc8db9aaa29
 SHA512 (R/httpuv_1.5.1.tar.gz) = 17d1d9a922c17ebd738a59d3671e3d29f097937ef60774898f71dcfa0468d73d8c3b32915b6990941c9b7b03929fbdd6405932fa69672b004a0d129d3cded8c0
 Size (R/httpuv_1.5.1.tar.gz) = 1758514 bytes
-SHA1 (patch-src_Makevars) = d4fa4eea362aca5647b859cfaefa0fda6bd55c4e
+SHA1 (patch-src_Makevars) = f7e94a101f70eef615db462d3c6c97c1235821bc
diff -r 97385a2b35aa -r 8a74806f37e0 www/R-httpuv/patches/patch-src_Makevars
--- a/www/R-httpuv/patches/patch-src_Makevars   Thu Dec 19 22:25:06 2019 +0000
+++ b/www/R-httpuv/patches/patch-src_Makevars   Thu Dec 19 22:25:27 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_Makevars,v 1.1 2019/12/18 12:44:39 joerg Exp $
+$NetBSD: patch-src_Makevars,v 1.2 2019/12/19 22:25:27 joerg Exp $
 
 --- src/Makevars.orig  2019-04-05 20:06:25.000000000 +0000
 +++ src/Makevars
@@ -16,7 +16,7 @@
  PKG_CFLAGS = $(C_VISIBILITY) -DSTRICT_R_HEADERS
  PKG_CXXFLAGS = $(CXX_VISIBILITY) -DSTRICT_R_HEADERS
 -PKG_CPPFLAGS = -Ilibuv/include -pthread
-+PKG_CPPFLAGS = -I${PREFIX} -pthread
++PKG_CPPFLAGS = -I${PREFIX}/include -pthread
  
  # To avoid spurious warnings from `R CMD check --as-cran`, about compiler
  # warning flags like -Werror.



Home | Main Index | Thread Index | Old Index