Re: PRs for dagrab and cdparanoia reworked (was: Re: Fix for WINE on -CURRENT)

2003-11-05 Thread Simon Barner
> > I am progress of doing the same for dagrab (expect a follow-up to PR > > 57227 soon). > > There is no need for extra-patches. > #ifdef CDIOCREADAUDIO seems to be sufficient enough. The version in GNATs is obsoleted, but my update did not make it there, although it appeared in freebsd-ports-bu

Re: Fix for WINE on -CURRENT

2003-11-05 Thread Gerald Pfeifer
On Mon, 3 Nov 2003, Scot W. Hetzel wrote: > Below is a patch to fix WINE for the new ATA driver. Thanks! (I kind of "fixed" it temporarily by removing the offending code, but clearly your approach is preferrable.) > Could someone familar with the new ATA driver have a look at this > patch to mak

Re: PRs for dagrab and cdparanoia reworked (was: Re: Fix for WINE on -CURRENT)

2003-11-05 Thread Max Khon
Hello! On Wed, Nov 05, 2003 at 02:10:02PM +0100, Simon Barner wrote: > > please revise the patch and submit follow-up. > > Done. Tested on both -STABLE and -CURRENT. > > I am progress of doing the same for dagrab (expect a follow-up to PR > 57227 soon). There is no need for extra-patches. #ifd

PRs for dagrab and cdparanoia reworked (was: Re: Fix for WINE on -CURRENT)

2003-11-05 Thread Simon Barner
> please revise the patch and submit follow-up. Done. Tested on both -STABLE and -CURRENT. I am progress of doing the same for dagrab (expect a follow-up to PR 57227 soon). Simon signature.asc Description: Digital signature

Re: Fix for WINE on -CURRENT

2003-11-05 Thread Max Khon
Hello! On Wed, Nov 05, 2003 at 05:50:35AM +0100, Simon Barner wrote: > > can you make a patch for cdparanoia as well? > > cdparanoia is also broken on recent -CURRENT and testing will be easy. > > There is already a PR. I will rewise my patch to use __FreeBSD__ in the > patch file instead of usi

Re: Fix for WINE on -CURRENT

2003-11-04 Thread Simon Barner
> can you make a patch for cdparanoia as well? > cdparanoia is also broken on recent -CURRENT and testing will be easy. There is already a PR. I will rewise my patch to use __FreeBSD__ in the patch file instead of using ${EXTRA_PATCHES}. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/57226 Thi

Re: Fix for WINE on -CURRENT

2003-11-04 Thread Max Khon
Hello! On Mon, Nov 03, 2003 at 11:14:03PM -0600, Scot W. Hetzel wrote: > Below is a patch to fix WINE for the new ATA driver. > > I created this patch based on the ideals from a previous user > who had patched 3 other ports to work with -CURRENT's new ATA > driver. > > Could someone familar wit

Fix for WINE on -CURRENT

2003-11-03 Thread Scot W. Hetzel
Below is a patch to fix WINE for the new ATA driver. I created this patch based on the ideals from a previous user who had patched 3 other ports to work with -CURRENT's new ATA driver. Could someone familar with the new ATA driver have a look at this patch to make sure it is correct. Thanks, Sc