Cool (open source) software you would like to see ported...
Forum rules
Any posts concerning pirated software or offering to buy/sell/trade commercial software are subject to removal.
Any posts concerning pirated software or offering to buy/sell/trade commercial software are subject to removal.
- khalidschofield
- Posts: 542
- Joined: Thu May 06, 2004 6:18 am
Re: Cool (open source) software you would like to see ported...
What software are you working on now
############################
Re-install with OpenBSD
Re-install with OpenBSD

- dexter1
- Moderator
- Posts: 2781
- Joined: Thu Feb 20, 2003 6:57 am
- Location: Zoetermeer, The Netherlands
Re: Cool (open source) software you would like to see ported...
I'm working on:
- neko_tcl 8.6.6 (compile and test done, needs mktime() patch and packaging)
- neko_openssl-1.0.2j (compile and test done, packaging now)
- neko_openssh-7.4p1 (compile done, regression test failed which need investigating)
When openssl is done i can start libffi and Python 2.7.13 and 3.5.2 which is my end goal before easter.
- neko_tcl 8.6.6 (compile and test done, needs mktime() patch and packaging)
- neko_openssl-1.0.2j (compile and test done, packaging now)
- neko_openssh-7.4p1 (compile done, regression test failed which need investigating)
When openssl is done i can start libffi and Python 2.7.13 and 3.5.2 which is my end goal before easter.







- khalidschofield
- Posts: 542
- Joined: Thu May 06, 2004 6:18 am
Re: Cool (open source) software you would like to see ported...
Ah openssl great! Mine appears to be broken
############################
Re-install with OpenBSD
Re-install with OpenBSD

- dexter1
- Moderator
- Posts: 2781
- Joined: Thu Feb 20, 2003 6:57 am
- Location: Zoetermeer, The Netherlands
Re: Cool (open source) software you would like to see ported...
khalidschofield wrote:Ah openssl great! Mine appears to be broken
Well, if you're referring to the Perl CPAN IO::Socket::SSL build fail, the problem is that CPAN always finds the system openssl but not its headers, and if you install the headers for openssl (in openssl.sw.headers) they appear to have compiled kerberos with it but forgot to package krb5.h (nowhere to be seen in kerberos.sw.*) . Apparently this was a common bug in early 2005 with openssl packages.
But you can't uninstall system openssl right away since most need some sort of ssh access to their boxes and openssh is firmly linked with openssl versions, which is why we all need a new openssl/openssh combo from nekoware

I tried to research where perl finds his compile options for the CPAN stuff in order to attempt to sneak in /usr/nekoware paths. It's in config.pm in i think /usr/nekoware/lib/perl/5.24.0/irix-n32 but unfortunately some perlmonks say that hacking that file will not guarantee a proper build. And even my attempts were unfruitful because it still finds the system openssl ...







- Krokodil
- Donor
- Posts: 502
- Joined: Fri Apr 17, 2015 2:32 pm
- Location: The House of Particular Individuals
Re: Cool (open source) software you would like to see ported...
Does this newer OpenSSL have support for better ciphers...
Never mind actually. Was thinking of OpenVMS and how I can't SSH from PC's anymore due to the deprecated encryption stuff. Just wondered if the new nekoports would address this potential problem before it becomes a problem.
But thanks for your efforts to port new pieces of software to the repository. I do appreciate it.
Never mind actually. Was thinking of OpenVMS and how I can't SSH from PC's anymore due to the deprecated encryption stuff. Just wondered if the new nekoports would address this potential problem before it becomes a problem.
But thanks for your efforts to port new pieces of software to the repository. I do appreciate it.
Last edited by Krokodil on Wed Jan 18, 2017 9:05 pm, edited 2 times in total.




