Bug#465966: vobcopy: FTBFS on GNU/kFreeBSD

2008-02-23 Thread Robos
On Fri, 22.02.08, Stephen Birch <[EMAIL PROTECTED]> wrote:

Hi Steve and - um - bug-list :)

> The patch has been applied and test built against sid (by me) and
> GNU/kFreeBSD (by Petr).  A new release containing just this patch has
> been requested from upstream and a tarball provided for his convenience.
> 
> I am now waiting for the upstream response before contacting my
> sponsor for upload into Debian.  If upstream agrees the release will be
> version 1.1.1-1.  Progress can be checked here:

I'm at the fosdem conference in brussels and therefore don't really have the
time to check it. But since you only included the patch send it's fine. I
also have another patch I would include - if I had the time right now.
Your choice: Either you release the version you packaged to debian - and I
release it too as 1.1.1 and I will put the other patch into 1.1.2, or you
wait, probably till the coming week, for a version with both patches in.
What do you think, Steve?
Cheers
Robos

>   http://imsmail.org/vobcopy
> 
> 
> 
> 
> 

-- 
Robos - 
gpg --recv-keys --keyserver blackhole.pca.dfn.de 6EEADA09




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465966: vobcopy: FTBFS on GNU/kFreeBSD

2008-02-22 Thread Stephen Birch
The patch has been applied and test built against sid (by me) and
GNU/kFreeBSD (by Petr).  A new release containing just this patch has
been requested from upstream and a tarball provided for his convenience.

I am now waiting for the upstream response before contacting my
sponsor for upload into Debian.  If upstream agrees the release will be
version 1.1.1-1.  Progress can be checked here:

  http://imsmail.org/vobcopy




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465966: vobcopy: FTBFS on GNU/kFreeBSD

2008-02-15 Thread Petr Salinger

Package: vobcopy
Severity: important
Version: 1.1.0-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small addition for vobcopy.h, see bellow.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance

Petr


--- vobcopy.h~  2008-02-15 18:38:45.0 +0100
+++ vobcopy.h   2008-02-15 18:38:45.0 +0100
@@ -147,7 +147,18 @@

   typedef enum  { FALSE=0, TRUE=1 }  bool;

-#else /* GNU/Linux */
+#elif defined( __GLIBC__ )
+
+#include 
+#include 
+#include 
+
+#define HAVE_GETOPT_LONG 1
+#define HAS_LARGEFILE1
+
+  typedef enum  { FALSE=0, TRUE=1 }  bool;
+
+#else

 /* // For other cases // */





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]