summaryrefslogtreecommitdiff
path: root/audio/xcdplayer/files/patch-button__setup.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-6/+6
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* audio/xcdplayer: unbreak on 11.0C and DragonFlyJan Beich2015-05-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* * Bring us into the 64-bit world.Christian Weisgerber2003-08-251-0/+65
Obtained from: NetBSD * Use CDROM devices also available on 5.x. Notes: svn path=/head/; revision=87625