Alphaserver DS10 - 466MHZ
Sun Ultra 5 - 440MHZ.
-
- Posts: 1676
- Joined: Mon Sep 12, 2011 2:28 pm
- Location: Boston
Re: Cool (open source) software you would like to see ported...
SHA-1 is a message digest function, not a cipher. The integrity of the code (buffer overflows etc) is far more important for a program like openssh (and there have been a lot of bugs in that area)




- Raion-Fox
- Donor
- Posts: 1603
- Joined: Thu Jan 30, 2014 5:01 pm
- Location: near King George, Virginia
- Contact:
Re: Cool (open source) software you would like to see ported...
OpenSSL is kind of crap but I guess trying to graft LibreSSL onto this old UNIX is a lot like trying to add fuel injection and VVT to an old Model T on the original engine.






I am probably posting from yangxiaolong, HP Z230 with Xeon E3-1230v3, 16GB RAM, GeForce 750ti, and running NetBSD and Windows 8.1 Embedded.
Owner and operator of http://irix.cc
Re: Cool (open source) software you would like to see ported...
Still curious if someone wants to try porting Xtend to Irix.






















- Adrenaline
- Posts: 565
- Joined: Thu Feb 10, 2005 12:37 pm
- Location: Austin, TX
- Contact:
Re: Cool (open source) software you would like to see ported...
Before diving into compiling it locally - anyone have git running on their machines? Tried the latest and 2 versions back from nekoware on my Tezro and am getting "Cannot Successfully map soname 'liblber-2.3.so.1'" errors when cloning.








- Raion-Fox
- Donor
- Posts: 1603
- Joined: Thu Jan 30, 2014 5:01 pm
- Location: near King George, Virginia
- Contact:
Re: Cool (open source) software you would like to see ported...
Git error'd out last time I tried to use it too.






I am probably posting from yangxiaolong, HP Z230 with Xeon E3-1230v3, 16GB RAM, GeForce 750ti, and running NetBSD and Windows 8.1 Embedded.
Owner and operator of http://irix.cc
- Adrenaline
- Posts: 565
- Joined: Thu Feb 10, 2005 12:37 pm
- Location: Austin, TX
- Contact:
Re: Cool (open source) software you would like to see ported...
Raion-Fox wrote:Git error'd out last time I tried to use it too.
Alright cool I'll spend some time one night this week getting one working and package it together for nekoware.








- Raion-Fox
- Donor
- Posts: 1603
- Joined: Thu Jan 30, 2014 5:01 pm
- Location: near King George, Virginia
- Contact:
Re: Cool (open source) software you would like to see ported...
When I get reimu back up and running may as well look at mercurial too - maybe update the port. I don't do nekoware packaging though, just patch the builds and document it to allow someone else to do it.






I am probably posting from yangxiaolong, HP Z230 with Xeon E3-1230v3, 16GB RAM, GeForce 750ti, and running NetBSD and Windows 8.1 Embedded.
Owner and operator of http://irix.cc
Re: Cool (open source) software you would like to see ported...
gEDA would be very useful on Irix!
Head Full of Snow. Lemon Scented You
Re: Cool (open source) software you would like to see ported...
One that struck me last night while working at the 3D printer.
What are the odds we can build Slic3r? The web front-end on the makerspace printer is just primitive enough I could actually model and export the work to the printer from the SGI exclusively.
What are the odds we can build Slic3r? The web front-end on the makerspace printer is just primitive enough I could actually model and export the work to the printer from the SGI exclusively.






















- Raion-Fox
- Donor
- Posts: 1603
- Joined: Thu Jan 30, 2014 5:01 pm
- Location: near King George, Virginia
- Contact:
Re: Cool (open source) software you would like to see ported...
Definitely someone with C++ experience could have a chance at porting that.






I am probably posting from yangxiaolong, HP Z230 with Xeon E3-1230v3, 16GB RAM, GeForce 750ti, and running NetBSD and Windows 8.1 Embedded.
Owner and operator of http://irix.cc
Who is online
Users browsing this forum: No registered users and 2 guests