Date: Mon, 31 Oct 2011 20:59:28 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/k3b-kde4 Makefile ports/sysutils/k3b-kde4/files patch-libk3bdevice-k3bscsicommandbsd.cpp Message-ID: <201110312059.p9VKxSAC047414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rakuco 2011-10-31 20:59:28 UTC FreeBSD ports repository Modified files: sysutils/k3b-kde4 Makefile Added files: sysutils/k3b-kde4/files patch-libk3bdevice-k3bscsicommandbsd.cpp Log: Fix build on FreeBSD >= 9. Import commit d8f73a5 from upstream. The scsi_sense_data struct has changed in 9 after r225950, so compilation failed. Instead of accessing the struct fields manually, we now use scsi_extract_sense, which works fine in all our supported releases (there is no change in terms of functionality). Bump PORTREVISION. Aproved by: avilla (mentor, implicit) Revision Changes Path 1.76 +1 -1 ports/sysutils/k3b-kde4/Makefile 1.1 +95 -0 ports/sysutils/k3b-kde4/files/patch-libk3bdevice-k3bscsicommandbsd.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110312059.p9VKxSAC047414>