bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VCDImager Bugs/Devel] Patch for FreeBSD


From: Tilman Linneweh
Subject: Re: [VCDImager Bugs/Devel] Patch for FreeBSD
Date: Thu, 26 Sep 2002 15:38:20 +0200
User-agent: KMail/1.4.3

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.
--- Begin Message --- Subject: [VCDImager Bugs/Devel] Patch for FreeBSD Date: 21 Sep 2002 10:33:17 +1200 User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
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.

-- 
Live long and prosper,

Berend de Boer


_______________________________________________
Bug-VCDImager mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-vcdimager

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]