ports/132424: Update port: audio/firefly for sqlite3 as default config

Mark D. Foster mark at foster.cc
Sun Mar 8 17:10:03 UTC 2009


>Number:         132424
>Category:       ports
>Synopsis:       Update port: audio/firefly for sqlite3 as default config
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 08 17:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mark Foster
>Release:        FreeBSD 7.1-RELEASE-p2 i386
>Organization:
Credentia
>Environment:
System: FreeBSD dogma.foster.dmz 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2
#0: Thu Feb 5 16:16:55 PST 2009
mdf at dogma.foster.dmz:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
The latest update to firefly port seems to have lost the change to make
sqlite3
the default in the sample config file.  This update simply corrects that.

>How-To-Repeat:
	
>Fix:

	

--- firefly.patch begins here ---
diff -ur firefly.old/Makefile firefly/Makefile
--- firefly.old/Makefile	2008-12-26 17:43:12.000000000 -0800
+++ firefly/Makefile	2009-03-08 09:49:24.000000000 -0700
@@ -6,7 +6,7 @@

 PORTNAME=	firefly
 PORTVERSION=	1696
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=
http://nightlies.fireflymediaserver.org/nightlies/svn-${PORTVERSION}/ \
 		http://www.magnesium.net/~mdf/distfiles/
diff -ur firefly.old/files/patch-mt-daapd.conf.templ
firefly/files/patch-mt-daapd.conf.templ
--- firefly.old/files/patch-mt-daapd.conf.templ	2008-10-19
08:59:15.000000000 -0700
+++ firefly/files/patch-mt-daapd.conf.templ	2009-03-08
09:43:33.000000000 -0700
@@ -1,5 +1,14 @@
 --- contrib/mt-daapd.conf.templ	2008-09-23 23:16:46.000000000 -0700
 +++ contrib/mt-daapd.conf.templ	2008-09-23 23:40:43.000000000 -0700
+@@ -57,7 +57,7 @@
+ # info in.  Valid choices are "sqlite" and "sqlite3".
+ #
+
+-db_type = sqlite
++db_type = sqlite3
+
+ #
+ # db_parms
 @@ -105,7 +105,7 @@
  # This is also ignored on Windows.
  #
--- firefly.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list