diff options
author | eroen <eroen@occam.eroen.eu> | 2014-08-13 03:33:04 +0200 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-08-14 11:15:39 +0200 |
commit | 64bb4aca564436052cb8e1fbd2444832f0bf0e60 (patch) | |
tree | f2eb327b7ee5e5edb91dbc34c5722dc93fa4b98b /games-util | |
parent | dfhack - improveify postinst message (diff) | |
download | eroen-64bb4aca564436052cb8e1fbd2444832f0bf0e60.tar.gz eroen-64bb4aca564436052cb8e1fbd2444832f0bf0e60.tar.bz2 eroen-64bb4aca564436052cb8e1fbd2444832f0bf0e60.zip |
dfhack - remove wrong patch
Diffstat (limited to 'games-util')
13 files changed, 4 insertions, 52 deletions
diff --git a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-eggy-remove-annoying-banner.patch index c8fbdd1..c8fbdd1 100644 --- a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-eggy-remove-annoying-banner.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch deleted file mode 100644 index 2f941b3..0000000 --- a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch +++ /dev/null @@ -1,46 +0,0 @@ -getPath() - configurable path - -From: eroen <eroen@occam.eroen.eu> - - ---- - library/Core.cpp | 4 ++++ - library/Process-linux.cpp | 4 ++++ - 2 files changed, 8 insertions(+) - -diff --git a/library/Core.cpp b/library/Core.cpp -index 94a290d..386b89b 100644 ---- a/library/Core.cpp -+++ b/library/Core.cpp -@@ -422,6 +422,10 @@ string findScript(string path, string name) { - if (fileExists(file)) { - return file; - } -+ file = path + "/scripts/" + name; -+ if (fileExists(file)) { -+ return file; -+ } - return ""; - } - -diff --git a/library/Process-linux.cpp b/library/Process-linux.cpp -index 1b430e5..210a625 100644 ---- a/library/Process-linux.cpp -+++ b/library/Process-linux.cpp -@@ -190,12 +190,16 @@ uint32_t Process::getTickCount() - - string Process::getPath() - { -+ #ifdef DFHACK_DATA_DESTINATION -+ return string(DFHACK_DATA_DESTINATION); -+ #else - const char * cwd_name = "/proc/self/cwd"; - char target_name[1024]; - int target_result; - target_result = readlink(cwd_name, target_name, sizeof(target_name)); - target_name[target_result] = '\0'; - return(string(target_name)); -+ #endif - } - - int Process::getPID() diff --git a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/11-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch index 0d23872..0d23872 100644 --- a/games-util/dfhack/files/dfhack-0.40.06_pre20140808/11-unbreak-egg.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-unbreak-egg.patch diff --git a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-eggy-remove-annoying-banner.patch new file mode 120000 index 0000000..e3008e1 --- /dev/null +++ b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-eggy-remove-annoying-banner.patch @@ -0,0 +1 @@ +../dfhack-0.40.06_pre20140808/09-eggy-remove-annoying-banner.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-getpath-configurable-path.patch b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-getpath-configurable-path.patch deleted file mode 120000 index b9066fa..0000000 --- a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/09-getpath-configurable-path.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-eggy-remove-annoying-banner.patch deleted file mode 120000 index 46079d0..0000000 --- a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-eggy-remove-annoying-banner.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-unbreak-egg.patch new file mode 120000 index 0000000..c1ff020 --- /dev/null +++ b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/10-unbreak-egg.patch @@ -0,0 +1 @@ +../dfhack-0.40.06_pre20140808/10-unbreak-egg.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/11-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.07_pre20140811/11-unbreak-egg.patch deleted file mode 120000 index de3dd1e..0000000 --- a/games-util/dfhack/files/dfhack-0.40.07_pre20140811/11-unbreak-egg.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.06_pre20140808/11-unbreak-egg.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-eggy-remove-annoying-banner.patch new file mode 120000 index 0000000..54a100c --- /dev/null +++ b/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-eggy-remove-annoying-banner.patch @@ -0,0 +1 @@ +../dfhack-0.40.07_pre20140811/09-eggy-remove-annoying-banner.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-getpath-configurable-path.patch b/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-getpath-configurable-path.patch deleted file mode 120000 index 8ec5958..0000000 --- a/games-util/dfhack/files/dfhack-0.40.08_pre9999/09-getpath-configurable-path.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.07_pre20140811/09-getpath-configurable-path.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-eggy-remove-annoying-banner.patch deleted file mode 120000 index 523bcf1..0000000 --- a/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-eggy-remove-annoying-banner.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.07_pre20140811/10-eggy-remove-annoying-banner.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-unbreak-egg.patch new file mode 120000 index 0000000..5366732 --- /dev/null +++ b/games-util/dfhack/files/dfhack-0.40.08_pre9999/10-unbreak-egg.patch @@ -0,0 +1 @@ +../dfhack-0.40.07_pre20140811/10-unbreak-egg.patch
\ No newline at end of file diff --git a/games-util/dfhack/files/dfhack-0.40.08_pre9999/11-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.08_pre9999/11-unbreak-egg.patch deleted file mode 120000 index 0805de9..0000000 --- a/games-util/dfhack/files/dfhack-0.40.08_pre9999/11-unbreak-egg.patch +++ /dev/null @@ -1 +0,0 @@ -../dfhack-0.40.07_pre20140811/11-unbreak-egg.patch
\ No newline at end of file |