summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-26 15:31:56 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-26 16:31:27 -0400
commit3ee36efb2947047e16b1710d23c78176e0a9f7dd (patch)
tree7c48e8e3533f2015fd3bbdc9c61acf05bd5f4048 /sys-freebsd/freebsd-rescue/files
parentsys-freebsd/freebsd-usbin: drop EAPI=2 (diff)
downloadgentoo-3ee36efb2947047e16b1710d23c78176e0a9f7dd.tar.gz
gentoo-3ee36efb2947047e16b1710d23c78176e0a9f7dd.tar.bz2
gentoo-3ee36efb2947047e16b1710d23c78176e0a9f7dd.zip
sys-freebsd/freebsd-rescue: drop EAPI=2
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-freebsd/freebsd-rescue/files')
-rw-r--r--sys-freebsd/freebsd-rescue/files/freebsd-rescue-7.1-zlib.patch21
-rw-r--r--sys-freebsd/freebsd-rescue/files/freebsd-rescue-8.0-pkgconfig_static_libarchive.patch11
-rw-r--r--sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-bsdtar.patch12
-rw-r--r--sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-libcleverlink.patch21
-rw-r--r--sys-freebsd/freebsd-rescue/files/freebsd-sbin-bsdxml2expat.patch13
5 files changed, 0 insertions, 78 deletions
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-7.1-zlib.patch b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-7.1-zlib.patch
deleted file mode 100644
index 22fb2ec62d4f..000000000000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-7.1-zlib.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ur sbin/savecore/savecore.c sbin-zlib/savecore/savecore.c
---- sbin/savecore/savecore.c 2005-02-26 01:21:50 +0000
-+++ sbin-zlib/savecore/savecore.c 2005-05-06 12:00:06 +0000
-@@ -95,7 +95,7 @@
- static int checkfor, compress, clear, force, keep, verbose; /* flags */
- static int nfound, nsaved, nerr; /* statistics */
-
--extern FILE *zopen(const char *, const char *);
-+extern FILE *gzopen(const char *, const char *);
-
- static void
- printheader(FILE *f, const struct kerneldumpheader *h, const char *device,
-@@ -553,7 +553,7 @@
- if (compress) {
- sprintf(filename, "%s.%d.gz", istextdump ? "textdump.tar" :
- "vmcore", bounds);
-- fp = zopen(filename, "w");
-+ fp = gzopen(filename, "w");
- } else {
- sprintf(filename, "%s.%d", istextdump ? "textdump.tar" :
- "vmcore", bounds);
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-8.0-pkgconfig_static_libarchive.patch b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-8.0-pkgconfig_static_libarchive.patch
deleted file mode 100644
index 7d12621cec80..000000000000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-8.0-pkgconfig_static_libarchive.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- rescue/rescue/Makefile.old 2010-03-12 12:14:17 +0100
-+++ rescue/rescue/Makefile 2010-03-12 12:14:47 +0100
-@@ -209,7 +209,7 @@
- CRUNCH_LIBS+= -lbz2
-
- CRUNCH_PROGS_usr.bin+= tar
--CRUNCH_LIBS+= -larchive -lmd
-+CRUNCH_LIBS+= `pkg-config --static --libs libarchive` -lmd
- .if ${MK_OPENSSL} != "no"
- CRUNCH_LIBS+= -lcrypto
- .endif
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-bsdtar.patch b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-bsdtar.patch
deleted file mode 100644
index d4d23d73f11c..000000000000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-bsdtar.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur work.orig/contrib/libarchive/tar/bsdtar.c work/contrib/libarchive/tar/bsdtar.c
---- work.orig/contrib/libarchive/tar/bsdtar.c 2012-07-12 13:44:29.000000000 +0900
-+++ work/contrib/libarchive/tar/bsdtar.c 2012-07-29 00:57:25.000000000 +0900
-@@ -691,7 +691,7 @@
- {
- printf("bsdtar %s - %s\n",
- BSDTAR_VERSION_STRING,
-- archive_version());
-+ archive_version_string());
- exit(0);
- }
-
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-libcleverlink.patch b/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-libcleverlink.patch
deleted file mode 100644
index a194397b1311..000000000000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-rescue-9.1-libcleverlink.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Nur work.orig/rescue/rescue/Makefile work/rescue/rescue/Makefile
---- work.orig/rescue/rescue/Makefile 2012-07-29 00:50:20.000000000 +0900
-+++ work/rescue/rescue/Makefile 2012-07-29 00:56:01.000000000 +0900
-@@ -125,7 +125,7 @@
- .if ${MK_ZFS} != "no"
- CRUNCH_LIBS+= -lavl -lnvpair -lpthread -lzfs -luutil -lumem
- .endif
--CRUNCH_LIBS+= -lgeom -lexpat -ljail -lkiconv -lmd -lreadline -lsbuf -lufs -lz
-+CRUNCH_LIBS+= -lgeom -lexpat -ljail -lkiconv -lreadline -lsbuf -lufs
-
- .if ${MACHINE_CPUARCH} == "i386"
- CRUNCH_PROGS_sbin+= bsdlabel sconfig fdisk
-@@ -216,7 +216,7 @@
- CRUNCH_PROGS_usr.sbin+= chown
- CRUNCH_ALIAS_chown= chgrp
- ##################################################################
--CRUNCH_LIBS+= -lm
-+CRUNCH_LIBS+= -lmd -lz -lm
-
- .include <bsd.crunchgen.mk>
- .include <bsd.prog.mk>
diff --git a/sys-freebsd/freebsd-rescue/files/freebsd-sbin-bsdxml2expat.patch b/sys-freebsd/freebsd-rescue/files/freebsd-sbin-bsdxml2expat.patch
deleted file mode 100644
index bdda99b8c0da..000000000000
--- a/sys-freebsd/freebsd-rescue/files/freebsd-sbin-bsdxml2expat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -uNr sbin/ifconfig.old/regdomain.c sbin/ifconfig/regdomain.c
---- sbin/ifconfig.old/regdomain.c 2010-12-21 17:09:25.000000000 +0000
-+++ sbin/ifconfig/regdomain.c 2011-07-10 15:56:27.000000000 +0000
-@@ -39,7 +39,7 @@
- #include <err.h>
- #include <unistd.h>
-
--#include <bsdxml.h>
-+#include <expat.h>
-
- #include "regdomain.h"
-
-Los ficheros binarios sbin/ifconfig.old/regdomain.o y sbin/ifconfig/regdomain.o son distintos