coder . cl » patches http://coder.cl web developer & system programmer Sat, 03 Nov 2012 12:37:47 +0000 en hourly 1 http://wordpress.org/?v=3.4.2 kdenetwork-3.5.8-kopete-freebsd-webcam.patch.gz http://coder.cl/2008/04/kdenetwork-358-kopete-freebsd-webcampatchgz/ http://coder.cl/2008/04/kdenetwork-358-kopete-freebsd-webcampatchgz/#comments Sat, 12 Apr 2008 04:45:24 +0000 Daniel Molina Wegener http://coder.cl/?p=16

Hi!, I’ve patched kdenetwork-3.5.8 to get working the webcam under FreeBSD 7.0-STABLE. The patch it’s based on the work of Mike Durian, submited as FreeBSD-PR 117960.

Here is the patch…

MD5 (kdenetwork-3.5.8-kopete-freebsd-webcam.patch.gz) = 7b2c42891dab871988183619b6ad12ae

Here are the proceedings to install…


# cd /usr/ports/net-im/kopete
# wget -c 'http://coder.cl/patches/kdenetwork-3.5.8-kopete-freebsd-webcam.patch.gz'
# make fetch extract patch
# gunzip kdenetwork-3.5.8-kopete-freebsd-webcam.patch.gz
# patch -p0 < kdenetwork-3.5.8-kopete-freebsd-webcam.patch
# make build install clean

Have fun and remember to make a strip show to your girlfriend ;)


© Daniel Molina Wegener for coder . cl, 2008. | Permalink | No comment | Add to del.icio.us
Post tags:

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)

]]>
http://coder.cl/2008/04/kdenetwork-358-kopete-freebsd-webcampatchgz/feed/ 0
intel-537ep-2.60.80.1.tgz http://coder.cl/2007/02/intel-537ep_secure-260801/ http://coder.cl/2007/02/intel-537ep_secure-260801/#comments Sat, 24 Feb 2007 14:55:31 +0000 Daniel Molina Wegener http://babe-coder/?p=3 intel-537EP_secure-2.60.80.1 does not compile with gcc 4.0 under Kubuntu Edgy, Also, the driver has obsolete power management interfaces and calls. This patch solves both problems, updates the power management functions and make it compiles under Kubuntu. The install is broken, which means that you must install the driver manually, both modules. I will release a more complete version of the patch this weekend… but the time is short to work on…

Originally, I have downloaded the intel-537ep-2.60.80.1.tgz tarball from Intel.

### download manually the driver from intel
### extract the tarball
$ tar xjvf intel-537ep-2.60.80.1.tgz
### get the patch
$ wget -c 'http://www.coder.cl/patches/intel-537EP_secure-2.60.80.1-patch20070224.patch.gz'
### uncompress the patch
$ gunzip intel-537EP_secure-2.60.80.1-patch20070224.patch.gz
### patch the source
$ patch -p0 < intel-537EP_secure-2.60.80.1-patch20070224.patch
### go to the source directory
$ cd intel-537EP_secure-2.60.80.1
### build the source
$ make clean 537

The patch does not have any kind of warranty.


© Daniel Molina Wegener for coder . cl, 2007. | Permalink | 5 comments | Add to del.icio.us
Post tags:

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)

]]>
http://coder.cl/2007/02/intel-537ep_secure-260801/feed/ 5
quakeforge-0.5.5 http://coder.cl/2006/12/quakeforge-055/ http://coder.cl/2006/12/quakeforge-055/#comments Mon, 25 Dec 2006 14:00:56 +0000 Daniel Molina Wegener http://babe-coder/?p=4 quakeforge-0.5.5 does not compile with gcc 4.0 and upper, the following patch solves this problem. The patch was submited to the mailing list of quakeforge developers, but the mailbox isn’t working. Finally, the patch was submitted through bugzilla.

### download the quakeforge-0.5.5 source code
$ wget -c 'http://prdownloads.sourceforge.net/quake/quakeforge-0.5.5.tar.bz2'
### extract the tarball
$ tar xjvf quakeforge-0.5.5.tar.bz2
### get the patch
$ wget -c 'http://www.coder.cl/patches/quakeforge-0.5.5-gcc4-v3.patch.gz'
### uncompress the patch
$ gunzip quakeforge-0.5.5-gcc4-v3.patch.gz
### patch the source
$ patch -p0 < quakeforge-0.5.5-gcc4-v3.patch
### go to the source directory
$ cd quakeforge-0.5.5
### apply the configure script with your own options
$ ./configure --with-x
### build the software
$ make
### install the software
$ make install

Thanks to Javier Uribe for reporting problems with SDL and X11 clients, the new patch version has support for them. I've hated to install extra packages that I do not use, but the patch now works with SDL.

The patch does not have any kind of warranty.


© Daniel Molina Wegener for coder . cl, 2006. | Permalink | 3 comments | Add to del.icio.us
Post tags:

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)

]]>
http://coder.cl/2006/12/quakeforge-055/feed/ 3