summaryrefslogtreecommitdiffstats
path: root/sysutils/brasero/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /sysutils/brasero/files
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/files')
-rw-r--r--sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c b/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c
deleted file mode 100644
index e342112f8..000000000
--- a/sysutils/brasero/files/patch-libbrasero-media_scsi-cam.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- libbrasero-media/scsi-cam.c.orig 2009-09-25 10:39:03.000000000 -0400
-+++ libbrasero-media/scsi-cam.c 2009-10-10 13:30:06.000000000 -0400
-@@ -184,6 +184,8 @@ brasero_device_handle_open (const gchar
- handle->fd = fd;
- }
- else {
-+ int serrno;
-+
- if (code) {
- if (errno == EAGAIN
- || errno == EWOULDBLOCK
-@@ -193,6 +195,15 @@ brasero_device_handle_open (const gchar
- *code = BRASERO_SCSI_ERRNO;
- }
-
-+ serrno = errno;
-+
-+ if (fd > -1)
-+ close (fd);
-+ if (cam)
-+ cam_close_device (cam);
-+
-+ errno = serrno;
-+
- return NULL;
- }
-