pkgsrc-WIP-changes archive

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

portablexdr: Remove config.h include breaking consumers



Module Name:	pkgsrc-wip
Committed By:	Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By:	sjmulder
Date:		Sat Aug 7 22:26:43 2021 +0200
Changeset:	7c2b04ea8867231d333881a3519d7ac26a9de937

Modified Files:
	portablexdr/distinfo
Added Files:
	portablexdr/patches/patch-rpc_rpc.h

Log Message:
portablexdr: Remove config.h include breaking consumers

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

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

diffstat:
 portablexdr/distinfo                |  1 +
 portablexdr/patches/patch-rpc_rpc.h | 11 +++++++++++
 2 files changed, 12 insertions(+)

diffs:
diff --git a/portablexdr/distinfo b/portablexdr/distinfo
index 5d95111ac8..e53c3a1e55 100644
--- a/portablexdr/distinfo
+++ b/portablexdr/distinfo
@@ -4,3 +4,4 @@ SHA1 (portablexdr-4.9.1.tar.gz) = 2844eeb384e532e50364133fb42b47dcb140397e
 RMD160 (portablexdr-4.9.1.tar.gz) = 59a977098f5c6b6d090021b4aa64bd89db22d70b
 SHA512 (portablexdr-4.9.1.tar.gz) = 47f2402e7ed9f2f518e2a45e76e8ad6c4b1e7ae1bd9408ca4dca3d0883697e755460ee64eef405e23b1840ad3b89ad54555bdf59dc8bae3cd8b67086d6ab3b1f
 Size (portablexdr-4.9.1.tar.gz) = 354321 bytes
+SHA1 (patch-rpc_rpc.h) = 728723b57ae3702ee154136d5af95c06cb277cd6
diff --git a/portablexdr/patches/patch-rpc_rpc.h b/portablexdr/patches/patch-rpc_rpc.h
new file mode 100644
index 0000000000..6ce061a893
--- /dev/null
+++ b/portablexdr/patches/patch-rpc_rpc.h
@@ -0,0 +1,11 @@
+$NetBSD$
+
+Remove config.h include, unclear where that file is supposed to come
+from but it breaks consumers when installed.
+
+--- rpc/rpc.h.orig	2009-01-12 15:55:23.000000000 +0000
++++ rpc/rpc.h
+@@ -1,3 +1,2 @@
+-#include "config.h"
+ #include <rpc/types.h>
+ #include <rpc/xdr.h>


Home | Main Index | Thread Index | Old Index