Posts Tagged ‘patches’

End of the work week

Saturday, July 19th, 2008

It’s the end of the work week again Hooray. The week was an easy one Thanks to God’s help and guidance :)I haven’t done nothing special today except I advanced a bit my host checker script the new version couldbe downloaded from here . Hope it wouldbe helpful to somebody out there. Right now I’m listening to SoundGarden – Spoonman. And after few minutesI’m going to bed. I’m tired since yesterday I have slept for around 5 hours. I have to mention todayin a conversation with a friend in icq, he mentioned about openvpn patches one person I knowhave contributed to the openvpn project. I googled around and a had a big fun reading his CV whichis a pretty ridiculous. You may read it here and have a big fun of the guy’s I quote “fluent English” :DEND—–

FreeBSD 7.2 java jdk16 bsd-jdk16-patches-4.tar.bz2 install problems fix

Wednesday, September 9th, 2009

I needed to install jdk16 (e.g. java on my FreeBSD) system, I had some struggles doing that. It’s a real pain in the ass everytime I have to install Java on FreeBSD. I have to download a bunch of files, both from Sun’s website and eyesbeyond’s website . Afterwards still the built failed due to failed MD5 and SHA265 checksum of bsd-jdk16-patches-4.tar.bz2. It took me some time to notice the problem and the solution to the problem was proposed by a guy in ##freebsd irc.freenode.net. The solution comes to:
1. md5 /usr/ports/distfiles/bsd-jdk16-patches-4.tar.bz2; edit /usr/ports/java/jdk16/distinfo and replace the file MD5 checksum.
2. sha256 /usr/ports/distfiles/bsd-jdk16-patches-4.tar.bz2 and again edit /usr/ports/java/jdk16/distinfo replacing with the right SHA256 checksum.
Now Thank the Lord! And hopefully enjoy your build :)END—–