public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/files/
@ 2017-01-03 21:22 Andrew Savchenko
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Savchenko @ 2017-01-03 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6d4ca79efa699df2ed6cba06f67d03028f368399
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 20:56:07 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 21:22:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4ca79e

net-libs/xrootd: remove unused confd

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 net-libs/xrootd/files/cmsd.confd | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/net-libs/xrootd/files/cmsd.confd b/net-libs/xrootd/files/cmsd.confd
deleted file mode 100644
index ab5aa8c..00000000
--- a/net-libs/xrootd/files/cmsd.confd
+++ /dev/null
@@ -1,9 +0,0 @@
-# conf.d file for cmsd daemon
-
-# User to run as (default is root)
-CMSD_USER="root"
-
-#
-# Please refer to the cmsd(1) man(1) page for more
-# information on command line parameters. 
-CMSD_OPTS=""


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/files/
@ 2019-03-26 16:45 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-03-26 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c800964185fc1a20879a175e30ea4013123936d8
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 18:16:13 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 16:45:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8009641

net-libs/xrootd: remove unused patch.

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11499
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-libs/xrootd/files/xrootd-no-werror.patch | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/net-libs/xrootd/files/xrootd-no-werror.patch b/net-libs/xrootd/files/xrootd-no-werror.patch
deleted file mode 100644
index b8010b777e3..00000000000
--- a/net-libs/xrootd/files/xrootd-no-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/XRootDOSDefs.cmake
-+++ b/cmake/XRootDOSDefs.cmake
-@@ -15,7 +15,7 @@
- # GCC
- #-------------------------------------------------------------------------------
- if( CMAKE_COMPILER_IS_GNUCXX )
--  set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror" )
-+  set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra" )
-   set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-parameter" )
-   # gcc 4.1 is retarded
-   execute_process( COMMAND ${CMAKE_C_COMPILER} -dumpversion


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/files/
@ 2023-07-05  8:35 Guilherme Amadio
  0 siblings, 0 replies; 4+ messages in thread
From: Guilherme Amadio @ 2023-07-05  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4dfa90e2f6946e7de82b35d067ae4802ee389d96
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul  5 06:31:16 2023 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 08:34:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfa90e2

net-libs/xrootd: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/31754

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 .../xrootd/files/xrootd-5.4.3-no_automagic.patch   | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch b/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch
deleted file mode 100644
index d50ea40e1c49..000000000000
--- a/net-libs/xrootd/files/xrootd-5.4.3-no_automagic.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/cmake/XRootDFindLibs.cmake
-+++ b/cmake/XRootDFindLibs.cmake
-@@ -25,15 +25,19 @@
- 
- find_package( TinyXml )
- 
--find_package( LibXml2 )
-+if( ENABLE_LIBXML2 )
-+find_package( LibXml2 REQUIRED )
- if( LIBXML2_FOUND )
-   add_definitions( -DHAVE_XML2 )
- endif()
-+endif()
- 
--find_package( Systemd )
-+if( ENABLE_SYSTEMD )
-+find_package( Systemd REQUIRED )
- if( SYSTEMD_FOUND )
-   add_definitions( -DHAVE_SYSTEMD )
- endif()
-+endif()
- 
- find_package( CURL )
- 


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/files/
@ 2024-07-05 17:41 Conrad Kostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2024-07-05 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     8b5a2b71ab808b739348ce28cde6df4f7c768a39
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul  4 06:58:36 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 17:41:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5a2b71

net-libs/xrootd: remove unused patches

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-libs/xrootd/files/xrootd-4.8.3-crc32.patch     | 58 ----------------------
 .../files/xrootd-5.4.3-cmake_no_python.patch       | 15 ------
 2 files changed, 73 deletions(-)

diff --git a/net-libs/xrootd/files/xrootd-4.8.3-crc32.patch b/net-libs/xrootd/files/xrootd-4.8.3-crc32.patch
deleted file mode 100644
index 9f27c4369880..000000000000
--- a/net-libs/xrootd/files/xrootd-4.8.3-crc32.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From 64f81b7fad227097f5e135d25a5574cfecf4d50d Mon Sep 17 00:00:00 2001
-From: Guilherme Amadio <amadio@cern.ch>
-Date: Fri, 18 May 2018 11:30:58 +0200
-Subject: [PATCH] Remove declarations of crc32 and adler32
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-These break compilation with the error below:
-
-xrootd-4.8.3/tests/XrdSsiTests/XrdShMap.cc:
-    In function ‘int DoA32(const char*)’:
-xrootd-4.8.3/tests/XrdSsiTests/XrdShMap.cc:418:34:
-    error: expected initializer before ‘OF’
-ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
-                              ^^
----
- src/XrdSsi/XrdSsiShMam.cc     | 2 +-
- tests/XrdSsiTests/XrdShMap.cc | 3 ---
- 2 files changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/src/XrdSsi/XrdSsiShMam.cc b/src/XrdSsi/XrdSsiShMam.cc
-index 013dc855..a4803d71 100644
---- a/src/XrdSsi/XrdSsiShMam.cc
-+++ b/src/XrdSsi/XrdSsiShMam.cc
-@@ -882,7 +882,7 @@ bool XrdSsiShMam::GetItem(void *data, const char *key, int hash)
- /******************************************************************************/
-   
- int XrdSsiShMam::HashVal(const char *key)
--{  ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
-+{
-    uLong crc;
-    int hval, klen = strlen(key);
- 
-diff --git a/tests/XrdSsiTests/XrdShMap.cc b/tests/XrdSsiTests/XrdShMap.cc
-index bb642ac3..860fa7ad 100644
---- a/tests/XrdSsiTests/XrdShMap.cc
-+++ b/tests/XrdSsiTests/XrdShMap.cc
-@@ -415,7 +415,6 @@ void Explain(const char *what)
-   
- int DoA32(const char *buff)
- {
--   ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
-    uLong adler = adler32(0L, Z_NULL, 0);
- 
- // Check for ID request now
-@@ -438,8 +437,6 @@ int DoA32(const char *buff)
-   
- int DoC32(const char *buff)
- {
--   ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
--
- // Check for ID request now
- //
-    if (!buff) {int myID; memcpy(&myID, "c32 ", sizeof(int)); return myID;}
--- 
-2.17.0
-

diff --git a/net-libs/xrootd/files/xrootd-5.4.3-cmake_no_python.patch b/net-libs/xrootd/files/xrootd-5.4.3-cmake_no_python.patch
deleted file mode 100644
index 04607cdd7b04..000000000000
--- a/net-libs/xrootd/files/xrootd-5.4.3-cmake_no_python.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/bindings/python/CMakeLists.txt
-+++ b/bindings/python/CMakeLists.txt
-@@ -32,6 +32,7 @@
- 
- configure_file(${SETUP_PY_IN} ${SETUP_PY})
- 
-+if (0)
- string(FIND "${PIP_OPTIONS}" "--prefix" PIP_OPTIONS_PREFIX_POSITION)
- if( "${PIP_OPTIONS_PREFIX_POSITION}" EQUAL "-1" )
-   string(APPEND PIP_OPTIONS " --prefix \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}")
-@@ -100,3 +101,4 @@
-       )"
-   )
- endif()
-+endif()


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

end of thread, other threads:[~2024-07-05 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05 17:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/xrootd/files/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2023-07-05  8:35 Guilherme Amadio
2019-03-26 16:45 Patrice Clement
2017-01-03 21:22 Andrew Savchenko

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