* [gentoo-commits] repo/gentoo:master commit in: sys-apps/mtree/files/
@ 2017-02-04 21:22 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-02-04 21:22 UTC (permalink / raw
To: gentoo-commits
commit: 5e1cc1f5553c5bfed28c601d4522d263915c074d
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 3 15:12:58 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 21:19:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1cc1f5
sys-apps/mtree: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3791
sys-apps/mtree/files/mtree-1.5-gcc4.patch | 29 -----------------------
sys-apps/mtree/files/mtree-2007.4+glibc-2.8.patch | 25 -------------------
2 files changed, 54 deletions(-)
diff --git a/sys-apps/mtree/files/mtree-1.5-gcc4.patch b/sys-apps/mtree/files/mtree-1.5-gcc4.patch
deleted file mode 100644
index a57feed..00000000
--- a/sys-apps/mtree/files/mtree-1.5-gcc4.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: bootstrap-pkgsrc/digest/sha2.h
-===================================================================
---- bootstrap-pkgsrc.orig/digest/sha2.h
-+++ bootstrap-pkgsrc/digest/sha2.h
-@@ -99,21 +99,21 @@ void SHA256_Init(SHA256_CTX *);
- void SHA256_Update(SHA256_CTX*, const u_int8_t*, size_t);
- void SHA256_Final(u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*);
- char* SHA256_End(SHA256_CTX*, u_char *);
--char* SHA256_Data(const u_int8_t*, size_t, u_char *);
-+char* SHA256_Data(const u_char*, size_t, u_char *);
- char *SHA256_File(char *, char *);
-
- void SHA384_Init(SHA384_CTX*);
- void SHA384_Update(SHA384_CTX*, const u_int8_t*, size_t);
- void SHA384_Final(u_int8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*);
- char* SHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]);
--char* SHA384_Data(const u_int8_t*, size_t, char[SHA384_DIGEST_STRING_LENGTH]);
-+char* SHA384_Data(const u_char*, size_t, char[SHA384_DIGEST_STRING_LENGTH]);
- char *SHA384_File(char *, char *);
-
- void SHA512_Init(SHA512_CTX*);
- void SHA512_Update(SHA512_CTX*, const u_int8_t*, size_t);
- void SHA512_Final(u_int8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
- char* SHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]);
--char* SHA512_Data(const u_int8_t*, size_t, char[SHA512_DIGEST_STRING_LENGTH]);
-+char* SHA512_Data(const u_char*, size_t, char[SHA512_DIGEST_STRING_LENGTH]);
- char *SHA512_File(char *, char *);
-
- #endif /* SHA2_USE_INTTYPES_H */
diff --git a/sys-apps/mtree/files/mtree-2007.4+glibc-2.8.patch b/sys-apps/mtree/files/mtree-2007.4+glibc-2.8.patch
deleted file mode 100644
index 9987157..00000000
--- a/sys-apps/mtree/files/mtree-2007.4+glibc-2.8.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: pkgsrc/pkgtools/libnbcompat/files/nbcompat/limits.h
-===================================================================
---- pkgsrc.orig/pkgtools/libnbcompat/files/nbcompat/limits.h
-+++ pkgsrc/pkgtools/libnbcompat/files/nbcompat/limits.h
-@@ -43,6 +43,11 @@
- # include <limits.h>
- #endif
-
-+/* Needed for glibc 2.8 */
-+#ifdef HAVE_SYS_PARAM_H
-+# include <sys/param.h>
-+#endif
-+
- /*
- * Declare functions and macros that may be missing in <limits.h>.
- */
-@@ -77,4 +82,8 @@
- # define UID_MAX 2147483647U /* max value for a uid_t (2^31-2) */
- #endif
-
-+#if !defined(ARG_MAX) && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 8) )
-+# define ARG_MAX sysconf(_SC_ARG_MAX)
-+#endif
-+
- #endif /* !_NBCOMPAT_LIMITS_H_ */
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-04 21:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-04 21:22 [gentoo-commits] repo/gentoo:master commit in: sys-apps/mtree/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox