From owner-cvs-all@FreeBSD.ORG Sun Nov 19 17:45:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F312116A403; Sun, 19 Nov 2006 17:45:10 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CB243D5F; Sun, 19 Nov 2006 17:44:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAJHjAuE087196; Sun, 19 Nov 2006 17:45:10 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAJHjAe4087195; Sun, 19 Nov 2006 17:45:10 GMT (envelope-from marcus) Message-Id: <200611191745.kAJHjAe4087195@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 19 Nov 2006 17:45:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/rhythmbox Makefile ports/audio/rhythmbox/files patch-podcast_rb-podcast-manager.c patch-rhythmdb_rhythmdb.c patch-sources_rb-ipod-source.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2006 17:45:11 -0000 marcus 2006-11-19 17:45:09 UTC FreeBSD ports repository Modified files: audio/rhythmbox Makefile audio/rhythmbox/files patch-podcast_rb-podcast-manager.c Added files: audio/rhythmbox/files patch-rhythmdb_rhythmdb.c patch-sources_rb-ipod-source.c Log: * Fix a crash that can occur when trying to determine if a device is an iPod [1] * Clean up the Podcast locking code to avoid crashes [2] * Fix some warnings pertaining to time_t casts Reported by: ahze, Khairil Yusof [1] Submitted by: James "Doc" Livingston [2] Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=337332 [2] Revision Changes Path 1.85 +1 -1 ports/audio/rhythmbox/Makefile 1.2 +297 -36 ports/audio/rhythmbox/files/patch-podcast_rb-podcast-manager.c 1.1 +29 -0 ports/audio/rhythmbox/files/patch-rhythmdb_rhythmdb.c (new) 1.3 +51 -0 ports/audio/rhythmbox/files/patch-sources_rb-ipod-source.c (new)