summaryrefslogtreecommitdiff
path: root/misc/rpm
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-10-19 16:05:21 +0000
committergrant <grant@pkgsrc.org>2003-10-19 16:05:21 +0000
commitf04327a8c57b2235b1bf79167e50ab960f042d31 (patch)
tree477fdb83a2fbdcd66fa5026438c915b9f2baece3 /misc/rpm
parent3fe8151441e6ab624d00786cbd892ea496568711 (diff)
downloadpkgsrc-f04327a8c57b2235b1bf79167e50ab960f042d31.tar.gz
no need to #include <malloc.h>.
fixes build on FreeBSD.
Diffstat (limited to 'misc/rpm')
-rw-r--r--misc/rpm/distinfo6
-rw-r--r--misc/rpm/patches/patch-ca12
-rw-r--r--misc/rpm/patches/patch-cb12
-rw-r--r--misc/rpm/patches/patch-cc12
-rw-r--r--misc/rpm/patches/patch-cd12
5 files changed, 53 insertions, 1 deletions
diff --git a/misc/rpm/distinfo b/misc/rpm/distinfo
index 02dce129832..e0327b3dd0a 100644
--- a/misc/rpm/distinfo
+++ b/misc/rpm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/07/15 22:38:15 jlam Exp $
+$NetBSD: distinfo,v 1.5 2003/10/19 16:05:21 grant Exp $
SHA1 (rpm-2.5.4.tar.gz) = a7fcd67883aec8d5f17483d5efebe7e5f5453462
Size (rpm-2.5.4.tar.gz) = 727849 bytes
@@ -9,3 +9,7 @@ SHA1 (patch-ba) = edf6708fe7ef3b0e899473a13fe709d8c561e14b
SHA1 (patch-bb) = dc0ea2dd366b793003218858ca3d67bc285a2089
SHA1 (patch-bc) = 95a27125f8e17a5433bab273958d49ec3e0f3376
SHA1 (patch-bd) = 1c9cd4587314ee45bccdf08c6ecaabbe641aaa5d
+SHA1 (patch-ca) = 7f4b008eee3b9f1bd3abc49686f70a327376af55
+SHA1 (patch-cb) = 30f98037c6a5ba753bc19b20564e177ad1e8c1a9
+SHA1 (patch-cc) = d5955ec8b51950aadf930a62743601c2d4a0a127
+SHA1 (patch-cd) = 30e28a8f9453d4a4553ed08eeb43ba049fb35567
diff --git a/misc/rpm/patches/patch-ca b/misc/rpm/patches/patch-ca
new file mode 100644
index 00000000000..09d480537de
--- /dev/null
+++ b/misc/rpm/patches/patch-ca
@@ -0,0 +1,12 @@
+$NetBSD: patch-ca,v 1.1 2003/10/19 16:05:21 grant Exp $
+
+--- build/files.c.orig 1998-09-28 06:16:39.000000000 +1000
++++ build/files.c
+@@ -7,7 +7,6 @@
+ #endif
+
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <regex.h>
diff --git a/misc/rpm/patches/patch-cb b/misc/rpm/patches/patch-cb
new file mode 100644
index 00000000000..5d3958cffb4
--- /dev/null
+++ b/misc/rpm/patches/patch-cb
@@ -0,0 +1,12 @@
+$NetBSD: patch-cb,v 1.1 2003/10/19 16:05:21 grant Exp $
+
+--- build/pack.c.orig 1998-09-28 06:16:43.000000000 +1000
++++ build/pack.c
+@@ -4,7 +4,6 @@
+ #include <sys/stat.h>
+ #include <sys/wait.h>
+ #include <fcntl.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <errno.h>
+ #include <signal.h>
diff --git a/misc/rpm/patches/patch-cc b/misc/rpm/patches/patch-cc
new file mode 100644
index 00000000000..77f922f8571
--- /dev/null
+++ b/misc/rpm/patches/patch-cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-cc,v 1.1 2003/10/19 16:05:21 grant Exp $
+
+--- build/parseScript.c.orig 1998-09-28 06:16:53.000000000 +1000
++++ build/parseScript.c
+@@ -1,6 +1,6 @@
+ #include "config.h"
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "intl.h"
diff --git a/misc/rpm/patches/patch-cd b/misc/rpm/patches/patch-cd
new file mode 100644
index 00000000000..c94910caa7d
--- /dev/null
+++ b/misc/rpm/patches/patch-cd
@@ -0,0 +1,12 @@
+$NetBSD: patch-cd,v 1.1 2003/10/19 16:05:21 grant Exp $
+
+--- build/spec.c.orig 1998-09-28 06:16:58.000000000 +1000
++++ build/spec.c
+@@ -1,7 +1,6 @@
+ #include "config.h"
+
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <string.h>
+
+ #include "files.h"