Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 18:36:57 -0800 (PST)
From:      Gregory Sutter <gsutter@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/36355: xmcd port uses CDDB instead of FreeDB
Message-ID:  <200203270236.g2R2avt52726@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         36355
>Category:       ports
>Synopsis:       xmcd port uses CDDB instead of FreeDB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 26 18:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gregory Sutter
>Release:        4.5-STABLE
>Organization:
>Environment:
n/a     
>Description:
The xmcd author uses Gracenote, Inc.(R)'s CDDB service instead of the community-based FreeDB.  FreeBSD should patch this to enable its users to use FreeDB without sharing information with a private corporation and without having to register themselves with said private corporation.
>How-To-Repeat:
portinstall xmcd || cd /usr/ports/audio/xmcd && make install clean     
>Fix:
--- cddb_d/fcddb.h.org  Tue Aug  7 17:14:56 2001
+++ cddb_d/fcddb.h      Tue Mar 26 18:31:20 2002
@@ -44,7 +44,7 @@
 #define HTTP_PORT              80
 
 /* CDDB1 server host and CGI path */
-#define CDDB_SERVER_HOST       "cddb.cddb.com"
+#define CDDB_SERVER_HOST       "freedb.freedb.org"
 #define CDDB_CGI_PATH          "/~cddb/cddb.cgi"
 #define CDDB_SUBMIT_CGI_PATH   "/~cddb/submit.cgi"

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203270236.g2R2avt52726>