Re: [VCDImager Bugs/Devel] Patch for FreeBSD

Tilman Linneweh <[email protected]> Thu, 26 Sep 2002 15:38:20 +0200
Newsgroups gmane.comp.gnu.vcdimager.bugs
Message-ID <[email protected]>
--------------Boundary-00=_WJS1G6175MP4I5VC3WL6
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 8bit

Hello Berend,

> If you change this line in libvcd/vcd_types then FreeBSD compiles out
> of the box:
>
> #ifdef __bsdi__
>
> to this:
>
> #if ( defined(__bsdi__) || defined(__FreeBSD__) )
>
>
> That's line 48.
> 
> I'm currently burning a cd to see if it really works, but the fix
> seems fine. Let me know if it made it in the release.

This piece of Code was removed in the Development branch of vcdimager.

As you are using FreeBSD I'd like to recommend Using the FreeBSD Ports 
Collection (See http://www.FreeBSD.org/handbook/ports.html for details).

It contains the development version of vcdimager, 0.7.12, which is rather 
stable now.
The FreeBSD Port Maintainer makes sure, the software compiles on all
supported FreeBSD-Versions. Also the FreeBSD-packagebuilding Cluster provides
binary packages on ftp.FreeBSD.org.

If you want to use them just execute "pkg_add -r vcdimager" which should fetch 
the Latest binary package of vcdimager and installs it on your system.

If you want to compile on your own, just enter /usr/ports/graphics/vcdimager
and execute "make install".

regards
arved

P.S: Please CC my on replies, I am not subscribed.
--------------Boundary-00=_WJS1G6175MP4I5VC3WL6
Content-Type: message/rfc822;
  name="Anhang: 1"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Anhang: 1"

Return-Path: <[email protected]>
Received: from defiant.impnet.ist.org (defiant.impnet.ist.org [10.17.1.1])
	by phobos.hvrlab.org (8.11.6/8.11.6) with ESMTP id g8QAq8r25714 for
	<[email protected]>; Thu, 26 Sep 2002 12:52:08 +0200
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by
	defiant.impnet.ist.org (8.11.6/8.11.6) with ESMTP id g8QAq8331291 for
	<[email protected]>; Thu, 26 Sep 2002 12:52:08 +0200
Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org
	with esmtp (Exim 4.10) id 17uWFZ-00058Q-00 for [email protected]; Thu, 26 Sep
	2002 06:52:05 -0400
Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by
	monty-python.gnu.org with esmtp (Exim 4.10) id 17uWFX-00034h-00; Thu, 26
	Sep 2002 06:52:03 -0400
Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10)
	id 17sWL9-00020Z-00 for [email protected]; Fri, 20 Sep 2002 18:33:35
	-0400
Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10)
	id 17sWL7-00020N-00 for [email protected]; Fri, 20 Sep 2002 18:33:34
	-0400
Received: from mta204-rme.xtra.co.nz ([210.86.15.147]) by
	monty-python.gnu.org with esmtp (Exim 4.10) id 17sWL6-0001zt-00 for
	[email protected]; Fri, 20 Sep 2002 18:33:32 -0400
Received: from mta3-rme.xtra.co.nz ([210.86.15.140]) by
	mta204-rme.xtra.co.nz with ESMTP id
	<20020920223330.EFPD2840.mta204-rme.xtra.co.nz@mta3-rme.xtra.co.nz> for
	<[email protected]>; Sat, 21 Sep 2002 10:33:30 +1200
Received: from bmach.nederware.nl ([210.86.65.35]) by mta3-rme.xtra.co.nz
	with ESMTP id
	<[email protected]> for
	<[email protected]>; Sat, 21 Sep 2002 10:33:30 +1200
Received: from dellius.nederware.nl (dellius.nederware.nl [192.168.33.6])
	by bmach.nederware.nl (Postfix) with ESMTP id C6E9822FDB for
	<[email protected]>; Sat, 21 Sep 2002 10:33:20 +1200 (NZST)
Received: by dellius.nederware.nl (Postfix, from userid 1000) id
	85C076E785; Sat, 21 Sep 2002 10:33:18 +1200 (NZST)
To: [email protected]
From: Berend de Boer <[email protected]>
X-Home-Page: http://www.pobox.com/~berend
Message-ID: <[email protected]>
Lines: 21
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: [VCDImager Bugs/Devel] Patch for FreeBSD
Sender: [email protected]
Errors-To: [email protected]
X-BeenThere: [email protected]
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help: <mailto:[email protected]?subject=help>
List-Post: <mailto:[email protected]>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-vcdimager>,
	<mailto:[email protected]?subject=subscribe>
List-Id: Bug reports and development mailing list for GNU VCDImager
	<bug-vcdimager.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-vcdimager>,
	<mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://mail.gnu.org/pipermail/bug-vcdimager/>
Date: 21 Sep 2002 10:33:17 +1200
X-Spam-Status: No, hits=0.0 required=5.5 tests= version=2.20
X-Spam-Level: 
Content-Transfer-Encoding: quoted-printable

Hello vcdimager,

If you change this line in libvcd/vcd_types then FreeBSD compiles out
of the box:

#ifdef __bsdi__

to this:

#if ( defined(__bsdi__) || defined(__FreeBSD__) )


That's line 48.

I'm currently burning a cd to see if it really works, but the fix
seems fine. Let me know if it made it in the release.

--=20
Live long and prosper,

Berend de Boer


_______________________________________________
Bug-VCDImager mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-vcdimager

--------------Boundary-00=_WJS1G6175MP4I5VC3WL6--