pkgsrc-WIP-changes archive

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

toxic-git: Drop upstreamed patches and adjust the remaining ones



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Nov 15 20:12:01 2017 +0100
Changeset:	2e2ba53917c716fc317971d91d2c540abeccaf50

Removed Files:
	toxic-git/patches/patch-Makefile
	toxic-git/patches/patch-src_name__lookup.c
	toxic-git/patches/patch-src_toxic.c

Log Message:
toxic-git: Drop upstreamed patches and adjust the remaining ones

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e2ba53917c716fc317971d91d2c540abeccaf50

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

diffstat:
 toxic-git/patches/patch-Makefile           | 16 ----------------
 toxic-git/patches/patch-src_name__lookup.c | 14 --------------
 toxic-git/patches/patch-src_toxic.c        | 14 --------------
 3 files changed, 44 deletions(-)

diffs:
diff --git a/toxic-git/patches/patch-Makefile b/toxic-git/patches/patch-Makefile
deleted file mode 100644
index 3f9f784a19..0000000000
--- a/toxic-git/patches/patch-Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Base NetBSD build on FreeBSD build.
-
---- Makefile.orig	2015-12-26 05:56:46.000000000 +0000
-+++ Makefile
-@@ -30,6 +30,9 @@ endif
- ifeq ($(UNAME_S), OpenBSD)
-     -include $(CFG_DIR)/systems/FreeBSD.mk
- endif
-+ifeq ($(UNAME_S), NetBSD)
-+    -include $(CFG_DIR)/systems/FreeBSD.mk
-+endif
- ifeq ($(UNAME_S), Darwin)
-     -include $(CFG_DIR)/systems/Darwin.mk
- endif
diff --git a/toxic-git/patches/patch-src_name__lookup.c b/toxic-git/patches/patch-src_name__lookup.c
deleted file mode 100644
index cf2ad0aa18..0000000000
--- a/toxic-git/patches/patch-src_name__lookup.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Include stdarg.h.
-
---- src/name_lookup.c.orig	2015-12-26 05:56:46.000000000 +0000
-+++ src/name_lookup.c
-@@ -21,6 +21,7 @@
-  */
- 
- #include <stdlib.h>
-+#include <stdarg.h>
- #include <string.h>
- #include <curl/curl.h>
-
diff --git a/toxic-git/patches/patch-src_toxic.c b/toxic-git/patches/patch-src_toxic.c
deleted file mode 100644
index 3b571b16f0..0000000000
--- a/toxic-git/patches/patch-src_toxic.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Include stdarg.h.
-
---- src/toxic.c.orig	2015-12-26 05:56:46.000000000 +0000
-+++ src/toxic.c
-@@ -26,6 +26,7 @@
- #include <stdlib.h>
- #include <stdbool.h>
- #include <stdint.h>
-+#include <stdarg.h>
- #include <signal.h>
- #include <locale.h>
- #include <string.h>


Home | Main Index | Thread Index | Old Index