Re: Building pptpd for kfreebsd

2013-02-17 Thread Christoph Biedl
Steven Chamberlain wrote... > EXTRA_PROGRAMS is automake syntax, letting it know about optional > programs that 'may' be compiled. (...) Thanks for your explanation. In the meantime I had created a kfreebsd installation inside KVM (which has incredibly poor I/O performance for whatever reason) an

Re: Building pptpd for kfreebsd

2013-02-16 Thread Steven Chamberlain
Hi Christoph! On 16/02/13 19:27, Christoph Biedl wrote: > Should XTRA_PROG be EXTRA_PROGRAMS? Or is there some automake magic > going on I am not aware of? EXTRA_PROGRAMS is automake syntax, letting it know about optional programs that 'may' be compiled. XTRA_PROG is a variable already set in pp

Re: Building pptpd for kfreebsd

2013-02-16 Thread Christoph Biedl
Hi, sorry for not getting back to you earlier. Steven Chamberlain wrote... > Does my attached patch seem any good to you? Almost, I just don't get the magic in > --- pptpd-1.3.4.orig/Makefile.am 2013-02-07 21:58:09.0 + > +++ pptpd-1.3.4/Makefile.am 2013-02-07 22:02:45.717421

Re: Building pptpd for kfreebsd

2013-02-07 Thread Steven Chamberlain
Hi again, Does my attached patch seem any good to you? (Tested and seems to work as intended on linux/kfreebsd amd64). Regards, -- Steven Chamberlain ste...@pyro.eu.org diff -Nru pptpd-1.3.4.orig/debian/control pptpd-1.3.4/debian/control --- pptpd-1.3.4.orig/debian/control 2013-02-07 21:58:09.0

Re: Building pptpd for kfreebsd

2013-02-07 Thread Steven Chamberlain
Hi, On 07/02/13 18:33, Christoph Biedl wrote: > | bcrelay.c:95:30: fatal error: netpacket/packet.h: No such file or directory It turns out I have a copy this header installed on GNU/Linux, entitled: > Definitions for use with Linux AF_PACKET sockets. It doesn't define much except for sockaddr_ll

Re: Building pptpd for kfreebsd

2013-02-07 Thread Christoph Biedl
Christoph Egger wrote... > http://svnweb.freebsd.org/ports/head/net/poptop/files/ is probably what > you're looking for. patch-Makefile.in for example removes bcrelay from > being compiled at all. Thanks for digging that out. Well, I call that naughty. So I'll sadly restrict that package to lin

Re: Building pptpd for kfreebsd

2013-02-07 Thread Christoph Egger
Christoph Biedl writes: > building the pptpd packages for kfreebsd-{amd64,i386} and also > hurd-i386 failed, and probably always did, for the same reason[1]: > > | bcrelay.c:95:30: fatal error: netpacket/packet.h: No such file or directory > > Since I don't have access to such machines I'm asking

Building pptpd for kfreebsd

2013-02-07 Thread Christoph Biedl
Hi there, building the pptpd packages for kfreebsd-{amd64,i386} and also hurd-i386 failed, and probably always did, for the same reason[1]: | bcrelay.c:95:30: fatal error: netpacket/packet.h: No such file or directory Since I don't have access to such machines I'm asking you for your advice. App