summaryrefslogtreecommitdiff
path: root/misc/rpm
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-20 05:46:15 +0000
committermycroft <mycroft>1998-03-20 05:46:15 +0000
commitca2862d9a3cb961d2c4099b1c1af81f2a6a977bc (patch)
treed39d743dc23ae2faff1492f714cced34b5f2c789 /misc/rpm
parent76578cf4cc39fd3e68a2d726775ed95ba7d62bb1 (diff)
downloadpkgsrc-ca2862d9a3cb961d2c4099b1c1af81f2a6a977bc.tar.gz
Remove unnecessary patches.
Diffstat (limited to 'misc/rpm')
-rw-r--r--misc/rpm/patches/patch-aa16
-rw-r--r--misc/rpm/patches/patch-ab15
-rw-r--r--misc/rpm/patches/patch-ac10
3 files changed, 0 insertions, 41 deletions
diff --git a/misc/rpm/patches/patch-aa b/misc/rpm/patches/patch-aa
deleted file mode 100644
index d0035ebeaf1..00000000000
--- a/misc/rpm/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- build/myftw.c.orig Thu Jan 23 17:14:47 1997
-+++ build/myftw.c Thu Jan 23 17:11:27 1997
-@@ -19,12 +19,12 @@
- not, write to the Free Software Foundation, Inc., 675 Mass Ave,
- Cambridge, MA 02139, USA. */
-
-+#include <sys/types.h>
- #include <errno.h>
- #include <limits.h>
- #include <stdlib.h>
- #include <string.h>
- #include <dirent.h>
--#include <sys/types.h>
- #include <sys/stat.h>
-
- #ifndef NAMLEN
diff --git a/misc/rpm/patches/patch-ab b/misc/rpm/patches/patch-ab
index dcff547be56..11a199ba9e3 100644
--- a/misc/rpm/patches/patch-ab
+++ b/misc/rpm/patches/patch-ab
@@ -1,18 +1,3 @@
---- lib/rpmrc.c 1997/10/13 14:28:44 1.1
-+++ lib/rpmrc.c 1997/10/13 14:31:38
-@@ -5,6 +5,12 @@
- # include <alloca.h>
- #endif
-
-+#include <sys/param.h>
-+
-+#if (defined(BSD) && BSD >= 199306)
-+#include <sys/time.h>
-+#endif
-+
- #include <ctype.h>
- #include <errno.h>
- #include <fcntl.h>
--- po/Makefile.in 1997/10/13 14:37:47 1.1
+++ po/Makefile.in 1997/10/13 14:39:08
@@ -58,8 +58,7 @@
diff --git a/misc/rpm/patches/patch-ac b/misc/rpm/patches/patch-ac
deleted file mode 100644
index d1ea9e9e6a1..00000000000
--- a/misc/rpm/patches/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- misc/miscfn.h.orig Fri Jun 27 23:55:33 1997
-+++ misc/miscfn.h Wed Jul 2 14:31:14 1997
-@@ -2,6 +2,7 @@
- #define H_MISCFN
-
- #include "config.h"
-+#include <sys/types.h>
-
- #if HAVE_FNMATCH_H
- #include <fnmatch.h>