Bug 63576

Summary: New Port: audio/libcddb -- A library to access data on a CDDB server
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Michael Johnson 2004-03-01 06:20:15 UTC
A library to access data on a CDDB server
Comment 1 Michael Johnson 2004-03-01 06:23:54 UTC
I forgot about this

diff -ruN audio/libcddb.orig/Makefile audio/libcddb/Makefile
--- audio/libcddb.orig/Makefile	Mon Mar  1 01:22:03 2004
+++ audio/libcddb/Makefile	Mon Mar  1 01:22:29 2004
@@ -14,5 +14,6 @@
  COMMENT=	A library to access data on a CDDB server

  USE_LIBTOOL=	yes
+USE_GNOME=	pkgconfig

  .include <bsd.port.mk>
Comment 2 Michael Johnson 2004-03-01 06:31:56 UTC
Please Ignore the last patch, please use this one.

diff -ruN audio/libcddb.orig/Makefile audio/libcddb/Makefile
--- audio/libcddb.orig/Makefile	Mon Mar  1 01:22:03 2004
+++ audio/libcddb/Makefile	Mon Mar  1 01:29:04 2004
@@ -14,5 +14,6 @@
  COMMENT=	A library to access data on a CDDB server

  USE_LIBTOOL=	yes
+USE_GNOME=	gnomehack pkgconfig

  .include <bsd.port.mk>
diff -ruN audio/libcddb.orig/pkg-plist audio/libcddb/pkg-plist
--- audio/libcddb.orig/pkg-plist	Mon Mar  1 01:22:03 2004
+++ audio/libcddb/pkg-plist	Mon Mar  1 01:30:49 2004
@@ -10,5 +10,5 @@
  lib/libcddb.la
  lib/libcddb.so
  lib/libcddb.so.1
-lib/pkgconfig/libcddb.pc
+libdata/pkgconfig/libcddb.pc
  @dirrm include/cddb
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-01 09:07:35 UTC
State Changed
From-To: open->feedback

#include <sys/types.h> headers fail in many .h[.c] files. 
Please add patches to fix it on 4.x
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-01 19:20:30 UTC
State Changed
From-To: feedback->closed

New port added, thanks! 

(I committed the shar that havent-quite-made-it-into-the-gnats 
but was seen on mailing list.)