From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- games-server/pvpgn/files/pvpgn-1.8.5-fhs.patch | 20 ++++++------- .../pvpgn/files/pvpgn-1.99.7.2.1-path.patch | 33 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 12 deletions(-) create mode 100644 games-server/pvpgn/files/pvpgn-1.99.7.2.1-path.patch (limited to 'games-server/pvpgn/files') diff --git a/games-server/pvpgn/files/pvpgn-1.8.5-fhs.patch b/games-server/pvpgn/files/pvpgn-1.8.5-fhs.patch index d1450b3ad178..f4238450c414 100644 --- a/games-server/pvpgn/files/pvpgn-1.8.5-fhs.patch +++ b/games-server/pvpgn/files/pvpgn-1.8.5-fhs.patch @@ -1,6 +1,5 @@ -diff -ruN pvpgn-1.8.0rc2.orig/conf/bnetd.conf.in pvpgn-1.8.0rc2/conf/bnetd.conf.in ---- pvpgn-1.8.0rc2.orig/conf/bnetd.conf.in 2005-09-19 08:17:50.000000000 -0400 -+++ pvpgn-1.8.0rc2/conf/bnetd.conf.in 2006-08-16 23:34:10.000000000 -0400 +--- a/conf/bnetd.conf.in ++++ b/conf/bnetd.conf.in @@ -50,22 +50,22 @@ # - "prefix" : prefix to use for all pvpgn tables (default "") # # # @@ -94,9 +93,8 @@ diff -ruN pvpgn-1.8.0rc2.orig/conf/bnetd.conf.in pvpgn-1.8.0rc2/conf/bnetd.conf. fortunecmd = /usr/games/fortune -diff -ruN pvpgn-1.8.0rc2.orig/conf/d2cs.conf.in pvpgn-1.8.0rc2/conf/d2cs.conf.in ---- pvpgn-1.8.0rc2.orig/conf/d2cs.conf.in 2005-09-29 01:37:33.000000000 -0400 -+++ pvpgn-1.8.0rc2/conf/d2cs.conf.in 2006-08-16 23:35:43.000000000 -0400 +--- a/conf/d2cs.conf.in ++++ b/conf/d2cs.conf.in @@ -86,16 +86,16 @@ # Use absolute paths in these lines to avoid problems! # #-------------------------------------------------------------------------------# @@ -124,9 +122,8 @@ diff -ruN pvpgn-1.8.0rc2.orig/conf/d2cs.conf.in pvpgn-1.8.0rc2/conf/d2cs.conf.in # # ################################################################################# -diff -ruN pvpgn-1.8.0rc2.orig/conf/d2dbs.conf.in pvpgn-1.8.0rc2/conf/d2dbs.conf.in ---- pvpgn-1.8.0rc2.orig/conf/d2dbs.conf.in 2005-08-24 23:58:18.000000000 -0400 -+++ pvpgn-1.8.0rc2/conf/d2dbs.conf.in 2006-08-16 23:36:58.000000000 -0400 +--- a/conf/d2dbs.conf.in ++++ b/conf/d2dbs.conf.in @@ -49,14 +49,14 @@ # File and Path section # # Use absolute paths in these lines to avoid problems! # @@ -151,9 +148,8 @@ diff -ruN pvpgn-1.8.0rc2.orig/conf/d2dbs.conf.in pvpgn-1.8.0rc2/conf/d2dbs.conf. # # ################################################################################# -diff -ruN pvpgn-1.8.0rc2.orig/src/Makefile.in pvpgn-1.8.0rc2/src/Makefile.in ---- pvpgn-1.8.0rc2.orig/src/Makefile.in 2005-07-29 02:11:38.000000000 +0600 -+++ pvpgn-1.8.0rc2/src/Makefile.in 2005-09-23 15:10:02.968342144 +0600 +--- a/src/Makefile.in ++++ b/src/Makefile.in @@ -23,22 +23,23 @@ bindir = @bindir@ sbindir = @sbindir@ diff --git a/games-server/pvpgn/files/pvpgn-1.99.7.2.1-path.patch b/games-server/pvpgn/files/pvpgn-1.99.7.2.1-path.patch new file mode 100644 index 000000000000..8cfa94610b55 --- /dev/null +++ b/games-server/pvpgn/files/pvpgn-1.99.7.2.1-path.patch @@ -0,0 +1,33 @@ +--- a/cmake/Modules/DefineInstallationPaths.cmake ++++ b/cmake/Modules/DefineInstallationPaths.cmake +@@ -37,8 +37,8 @@ + ) + else() + SET(LOCALSTATE_INSTALL_DIR +- "${EXEC_INSTALL_PREFIX}/var/${APPLICATION_NAME}" +- CACHE PATH "The ${APPLICATION_NAME} local state install dir (default prefix/var)" ++ "/var/${APPLICATION_NAME}" ++ CACHE PATH "The ${APPLICATION_NAME} local state install dir (default /var)" + FORCE + ) + endif() +@@ -75,4 +75,4 @@ + CACHE PATH "The ${APPLICATION_NAME} sysconfig install dir (default prefix/etc)" + FORCE + ) +-endif() +\ No newline at end of file ++endif() +--- a/cmake/Modules/DefineInstallationPaths.cmake ++++ b/cmake/Modules/DefineInstallationPaths.cmake +@@ -71,8 +71,8 @@ + ) + else() + SET(SYSCONF_INSTALL_DIR +- "${EXEC_INSTALL_PREFIX}/etc/${APPLICATION_NAME}" +- CACHE PATH "The ${APPLICATION_NAME} sysconfig install dir (default prefix/etc)" ++ "/etc/${APPLICATION_NAME}" ++ CACHE PATH "The ${APPLICATION_NAME} sysconfig install dir (default /etc)" + FORCE + ) + endif() -- cgit v1.2.3