public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/httrack] rawhide: remove unused patch
Date: Mon, 20 Jul 2026 20:12:27 GMT	[thread overview]
Message-ID: <178457834739.1.15987804833425874264.rpms-httrack-793c1ed5b5df@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/httrack
Branch : rawhide
Commit : 793c1ed5b5dfada6d08cc24513f1a4c809ce3977
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-20T17:12:17-03:00
Stats  : +0/-51 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/httrack/c/793c1ed5b5dfada6d08cc24513f1a4c809ce3977?branch=rawhide

Log:
remove unused patch

---
diff --git a/httrack-configure-c99.patch b/httrack-configure-c99.patch
deleted file mode 100644
index 7c5ddc3..0000000
--- a/httrack-configure-c99.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-configure: Avoid implicit declaration of exit, strcmp in snprintf
-probes.  Future compilers will not support implicit function
-declarations by default, so add the additional #include directives for
-the appropriate function prototypes.
-
-Submitted upstream: <https://github.com/xroche/httrack/pull/252>
-
-diff --git a/configure b/configure
-index bb921b05d1bb92e3..f523019ace12d8d8 100755
---- a/configure
-+++ b/configure
-@@ -14386,6 +14386,8 @@ else
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- 
- int main(void)
- {
-@@ -14425,6 +14427,8 @@ else
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <stdarg.h>
- 
- int my_vsnprintf (char *buf, const char *tmpl, ...)
-diff --git a/m4/snprintf.m4 b/m4/snprintf.m4
-index d1c6dc8a3ce14673..2a84428d7e58c9e4 100644
---- a/m4/snprintf.m4
-+++ b/m4/snprintf.m4
-@@ -4,6 +4,8 @@ AC_MSG_CHECKING(for working snprintf)
- AC_CACHE_VAL(ac_cv_have_working_snprintf,
- [AC_TRY_RUN(
- [#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- 
- int main(void)
- {
-@@ -23,6 +25,8 @@ AC_MSG_CHECKING(for working vsnprintf)
- AC_CACHE_VAL(ac_cv_have_working_vsnprintf,
- [AC_TRY_RUN(
- [#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <stdarg.h>
- 
- int my_vsnprintf (char *buf, const char *tmpl, ...)

                 reply	other threads:[~2026-07-20 20:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457834739.1.15987804833425874264.rpms-httrack-793c1ed5b5df@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox