Commit graph

4 commits

Author SHA1 Message Date
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Jan Beich
300981f7ee audio/xcdplayer: unbreak on 11.0C and DragonFly
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
2015-05-22 07:21:04 +00:00
Christian Weisgerber
d6de6f8b70 * Bring us into the 64-bit world.
Obtained from:	NetBSD

* Use CDROM devices also available on 5.x.
2003-08-25 00:05:26 +00:00