Re: automount program

2013-12-01 Thread Edward Tomasz Napierała
Wiadomość napisana przez brunomaxi...@openmailbox.org w dniu 1 gru 2013, o godz. 05:20: > Hi, I think kFreeBSD needs an automount program. Is there someone for it? If > not I can write one with Python, at same time I will be training my Python > programming knowledge. :D Just FYI, in stock Free

Re: automount program

2013-12-01 Thread Robert Millan
On 01/12/2013 11:22, Edward Tomasz Napierała wrote: > Wiadomość napisana przez brunomaxi...@openmailbox.org w dniu 1 gru 2013, o > godz. 05:20: >> Hi, I think kFreeBSD needs an automount program. Is there someone for it? If >> not I can write one with Python, at same time I will be training my Py

outdated build-depends (finzi)

2013-12-01 Thread Robert Millan
Last build of freebsd-libs failed on finzi because even though it requires kfreebsd-kernel-headers >= 9.2~5, the buildd thought that 9.1 was enough: Merged Build-Depends: ..., kfreebsd-kernel-headers (>= 9.1), ... I'm not sure why, as the B-D in freebsd-libs has been updated. Perhaps it is using

Processing of freebsd-libs_9.2+ds2-2_kfreebsd-amd64.changes

2013-12-01 Thread Debian FTP Masters
freebsd-libs_9.2+ds2-2_kfreebsd-amd64.changes uploaded successfully to localhost along with the files: freebsd-libs_9.2+ds2-2.dsc freebsd-libs_9.2+ds2-2.debian.tar.gz libsbuf6_9.2+ds2-2_kfreebsd-amd64.deb libsbuf6-udeb_9.2+ds2-2_kfreebsd-amd64.udeb libsbuf-dev_9.2+ds2-2_kfreebsd-amd64.deb

Freebsd-glue & freebsd-buildutils circular build-dependency

2013-12-01 Thread Dmitrijs Ledkovs
At one point in the past, -glue & buildutils gained circular build-dependency. To build -glue, one needs buildutils, to build buildutils one needs -glue. This is okish on most architectures as they had previous binaries build. For newly bootstrapped architectures, both packages are stuck in dep wa

freebsd-libs_9.2+ds2-2_kfreebsd-amd64.changes ACCEPTED into unstable

2013-12-01 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 01 Dec 2013 12:46:21 +0100 Source: freebsd-libs Binary: libsbuf6 libsbuf6-udeb libsbuf-dev libdwarf-freebsd-3 libdwarf-freebsd-dev libelf-freebsd-1 libelf-freebsd-dev libutil-freebsd-9 libutil-freebsd-dev libcam6 l

Processing of freebsd-glue_0.2.4_kfreebsd-amd64.changes

2013-12-01 Thread Debian FTP Masters
freebsd-glue_0.2.4_kfreebsd-amd64.changes uploaded successfully to localhost along with the files: freebsd-glue_0.2.4.dsc freebsd-glue_0.2.4.tar.gz freebsd-glue_0.2.4_kfreebsd-amd64.deb libfreebsd-glue-0_0.2.4_kfreebsd-amd64.deb libfreebsd-glue-0-udeb_0.2.4_kfreebsd-amd64.udeb Greetings,

freebsd-glue_0.2.4_kfreebsd-amd64.changes ACCEPTED into unstable

2013-12-01 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 01 Dec 2013 12:58:10 +0100 Source: freebsd-glue Binary: freebsd-glue libfreebsd-glue-0 libfreebsd-glue-0-udeb Architecture: source kfreebsd-amd64 Version: 0.2.4 Distribution: unstable Urgency: low Maintainer: GNU/kFr

Re: Freebsd-glue & freebsd-buildutils circular build-dependency

2013-12-01 Thread Robert Millan
On 01/12/2013 13:03, Dmitrijs Ledkovs wrote: > How does one bootstrap -glue & buildutils from scratch? You need to build freebsd-make from buildutils first. This might require some magic from freebsd-glue, but not much. Probably just force-installing freebsd-glue from another architecture should b

Bug#728019: marked as done (freebsd-utils: Replace use of lockdev with flock)

2013-12-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Dec 2013 13:03:51 + with message-id and subject line Bug#728019: fixed in freebsd-utils 9.2-2 has caused the Debian Bug report #728019, regarding freebsd-utils: Replace use of lockdev with flock to be marked as done. This means that you claim that the problem has be

Bug#728374: marked as done (freebsd-net-tools: /sbin/ifconfig is missing options for pfsync)

2013-12-01 Thread Debian Bug Tracking System
Your message dated Sun, 01 Dec 2013 13:03:51 + with message-id and subject line Bug#728374: fixed in freebsd-utils 9.2-2 has caused the Debian Bug report #728374, regarding freebsd-net-tools: /sbin/ifconfig is missing options for pfsync to be marked as done. This means that you claim that the

Processing of freebsd-utils_9.2-2_kfreebsd-amd64.changes

2013-12-01 Thread Debian FTP Masters
freebsd-utils_9.2-2_kfreebsd-amd64.changes uploaded successfully to localhost along with the files: freebsd-utils_9.2-2.dsc freebsd-utils_9.2-2.debian.tar.gz freebsd-utils_9.2-2_kfreebsd-amd64.deb freebsd-utils-udeb_9.2-2_kfreebsd-amd64.udeb kldutils_9.2-2_kfreebsd-amd64.deb kldutils-ud

freebsd-utils_9.2-2_kfreebsd-amd64.changes ACCEPTED into unstable

2013-12-01 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 01 Dec 2013 13:34:11 +0100 Source: freebsd-utils Binary: freebsd-utils freebsd-utils-udeb kldutils kldutils-udeb kbdcontrol kbdcontrol-udeb vidcontrol freebsd-net-tools freebsd-net-tools-udeb freebsd-nfs-server fre

Re: automount program

2013-12-01 Thread brunomaximom
Would you consider porting amd(8)? With the current state of freebsd-glue, porting of new code has become quite straightforward. If you want to help with this, I suggest you have a look at how the different packages are built in freebsd-utils source. What I need to know to build it? From where o