public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/files/
@ 2017-08-09 12:18 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2017-08-09 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     2428b2cc28820f2c15febdab5555df6a0fc67cbc
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Aug  9 09:13:33 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 12:18:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2428b2cc

sys-libs/uclibc-ng: remove unused patch

 sys-libs/uclibc-ng/files/uclibc-compat.patch | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/sys-libs/uclibc-ng/files/uclibc-compat.patch b/sys-libs/uclibc-ng/files/uclibc-compat.patch
deleted file mode 100644
index 58277561b74..00000000000
--- a/sys-libs/uclibc-ng/files/uclibc-compat.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur uClibc-ng-1.0.13.orig/ldso/ldso/Makefile.in uClibc-ng-1.0.13/ldso/ldso/Makefile.in
---- uClibc-ng-1.0.13.orig/ldso/ldso/Makefile.in	2016-03-13 21:48:40.000000000 +0000
-+++ uClibc-ng-1.0.13/ldso/ldso/Makefile.in	2016-04-08 13:45:06.837079637 +0000
-@@ -76,8 +76,6 @@
- $(ldso:.$(ABI_VERSION)=): | $(top_builddir)lib
- $(ldso:.$(ABI_VERSION)=): $($(UCLIBC_LDSO_NAME)_OUT)/$(UCLIBC_LDSO_NAME)_so.a
- 	$(call link.so,$(ldso_FULL_NAME),$(ABI_VERSION))
--	# link for backward compatibility
--	(cd $(top_builddir)lib; ln -sf $(UCLIBC_LDSO_NAME).so.$(ABI_VERSION) $(UCLIBC_LDSO_NAME).so.0 )
- 
- $($(UCLIBC_LDSO_NAME)_OUT)/$(UCLIBC_LDSO_NAME)_so.a: $(ldso-y)
- 	$(Q)$(RM) $@


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/files/
@ 2017-12-12 18:34 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2017-12-12 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0f52d45c263a997707d768cd3a3e0618f9854597
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  1 15:35:57 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 18:34:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f52d45c

sys-libs/uclibc-ng: remove unused patch

 .../files/uclibc-ng-update-reboot_h.patch          | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch b/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch
deleted file mode 100644
index 70d7d709b62..00000000000
--- a/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 5a305695ad09696bc27c1928deedabbc9e93da55 Mon Sep 17 00:00:00 2001
-From: "Anthony G. Basile" <blueness@gentoo.org>
-Date: Mon, 22 May 2017 09:57:27 -0400
-Subject: [PATCH] include/sys/reboot.h: add constants RB_SW_SUSPEND and
- RB_KEXEC
-
-This syncs up <sys/reboot.h> with the GNU C library, see their
-commit 1a09dc56.  These constants are needed by init systems like
-openrc.
-
-Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
----
- include/sys/reboot.h | 8 +++++++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/include/sys/reboot.h b/include/sys/reboot.h
-index bc685aebb..fafd2fb0c 100644
---- a/include/sys/reboot.h
-+++ b/include/sys/reboot.h
-@@ -1,4 +1,4 @@
--/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
-+/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
-    This file is part of the GNU C Library.
- 
-    The GNU C Library is free software; you can redistribute it and/or
-@@ -38,6 +38,12 @@
- /* Stop system and switch power off if possible.  */
- #define RB_POWER_OFF	0x4321fedc
- 
-+/* Suspend system using software suspend.  */
-+#define RB_SW_SUSPEND	0xd000fce2
-+
-+/* Reboot system into new kernel.  */
-+#define RB_KEXEC	0x45584543
-+
- __BEGIN_DECLS
- 
- /* Reboot or halt the system.  */
--- 
-2.13.0
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/files/
@ 2019-12-17 15:08 Anthony G. Basile
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2019-12-17 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     21320fb2ea2ea7d16d7a20e0d9e97e4f2fae2480
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Dec 16 20:38:51 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 15:00:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21320fb2

sys-libs/uclibc-ng: remove unused patch

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 .../files/uclibc-ng-1.0.30-fix-ld.so.cache.patch   | 48 ----------------------
 1 file changed, 48 deletions(-)

diff --git a/sys-libs/uclibc-ng/files/uclibc-ng-1.0.30-fix-ld.so.cache.patch b/sys-libs/uclibc-ng/files/uclibc-ng-1.0.30-fix-ld.so.cache.patch
deleted file mode 100644
index 6b13e0890d2..00000000000
--- a/sys-libs/uclibc-ng/files/uclibc-ng-1.0.30-fix-ld.so.cache.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-commit 92d250d387e247029900c9074150f45866b29781
-Author: Waldemar Brodkorb <wbx@openadk.org>
-Date:   Sun Apr 29 19:34:11 2018 +0200
-
-    Revert "ldconfig: add glibc compatibility fix"
-    
-    This reverts commit 2a3bb4daf5778c5875674cd26a3c75b3d460a042.
-    
-    This is breaking ld.so.cache usage. Seen on Gentoo/amd64.
-    
-    Reported-by: "Anthony G. Basile" <basile@freeharbor.net>
-
-diff --git a/utils/ldconfig.c b/utils/ldconfig.c
-index 58939d689..e6b788118 100644
---- a/utils/ldconfig.c
-+++ b/utils/ldconfig.c
-@@ -184,9 +184,10 @@ static char *readsoname(char *name, FILE *infile, int expected_type,
- 		res = readsoname32(name, infile, expected_type, type);
- 	else {
- 		res = readsoname64(name, infile, expected_type, type);
--
--		// For 64-bit glibc compatibility
--		*type |= FLAG_X8664_LIB64;
-+#if 0
-+		/* relies on multilib support which we dont have ... */
-+		*type |= LIB_ELF64;
-+#endif
- 	}
- 
- 	return res;
-@@ -757,7 +758,7 @@ void cache_print(void)
- 
- 	for (fd = 0; fd < header->nlibs; fd++) {
- 		printf("\t%s ", strs + libent[fd].sooffset);
--		switch (libent[fd].flags & ~LIB_ELF64 & FLAG_TYPE_MASK) {
-+		switch (libent[fd].flags & ~LIB_ELF64) {
- 		case LIB_DLL:
- 			printf("(libc4)");
- 			break;
-@@ -770,7 +771,7 @@ void cache_print(void)
- 		case LIB_ELF_LIBC5:
- 		case LIB_ELF_LIBC6:
- 			printf("(libc%d%s)",
--			       (libent[fd].flags & ~LIB_ELF64 & FLAG_TYPE_MASK) + 3,
-+			       (libent[fd].flags & ~LIB_ELF64) + 3,
- 			       libent[fd].flags & LIB_ELF64 ? "/64" : "");
- 			break;
- 		default:


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-17 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-12 18:34 [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/files/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2019-12-17 15:08 Anthony G. Basile
2017-08-09 12:18 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox