aboutsummaryrefslogtreecommitdiff
path: root/audio/xcdplayer/files
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-2612-69/+69
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Fix a code typo.Christian Weisgerber2015-08-251-1/+1
| | | | Notes: svn path=/head/; revision=395314
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-2212-24/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* audio/xcdplayer: consistently use and expand keywords in patchesJan Beich2015-05-221-0/+3
| | | | Notes: svn path=/head/; revision=386989
* audio/xcdplayer: unbreak on 11.0C and DragonFlyJan Beich2015-05-227-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | In file included from cdrom_freebsd.c:28: /usr/include/sys/buf.h:129:30: error: unknown type name 'vm_page_t' void (*pg_iodone)(void *, vm_page_t *, int, int); ^ cdrom_callb.c:59:6: error: 'cdi' undeclared (first use in this function) if (cdi.state & CDROM_STATE_EJECTED) { ^ cdrom_callb.c:59:18: error: 'CDROM_STATE_EJECTED' undeclared (first use in this function) if (cdi.state & CDROM_STATE_EJECTED) { ^ button_setup.c:583:16: error: 'NODISCSTR' undeclared (first use in this function) disc_title = NODISCSTR; ^ Reported by: pkg-fallout, DPorts Obtained from: https://github.com/jsonn/pkgsrc/commit/4afb403 (modified) Tested by: md5 Notes: svn path=/head/; revision=386988
* - Update MASTER_SITESMartin Wilke2013-02-041-0/+18
| | | | | | | | | | | - Fix build with clang - Add MAKE_JOBS_SAFE PR: 175570 Submitted by: Ports Fury Notes: svn path=/head/; revision=311622
* Fix build with gcc4Tilman Keskinoz2007-05-302-10/+27
| | | | Notes: svn path=/head/; revision=192407
* Convert from varargs.h to stdarg.h in order to fix build on -CURRENT.Christian Weisgerber2003-08-281-6/+23
| | | | Notes: svn path=/head/; revision=87917
* * Bring us into the 64-bit world.Christian Weisgerber2003-08-2518-458/+823
| | | | | | | | | Obtained from: NetBSD * Use CDROM devices also available on 5.x. Notes: svn path=/head/; revision=87625
* Fix for phk's bio changes (>= 500003)Alexander Langer2000-06-271-0/+13
| | | | | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=29902
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-161-6/+6
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* Open mcd if cd open fails for default deviceAndrey A. Chernov1994-11-121-2/+5
| | | | Notes: svn path=/head/; revision=373
* Use raw partition for default deviceAndrey A. Chernov1994-11-121-1/+1
| | | | Notes: svn path=/head/; revision=372
* Make the eject function work. This requires using the CDIOCALLOW ioctlJustin T. Gibbs1994-11-071-0/+5
| | | | | | | | | before the CDIOCEJECT ioctl otherwise the media is still locked when you attempt the eject. The previous code may have worked on drives that did not support the media lock feature. Notes: svn path=/head/; revision=335
* XCdplayer 2.2 portSteven Wallace1994-10-014-0/+1125
Notes: svn path=/head/; revision=148