- Timestamp:
- Apr 30, 2014, 4:11:48 PM (12 years ago)
- File:
-
- 1 edited
-
diffs/psi_0.16.diff (modified) (17 diffs)
Legend:
- Unmodified
- Added
- Removed
-
diffs/psi_0.16.diff
r153 r160 1 2 3 4 5 1 6 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/configure trunk/configure 2 --- vendor/current/configure 2013-12-03 18:34:22.000000000 +0100 3 +++ trunk/configure 2013-12-05 13:55:18.000000000 +0100 4 @@ -1000,12 +1000,12 @@ 7 --- vendor/current/configure 2014-04-17 19:28:52.000000000 +0200 8 +++ trunk/configure 2014-04-23 11:58:12.000000000 +0200 9 @@ -959,8 +959,8 @@ 10 QString shortname() const { return "qjdns"; } 11 bool exec() 12 { 13 -#if defined Q_OS_WIN || defined Q_OS_MAC 14 - // HACK: on Windows and Mac OS X, always use psi's bundled qjdns 15 +#if defined Q_OS_WIN || defined Q_OS_MAC || defined Q_OS_OS2 16 + // HACK: on Windows, OS/2 and Mac OS X, always use psi's bundled qjdns 17 conf->addExtra("CONFIG += iris-qjdns"); 18 return true; 19 #else 20 @@ -1071,13 +1071,13 @@ 5 21 qc_qdbus(Conf *c) : ConfObj(c) {} 6 22 QString name() const { return "QDBUS"; } … … 13 29 { 14 30 -#ifdef Q_OS_WIN 31 15 32 +#if defined(Q_OS_WIN) || defined(Q_OS_OS2) 16 // skip dbus support on windows 33 + // skip dbus support on windows and OS/2 17 34 return false; 18 35 #else 19 @@ -1358,6 +1358,7 @@ 20 }; 21 #line 1 "enchant.qcm" 22 /* 23 + 24 -----BEGIN QCMOD----- 25 name: enchant 26 -----END QCMOD----- 27 @@ -1884,18 +1885,36 @@ 36 if (!conf->getenv("QC_DISABLE_qdbus").isEmpty()) 37 @@ -1958,18 +1958,36 @@ 28 38 QString path = qc_getenv("PATH"); 29 39 if(!path.isEmpty()) … … 64 74 { 65 75 QString out; 66 @@ -19 09,7 +1928,7@@76 @@ -19 @@ 67 77 break; 68 78 } 69 79 70 80 -#ifdef Q_OS_WIN 81 71 82 +#if defined(Q_OS_WIN) || defined(Q_OS_OS2) 72 // on windows, be sure to look for .exe83 , be sure to look for .exe 73 84 if(prog.right(4).toLower() != ".exe") 74 85 { 75 @@ -1927,7 +1946,7 @@ 86 fi = QFileInfo(list[n] + '/' + prog + ".exe"); 87 @@ -2001,7 +2019,7 @@ 76 88 77 89 QString qc_findself(const QString &argv0) … … 82 94 #else 83 95 if(argv0.contains('/')) 84 @@ -2 380,6 +2399,9 @@96 @@ -2,9 @@ 85 97 QStringList dirs; 86 98 dirs += "/usr/local/include"; … … 92 104 { 93 105 if(checkHeader(*it, h)) 94 @@ -24 22,6 +2444,18 @@106 @@ -24,18 @@ 95 107 *lib = "/usr/local/lib"; 96 108 return true; … … 111 123 } 112 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 113 153 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/irisnet/corelib/corelib.pri trunk/iris/src/irisnet/corelib/corelib.pri 114 --- vendor/current/iris/src/irisnet/corelib/corelib.pri 201 3-08-22 16:54:12.000000000 +0200115 +++ trunk/iris/src/irisnet/corelib/corelib.pri 201 3-08-22 17:19:58.000000000 +0200154 --- vendor/current/iris/src/irisnet/corelib/corelib.pri 201:12.000000000 +0200 155 +++ trunk/iris/src/irisnet/corelib/corelib.pri 201.000000000 +0200 116 156 @@ -30,6 +30,11 @@ 117 157 $$PWD/netinterface_unix.cpp … … 197 237 namespace XMPP { 198 238 199 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/ jdns_p.h trunk/iris/src/jdns/jdns_p.h200 --- vendor/current/iris/src/jdns/ jdns_p.h 2012-10-04 02:53:08.000000000 +0200201 +++ trunk/iris/src/jdns/ jdns_p.h 2012-10-16 16:32:36.000000000 +0200239 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/s/src/jdns/jdns_p.h 240 --- vendor/current/iris/src/jdns/.000000000 +0200 241 +++ trunk/iris/src/jdns/.000000000 +0200 202 242 @@ -32,6 +32,8 @@ 203 243 204 244 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) 205 245 # define JDNS_OS_WIN 206 +#elif (__OS2__) || (OS2) ||(_OS2)246 +#elif (_OS2) 207 247 +# define JDNS_OS_OS2 208 248 #else … … 218 258 # include <netinet/in.h> 219 259 #endif 220 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/ jdns_sys.c trunk/iris/src/jdns/jdns_sys.c221 --- vendor/current/iris/src/jdns/ jdns_sys.c 2013-12-03 19:04:08.000000000 +0100222 +++ trunk/iris/src/jdns/ jdns_sys.c 2013-12-05 13:57:44.000000000 +0100260 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/s/src/jdns/jdns_sys.c 261 --- vendor/current/iris/src/jdns/00 262 +++ trunk/iris/src/jdns/00 223 263 @@ -117,7 +117,7 @@ 224 264 # include <windows.h> … … 275 315 #ifdef __GLIBC__ 276 316 for(n = 0; n < MAXNS && n < RESVAR._u._ext.nscount6; ++n) 277 @@ -780,6 +792,7 @@ 317 @@ -779,6 +791,7 @@ 318 jdns_dnsparams_append_nameserver(params, addr, JDNS_UNICAST_PORT); 278 319 jdns_address_delete(addr); 279 320 } 280 281 +#endif 321 +#endif 322 282 323 // nameservers - ipv4 283 324 for(n = 0; n < MAXNS && n < RESVAR.nscount; ++n) 284 {285 325 @@ -841,7 +854,13 @@ 286 326 params = dnsparams_get_unixfiles(); … … 297 337 return params; 298 338 } 299 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/ qjdns_sock.cpp trunk/iris/src/jdns/qjdns_sock.cpp300 --- vendor/current/iris/src/jdns/ qjdns_sock.cpp 2012-10-04 02:53:08.000000000 +0200301 +++ trunk/iris/src/jdns/ qjdns_sock.cpp 2012-10-16 16:48:10.000000000 +0200339 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/iris/src/jdns/jdns/qjdns_sock.cpp 340 --- vendor/current/iris/src/jdns/.000000000 +0200 341 +++ trunk/iris/src/jdns/.000000000 +0200 302 342 @@ -33,7 +33,7 @@ 303 343 # include <ws2tcpip.h> … … 607 647 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/os2/Readme.OS2 trunk/os2/Readme.OS2 608 648 --- vendor/current/os2/Readme.OS2 1970-01-01 01:00:00.000000000 +0100 609 +++ trunk/os2/Readme.OS2 2014-0 2-18 12:25:44.000000000 +0100610 @@ -0,0 +1,2 28@@649 +++ trunk/os2/Readme.OS2 2014-000 650 @@ -0,0 +1,2 @@ 611 651 +Psi 0.16-dev for OS/2 and eComStation 612 652 +------------------------------------- … … 648 688 + GCC4Core 649 689 + -------- 650 + 1. yum install libgcc 651 + 2. yum install gcc-stack-protector652 + 3. yum install gcc-stdc++-shared-library653 + 4. yum install gcc-supc++-shared-library690 + 1. yum install libgcc 691 + 2. yum install 692 + 3. yum install 693 + 4. yum install 654 694 + 655 695 + Qt4 dll … … 680 720 + GCC4Core 681 721 + -------- 682 + 1. Download GCC4Core 1.2. 1or better from ftp://ftp.netlabs.org/pub/gcc722 + 1. Download GCC4Core 1.2. or better from ftp://ftp.netlabs.org/pub/gcc 683 723 + 2. Install the files to your libpath eg. x:\ecs\dll 684 724 + … … 815 855 +========== 816 856 + 857 858 859 817 860 + 2014-02-18 818 861 + * updated to latest 0.16-dev sources … … 838 881 +2012-10-29 Andreas Buchinger 839 882 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/psi.pro trunk/psi.pro 840 --- vendor/current/psi.pro 201 3-08-22 16:52:32.000000000 +0200841 +++ trunk/psi.pro 201 3-08-22 18:15:36.000000000 +0200883 --- vendor/current/psi.pro 2012.000000000 +0200 884 +++ trunk/psi.pro 201.000000000 +0200 842 885 @@ -5,6 +5,7 @@ 843 886 # configure iris … … 848 891 sub_iris.subdir = iris 849 892 sub_src.subdir = src 893 894 895 896 897 898 899 900 901 902 903 904 905 906 850 907 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/src/aboutdlg.cpp trunk/src/aboutdlg.cpp 851 908 --- vendor/current/src/aboutdlg.cpp 2012-10-04 02:53:02.000000000 +0200 … … 903 960 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/src/config.h trunk/src/config.h 904 961 --- vendor/current/src/config.h 1970-01-01 01:00:00.000000000 +0100 905 +++ trunk/src/config.h 2014-0 2-18 19:33:06.000000000 +0100962 +++ trunk/src/config.h 2014-000 906 963 @@ -0,0 +1,3 @@ 907 964 +#define PSI_LIBDIR "/usr/local/lib/psi" 908 965 +#define PSI_DATADIR "/usr/local/share/psi" 909 +#define PSI_VERSION "0.16-dev-20140 218"966 +#define PSI_VERSION "0.16-dev-20140" 910 967 diff -Naur -x Makefile -x '*.dll' -x 'conf*.pri' -x '*.zip' -x '*.exe' -x '*.map' -x '*.obj' -x '*.moc' -x '*.rcc' -x iris.prl -x irisnet.prl -x '*.sym' -x .ui -x '*.bak' -x '*.lib' -x '*.rsp' -x 'moc_*.cpp' -x Info.plist -x conf.log vendor/current/src/homedirmigration.cpp trunk/src/homedirmigration.cpp 911 968 --- vendor/current/src/homedirmigration.cpp 2013-08-22 16:52:32.000000000 +0200
Note:
See TracChangeset
for help on using the changeset viewer.
