public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/files/
@ 2019-01-22 20:26 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-01-22 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     ecbe7359c062620e4bea249c46dab99aa4aaa989
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 20:25:17 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 20:26:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbe7359

net-p2p/fms: [QA] Drop stale CVS $Header$ from init script (again).

Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-p2p/fms/files/fms | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-p2p/fms/files/fms b/net-p2p/fms/files/fms
index d98f3b29e4a..d7f0453f160 100644
--- a/net-p2p/fms/files/fms
+++ b/net-p2p/fms/files/fms
@@ -1,7 +1,6 @@
 #!/sbin/openrc-run
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/files/fms,v 1.4 2010/03/31 19:19:27 tommy Exp $
 
 # Check for OpenRC/Baselayout 2 - see bug #270646
 is_openrc() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/files/
@ 2020-06-20  7:51 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-06-20  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c169b7b7a005cc012d03348b507316ddb8bb4b14
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 07:26:30 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 07:50:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c169b7b7

net-p2p/fms: remove unused patch

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16336
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-p2p/fms/files/fms-use-system-libs3.patch | 41 ----------------------------
 1 file changed, 41 deletions(-)

diff --git a/net-p2p/fms/files/fms-use-system-libs3.patch b/net-p2p/fms/files/fms-use-system-libs3.patch
deleted file mode 100644
index 32a702511d5..00000000000
--- a/net-p2p/fms/files/fms-use-system-libs3.patch
+++ /dev/null
@@ -1,41 +0,0 @@
---- CMakeLists.txt	2016-06-04 21:18:20.000000000 +0200
-+++ CMakeLists.txt.new	2017-01-12 17:12:10.000000000 +0100
-@@ -373,11 +373,18 @@
- ENDIF(AUDIO_CAPTCHA)
- 
- IF(FROST_SUPPORT OR FCP_SSL_SUPPORT)
--	ADD_SUBDIRECTORY(libs/mbedtls)
--	TARGET_LINK_LIBRARIES(fms mbedtls)
--	TARGET_LINK_LIBRARIES(fms mbedcrypto)
--	TARGET_LINK_LIBRARIES(fms mbedx509)
--	INCLUDE_DIRECTORIES(libs/mbedtls/include)
-+
-+	FIND_LIBRARY(MBEDTLS_LIBRARY NAMES mbedtls )
-+	FIND_LIBRARY(MBEDCRYPTO_LIBRARY NAMES mbedcrypto mbedx509)
-+	FIND_LIBRARY(MBEDX509_LIBRARY NAMES mbedx509)
-+
-+	IF(MBEDTLS_LIBRARY)
-+		TARGET_LINK_LIBRARIES(fms ${MBEDTLS_LIBRARY})
-+		TARGET_LINK_LIBRARIES(fms ${MBEDCRYPTO_LIBRARY})
-+		TARGET_LINK_LIBRARIES(fms ${MBEDX509_LIBRARY})
-+	ELSE(MBEDTLS_LIBRARY)
-+		MESSAGE(FATAL ERROR: "Could not find mbedtls library.")
-+	ENDIF(MBEDTLS_LIBRARY)
- 
- 	IF(FROST_SUPPORT)
- 		ADD_DEFINITIONS(-DFROST_SUPPORT)
-@@ -405,3 +412,14 @@
- IF(BUILD_PLUGIN)
- 	ADD_SUBDIRECTORY(plugin)
- ENDIF(BUILD_PLUGIN)
-+
-+MESSAGE(STATUS "<<< Gentoo configuration >>>
-+Build type      ${CMAKE_BUILD_TYPE}
-+Install path    ${CMAKE_INSTALL_PREFIX}
-+Compiler flags:
-+C               ${CMAKE_C_FLAGS}
-+C++             ${CMAKE_CXX_FLAGS}
-+Linker flags:
-+Executable      ${CMAKE_EXE_LINKER_FLAGS}
-+Module          ${CMAKE_MODULE_LINKER_FLAGS}
-+Shared          ${CMAKE_SHARED_LINKER_FLAGS}\n")


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/files/
@ 2022-10-30 11:13 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-10-30 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7cd68b267177f60d00297ba2b6b05aa138048ec4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 11:12:48 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 11:12:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd68b26

net-p2p/fms/files: [QA] use git-format-patch style patches

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch |  4 ++--
 net-p2p/fms/files/fms-use-system-libs4.patch         | 19 ++-----------------
 2 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch b/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
index fdc1948abd82..88b5ad1189b1 100644
--- a/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
+++ b/net-p2p/fms/files/fms-0.3.83-fix-for-mbedtls-3.patch
@@ -1,5 +1,5 @@
---- /include/freenet/fcpv2.h	2016-06-04 18:16:06.000000000 +0200
-+++ /include/freenet/fcpv2.h.new	2021-10-29 11:38:04.000000000 +0200
+--- a/include/freenet/fcpv2.h
++++ b/include/freenet/fcpv2.h
 @@ -33,7 +33,7 @@
  #endif
  

diff --git a/net-p2p/fms/files/fms-use-system-libs4.patch b/net-p2p/fms/files/fms-use-system-libs4.patch
index fc017ce0023b..07968b32bf7a 100644
--- a/net-p2p/fms/files/fms-use-system-libs4.patch
+++ b/net-p2p/fms/files/fms-use-system-libs4.patch
@@ -1,5 +1,5 @@
---- /CMakeLists.txt	2016-06-04 22:18:20.000000000 +0200
-+++ /CMakeLists.txt.new	2018-11-25 14:05:45.000000000 +0100
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
 @@ -373,11 +373,17 @@
  ENDIF(AUDIO_CAPTCHA)
  
@@ -23,18 +23,3 @@
  
  	IF(FROST_SUPPORT)
  		ADD_DEFINITIONS(-DFROST_SUPPORT)
-@@ -405,3 +411,14 @@
- IF(BUILD_PLUGIN)
- 	ADD_SUBDIRECTORY(plugin)
- ENDIF(BUILD_PLUGIN)
-+
-+MESSAGE(STATUS "<<< Gentoo configuration >>>
-+Build type      ${CMAKE_BUILD_TYPE}
-+Install path    ${CMAKE_INSTALL_PREFIX}
-+Compiler flags:
-+C               ${CMAKE_C_FLAGS}
-+C++             ${CMAKE_CXX_FLAGS}
-+Linker flags:
-+Executable      ${CMAKE_EXE_LINKER_FLAGS}
-+Module          ${CMAKE_MODULE_LINKER_FLAGS}
-+Shared          ${CMAKE_SHARED_LINKER_FLAGS}\n")


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

end of thread, other threads:[~2022-10-30 11:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-30 11:13 [gentoo-commits] repo/gentoo:master commit in: net-p2p/fms/files/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-06-20  7:51 Michał Górny
2019-01-22 20:26 Ulrich Müller

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