Bug 63576 - New Port: audio/libcddb -- A library to access data on a CDDB server
Summary: New Port: audio/libcddb -- A library to access data on a CDDB server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-01 06:20 UTC by Michael Johnson
Modified: 2004-03-01 19:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.10 KB, text/plain)
2004-03-01 06:20 UTC, Michael Johnson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.)