diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-09 11:59:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-10-09 11:59:16 +0800 |
commit | 7f326fcef006bcfc7b7c440a84e4431821b34d46 (patch) | |
tree | 15291eb0c7294889eae61e1efe0736958b49a529 /sysutils/brasero/Makefile | |
parent | 4b4bf61af48510c9b0c614bde998a58d20d844b3 (diff) | |
download | marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar.gz marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar.bz2 marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar.lz marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar.xz marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.tar.zst marcuscom-ports-7f326fcef006bcfc7b7c440a84e4431821b34d46.zip |
When opening a device fails, be sure to close the file descriptor, or we
will leak descriptors, and possibly prevent device mounting.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13102 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/brasero/Makefile')
-rw-r--r-- | sysutils/brasero/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 74e5d8e21..faa792e25 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.54 2009/09/21 19:19:27 kwm Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.55 2009/10/05 18:47:45 kwm Exp $ PORTNAME= brasero PORTVERSION= 2.28.1 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 |