Pararell port porting, ppi.h

2010-03-02 Thread jamego1293
Hi, I was trying to port ktechlab pararell port interface to avoid FTBFS on kfreebsd-*. (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567571) I have found the needed defines, wich are (I hope) equivalent to Linux's ones, on dev/ppbus/ppi.h, but there are two defines for wich I couldn't find eq

GNU/kFreeBSD support in Jam

2010-02-13 Thread jamego1293
Hi, The system build types in jam are defined by checking the definition of "linux" and "__FreeBSD__": # ifdef __FreeBSD__ # define OSMINOR "OS=FREEBSD" # define OS_FREEBSD # endif ... # ifdef linux # define OSMINOR "OS=LINUX" # define OS_LINUX # endif I think someone would add an entry for GL

Some binary blobs in kfreebsd-7.2

2009-10-27 Thread jamego1293
Hi, I noticed that in the kernel there are some binary blobs as those files: src/sys/dev/ral/rt2661_ucode.h src/sys/dev/usb/rt2573_ucode.h src/sys/dev/drm/mga_ucode.h src/sys/dev/drm/r600_microcode.h src/sys/dev/drm/radeon_microcode.h src/sys/dev/fatm/firmware.h src/sys/dev/txp/3c990img.h src/sys

Bug#550398: Spanish Dvorak keyboard layout for kbdcontrol

2009-10-09 Thread jamego1293
Subject: Spanish Dvorak keyboard layout for kbdcontrol Package: kbdcontrol Version: 7.2-8 Severity: wishlist In the keymaps included in kbdcontrol there isn't an Spanish Dvorak layout, wich is supported by Xorg. I made a keymap for Spanish Dvorak based on spanish.iso.kbd, attached to this message.

Binary blobs in Freebsd's kernel code

2009-09-15 Thread jamego1293
Hi, I realized that there are some binary blobs in some kernel modules (for example in the Radeon's module). Is there any plan to separate the blobs to another package like was done with the Linux's binary blobs (package firmware-linux)? Thanks, Javier -- To UNSUBSCRIBE, email to debian-bsd-r

Re: VLC build on Debian GNU/kFreeBSD

2009-06-29 Thread jamego1293
> I think it is, building in a "estrictly minimum environment" and in > another one with more build dependencies should result in the same > build. I guess it's sufficient to pass an option to disable explicitly > the build of this plugin, and I'd file it with severity important. I've made a pat

VLC build on Debian GNU/kFreeBSD

2009-06-29 Thread jamego1293
Hi, I'm building the 'vlc' package from experimental on kfreebsd-i386. Vlc fails to build because there are some alsa libraries (libaccess_alsa_plugin.so) that are inside of debian/vlc-nox.install because in the file debian/rules there is an error: sed -e '/lib\(alsa\|dvb\|v4l\|pvr\)_/d' debian/

Audacity on kfreebsd

2009-04-17 Thread jamego1293
Hi, The Audacity (version 1.3.7) package doesn't build in kfreebsd. I made a patch that solves that problem, wich is caused by libnyquist. I have never submitted any patch, so I'm sorry if sent put this message in the wrong place Cheers, Javier diff -Naur audacity-1.3.7/lib-src/libnyquist/nyqs