pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-RCurl/patches R-RCurl: remove patches that were ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c8a559ef209
branches:  trunk
changeset: 458091:9c8a559ef209
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 09 07:52:29 2021 +0000

description:
R-RCurl: remove patches that were removed from distinfo during last update

diffstat:

 www/R-RCurl/patches/patch-configure    |  15 ---------------
 www/R-RCurl/patches/patch-configure.ac |  15 ---------------
 2 files changed, 0 insertions(+), 30 deletions(-)

diffs (38 lines):

diff -r 0fd96fc686ac -r 9c8a559ef209 www/R-RCurl/patches/patch-configure
--- a/www/R-RCurl/patches/patch-configure       Thu Sep 09 07:39:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2020/08/07 01:54:20 brook Exp $
-
-Fix non-portable use of == with test.  Accepted by upstream.
-
---- configure.orig     2020-01-19 07:57:23.000000000 +0000
-+++ configure
-@@ -1828,7 +1828,7 @@ if test -z "${CURL_CONFIG}" ; then
-   exit 1
- fi
- 
--if test -n "${enable_debug}" && test "${enable_debug}" == "yes" ; then
-+if test -n "${enable_debug}" && test "${enable_debug}" = "yes" ; then
-  DEFINES=-DRCURL_DEBUG_MEMORY
- fi
- 
diff -r 0fd96fc686ac -r 9c8a559ef209 www/R-RCurl/patches/patch-configure.ac
--- a/www/R-RCurl/patches/patch-configure.ac    Thu Sep 09 07:39:15 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2020/08/07 01:54:20 brook Exp $
-
-Fix non-portable use of == with test.  Accepted by upstream.
-
---- configure.ac.orig  2014-12-03 11:28:07.000000000 +0000
-+++ configure.ac
-@@ -11,7 +11,7 @@ if test -z "${CURL_CONFIG}" ; then
-   exit 1
- fi
- 
--if test -n "${enable_debug}" && test "${enable_debug}" == "yes" ; then
-+if test -n "${enable_debug}" && test "${enable_debug}" = "yes" ; then
-  DEFINES=-DRCURL_DEBUG_MEMORY
- fi
- 



Home | Main Index | Thread Index | Old Index