diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-07 12:24:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-07 12:24:47 +0100 |
commit | 5d8ffbc273ca664e15618d557ced3e02de1a884b (patch) | |
tree | bc22fbc6a07790fd70dc8b5148de3089a1c4db3e /net-irc/emech | |
parent | 4187bba080530c5ca1c7dae9c233e88f3fc8f535 (diff) |
gentoo auto-resync : 07:07:2024 - 12:24:46
Diffstat (limited to 'net-irc/emech')
-rw-r--r-- | net-irc/emech/Manifest | 1 | ||||
-rw-r--r-- | net-irc/emech/files/emech-3.0.99_p3-buildfix.patch | 70 |
2 files changed, 0 insertions, 71 deletions
diff --git a/net-irc/emech/Manifest b/net-irc/emech/Manifest index e4e94e9d52fd..0c8d0ffd25a0 100644 --- a/net-irc/emech/Manifest +++ b/net-irc/emech/Manifest @@ -1,5 +1,4 @@ AUX emech-3.0.99_p20221123-fix-Wreturn-type.patch 763 BLAKE2B 6d29dde72ddccdbf3fea248ccda8a53379427204f158268a29fece0a8ab4973a375383cb9c3197968ea2f8cc248fc89266d30205758d15b4e0a3de98f7e9bfeb SHA512 afa85badb6ac4f3e4895dc8a3090fd420d45f7a567b4525686885d01d9fddc0ae078c6032111e2a4faffd4be0a9c677fa05d1133c6fa5daf7c78e2f8cf9c3735 -AUX emech-3.0.99_p3-buildfix.patch 2732 BLAKE2B b5af908f431049c8e3f5d631477a62769ef578ec1b610182a71fdf0811d0da37b77601c4d2de78d4f78de6a7330488a5878b7c11612c85263fef1573a807a0c4 SHA512 40119107c596f29838474fd3828c08736abdbf0fdf069556da6842393e64a3514d2fbb31dbe8c267649e12bf9ec678295b07c725f11161da852dc285ef3c6151 DIST emech-3.0.99_p20221123.tar.gz 290464 BLAKE2B a5b5bb057478e720d7e9039b4f1039b88d31dcb6f07b5fcbe1dfe5d29760336313183763ff35b8b66aba6402316d800a48b5509318a98cf9ab2729da7862a787 SHA512 e69455de286f3666ea8c53b9035ee927d5aff240ecf424c10d9eda6e1e957d97cba476c1b65cc6581e118938785366d313a687a00004e3d5f589a671194db41e EBUILD emech-3.0.99_p20221123.ebuild 1895 BLAKE2B 9b372eb32fee99967490f9ee8eaa4dc66204d1d7d6b0671eacef98bc996fa7ee802b3225cae1b9093637047eff52594269a0903f6fa847f447e2daf360403e73 SHA512 d1d9d727ff5274ee7964a5fe73a37cdf9c19d4c0fb6222f1b2eeba4b717f318753bf948ab0ca8f639e4bef535d13b21895376e7ff4ea87c795bf552df98fc365 MISC metadata.xml 259 BLAKE2B 0211437df16d6c1944277e92ff5609664aec96e5b4542364b0950676f27e3f493941f7e40afe8ea1dd631046c33263d41be39b49843a803eb2d075e731e93c33 SHA512 caacfb7dacb9e1d9096bcd21938036d2799ecb24b05b89dbdbe7756948542cb3dfe479c48fd9647e2ea5c6f9009bf20acb5894cb468d06ab3d1cddf594fd1aab diff --git a/net-irc/emech/files/emech-3.0.99_p3-buildfix.patch b/net-irc/emech/files/emech-3.0.99_p3-buildfix.patch deleted file mode 100644 index de1dee6ed673..000000000000 --- a/net-irc/emech/files/emech-3.0.99_p3-buildfix.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -Naur emech-3.0.99p3.org/src/gencmd.c emech-3.0.99p3/src/gencmd.c ---- emech-3.0.99p3.org/src/gencmd.c 2009-05-13 08:51:09.000000000 -0000 -+++ emech-3.0.99p3/src/gencmd.c 2018-03-16 22:52:42.591033854 -0000 -@@ -316,7 +316,7 @@ - } - if (pass == __struct_acces) - { -- printf("\t%i,\t/""* %s *""/\n", -+ printf("\t%li,\t/""* %s *""/\n", - pre_mcmd[wh].flags & CLEVEL, - pt); - } -@@ -390,7 +390,7 @@ - } - pass--; - } -- printf("#define LOCALHOST_ULONG %lu\n",inet_addr("127.1")); -+ printf("#define LOCALHOST_ULONG %u\n",inet_addr("127.1")); - printf("#else /""* MAIN_C *""/\n\n"); - printf("extern OnMsg mcmd[];\n"); - printf("extern OnMsg_access acmd[];\n\n"); -@@ -404,29 +404,29 @@ - - #ifdef BOTNET - combo.comboflags = 0; combo.x.noshare = 1; -- fprintf(of,"#define COMBO_NOSHARE\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_NOSHARE\t0x%lx\n",combo.comboflags); - combo.comboflags = 0; combo.x.readonly = 1; -- fprintf(of,"#define COMBO_READONLY\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_READONLY\t0x%lx\n",combo.comboflags); - #endif /* BOTNET */ - - #ifdef GREET - combo.comboflags = 0; combo.x.greetfile = 1; -- fprintf(of,"#define COMBO_GREETFILE\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_GREETFILE\t0x%lx\n",combo.comboflags); - combo.comboflags = 0; combo.x.randline = 1; -- fprintf(of,"#define COMBO_RANDLINE\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_RANDLINE\t0x%lx\n",combo.comboflags); - #endif /* GREET */ - - #ifdef BOUNCE - combo.comboflags = 0; combo.x.bounce = 1; -- fprintf(of,"#define COMBO_BOUNCE\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_BOUNCE\t0x%lx\n",combo.comboflags); - #endif /* BOUNCE */ - - combo.comboflags = 0; combo.x.echo = 1; -- fprintf(of,"#define COMBO_ECHO\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_ECHO\t0x%lx\n",combo.comboflags); - combo.comboflags = 0; combo.x.aop = 1; -- fprintf(of,"#define COMBO_AOP\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_AOP\t0x%lx\n",combo.comboflags); - combo.comboflags = 0; combo.x.avoice = 1; -- fprintf(of,"#define COMBO_AVOICE\t0x%x\n",combo.comboflags); -+ fprintf(of,"#define COMBO_AVOICE\t0x%lx\n",combo.comboflags); - - fclose(of); - return(0); -diff -Naur emech-3.0.99p3.org/src/function.c emech-3.0.99p3/src/function.c ---- emech-3.0.99p3.org/src/function.c 2009-05-17 20:25:29.000000000 -0000 -+++ emech-3.0.99p3/src/function.c 2018-03-17 11:41:15.224075216 -0000 -@@ -26,6 +26,7 @@ - #include "global.h" - #include "h.h" - #include "text.h" -+#include "linux/limits.h" - - LS char timebuf[24]; /* max format lentgh == 20+1, round up to nearest longword -> 24 */ - LS char idlestr[36]; /* max format lentgh == 24+1, round up to nearest longword -> 28 */ |