PACKAGE NAME ------------ neko_wget DESCRIPTION ----------- A non-interactive commandline tool for retrieving files using HTTP, HTTPS, FTP and FTPS SOURCE/VERSION -------------- wget-1.19.4 / 6 IRIX/MIPSPRO VERSION -------------------- 6.5.22 / 7.4.4m ENVIRONMENT VARIABLES --------------------- setenv CC c99 setenv MAKE /usr/nekoware/bin/gmake setenv PERL /usr/nekoware/bin/perl setenv CFLAGS '-O2 -mips4 -n32' setenv CPPFLAGS -I/usr/nekoware/include setenv LDFLAGS '-L/usr/nekoware/lib' setenv LIBS '-lunistring -lintl -liconv' setenv OPENSSL_CFLAGS '-I/usr/nekoware/include' setenv OPENSSL_LIBS '-L/usr/nekoware/lib -lssl -lcrypto' setenv PATH /usr/nekoware/bin:$PATH For builds on mips3 systems, use: setenv CFLAGS '-O2 -mips3 -n32' CONFIGURE --------- ./configure --prefix=/usr/nekoware --disable-rpath --with-ssl=openssl BUILD ----- gmake gmake check gmake install KNOWN DEPENDENCIES ------------------ neko_gettext.sw.lib 10 maxint neko_libiconv.sw.lib 5 maxint neko_libidn2.sw.lib 1 maxint neko_libunistring.sw.lib 1 maxint neko_openssl.sw.lib 33 maxint neko_pcre.sw.lib 4 maxint neko_zlib.sw.lib 9 maxint gmake to build the package perl to make the documentation and the unittests ERRORS/MISCELLANEOUS -------------------- A recent perl is required to create the documentation which is why the path has to be changed to /usr/nekoware/bin to point to the perl from Nekoware There is a more recent version 1.19.5, but its test suite depends on the glibc function 'fmemopen' which is not ported to IRIX. If you're running the testsuite without libidn2 the test will pass. However i wanted to include unicode strings for foreign domainnames and now the test fails at 5 points ============================================================================ Testsuite summary for wget 1.19.4 ============================================================================ # TOTAL: 93 # PASS: 77 # SKIP: 11 # XFAIL: 0 # FAIL: 5 # XPASS: 0 # ERROR: 0 ============================================================================ I think the failed test are not errors from wget, but from perl, sine it runs the HTTP::Daemon for the necessary tests. For bootstrapping nekoware downloads a static build is provided with the subsystem neko_wget.sw.static : It installs wget-static which only depends on a dynamically linked libc. You can build the static version by setting: setenv LDFLAGS '-B static -L/usr/nekoware/lib' and do the configure with: ./configure --prefix=/usr/nekoware --with-ssl=openssl and replace the libunistring.so and libiconv.so in the Makefile's in . and ./src with the static versions libunistring.a and libiconv.a This package has dual support for both mips3 and mips4 architecture, controlled by the mach(CPUARCH=R4000) switch for libraries and executables. PACKAGED BY ----------- S/N VER PORTER Date --------------------------------------------------------------- 5 1.11.3 Pete Plank (neko@nekochan.net) 1160 1.16 Rainer Canavan (nekoware@canavan.de) 1180000 1.18 Rainer Canavan (nekoware@canavan.de) 6 1.19.4 Frank Everdij (dexter1@gmail.com) 20-06-2018