Date: Sat, 15 Oct 2016 00:48:19 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423998 - in head/audio/logitechmediaserver: . files Message-ID: <201610150048.u9F0mJgu062691@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: woodsb02 Date: Sat Oct 15 00:48:19 2016 New Revision: 423998 URL: https://svnweb.freebsd.org/changeset/ports/423998 Log: audio/logitechmediaserver: Remove patch-dbix-class-bug.diff This fixes the scanner.pl program, which would otherwise produce this error in the log files: Slim::Schema::Storage::throw_exception (122) Error: DBI Exception: DBD::SQLite::db do failed: SQL logic error or missing database cannot ATTACH database within transaction [for Statement "ATTACH '/var/db/logitechmediaserver/cache/persist.db' AS persistentdb"] More details about this problem: http://forums.slimdevices.com/showthread.php?106257-FreeBSD-port&p=864545 Approved by: mark@tranquillussoftware.co.uk (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D8255 Deleted: head/audio/logitechmediaserver/files/patch-dbix-class-bug.diff Modified: head/audio/logitechmediaserver/Makefile Modified: head/audio/logitechmediaserver/Makefile ============================================================================== --- head/audio/logitechmediaserver/Makefile Sat Oct 15 00:46:23 2016 (r423997) +++ head/audio/logitechmediaserver/Makefile Sat Oct 15 00:48:19 2016 (r423998) @@ -2,6 +2,7 @@ PORTNAME= logitechmediaserver PORTVERSION= 7.9.0.g2016.09.30 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= mark@tranquillussoftware.co.uk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610150048.u9F0mJgu062691>