Bug#653193: Missing patch

2012-01-01 Thread Robert Millan
El 31 de desembre de 2011 23:33, Guillem Jover ha escrit: > the > source should be using _BSD_SOURCE instead of _GNU_SOURCE, currently > passed through CFLAGS in debian/rules. Actually, that's not possible. _BSD_SOURCE disables some facilities which are assumed to be present on *BSD. -- Robert

Bug#653193: Missing patch

2011-12-31 Thread Guillem Jover
On Sun, 2011-12-25 at 11:56:45 +0100, Robert Millan wrote: > > +#define __FAVOR_BSD 1 > > #include > > #include > > #include > > #include > > #include > > #include > > +#undef __FAVOR_BSD > > Shouldn't this kind of fix be in libbsd-dev? E.g. in overlay netinet/in.h: > > #if __FAVOR_B

Bug#653193: Missing patch

2011-12-30 Thread Robert Millan
El 25 de desembre de 2011 0:16, Christoph Egger ha escrit: > Hi! > > seems svn diff didn't include the new patch 14_alias.diff. Here it is. The get-orig-source bits are also missing from the patch. Btw, do you receive my mail also directly or only via list/BTS? I suspect my direct mails to you

Bug#653193: Missing patch

2011-12-25 Thread Robert Millan
> +#define __FAVOR_BSD 1 > #include > #include > #include > #include > #include > #include > +#undef __FAVOR_BSD Shouldn't this kind of fix be in libbsd-dev? E.g. in overlay netinet/in.h: #if __FAVOR_BSD # include_next #else # define __FAVOR_BSD 1 # include_next # undef __FAVOR

Bug#653193: Missing patch

2011-12-24 Thread Christoph Egger
Hi! seems svn diff didn't include the new patch 14_alias.diff. Here it is. Regards Christoph diff -x debian -ur diff/freebsd-libs-8.2+ds1/lib/libalias/libalias/Makefile freebsd-libs-patches/lib/libalias/libalias/Makefile --- diff/freebsd-libs-8.2+ds1/lib/libalias/libalias/Makefile 2009-07-19