diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-22 01:10:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-22 01:10:30 +0000 |
commit | b846af5b2f887076a18db9bf69278c570a8ac6ec (patch) | |
tree | b776958b3c03ef2153fc8345c373680553dc62dd /audio | |
parent | ea07b17dc3ad35baf50b95ffc3dcae0c8e2cabd1 (diff) | |
download | ports-b846af5b2f887076a18db9bf69278c570a8ac6ec.tar.gz ports-b846af5b2f887076a18db9bf69278c570a8ac6ec.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcddb/Makefile | 8 | ||||
-rw-r--r-- | audio/libcddb/distinfo | 4 | ||||
-rw-r--r-- | audio/libcddb/files/cddb.h-systypes-patch | 13 | ||||
-rw-r--r-- | audio/libcddb/files/cddb_ni.h-systypes-patch | 18 | ||||
-rw-r--r-- | audio/libcddb/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | audio/libcddb/pkg-plist | 1 |
6 files changed, 37 insertions, 22 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index b4550a7b345f..e5b50e69e592 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ PORTNAME= libcddb -PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTVERSION= 0.9.5 +PORTREVISION= 0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@ahze.net COMMENT= A library to access data on a CDDB server -USE_INC_LIBTOOL_VER= 13 -USE_GNOME= gnometarget lthack gnomehack pkgconfig +USE_INC_LIBTOOL_VER= 15 +USE_GNOME= gnometarget gnomehack pkgconfig INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/audio/libcddb/distinfo b/audio/libcddb/distinfo index 706aa943db30..6ba39d57cc2a 100644 --- a/audio/libcddb/distinfo +++ b/audio/libcddb/distinfo @@ -1,2 +1,2 @@ -MD5 (libcddb-0.9.4.tar.gz) = 366095f09e1d89d91915a2dd7c7c1478 -SIZE (libcddb-0.9.4.tar.gz) = 272751 +MD5 (libcddb-0.9.5.tar.gz) = 9db0b305a67ce0827966442bc0731c96 +SIZE (libcddb-0.9.5.tar.gz) = 380064 diff --git a/audio/libcddb/files/cddb.h-systypes-patch b/audio/libcddb/files/cddb.h-systypes-patch index 1426f6c5be72..5331ae87c4da 100644 --- a/audio/libcddb/files/cddb.h-systypes-patch +++ b/audio/libcddb/files/cddb.h-systypes-patch @@ -1,11 +1,10 @@ ---- include/cddb/cddb.h.orig Mon Mar 1 04:22:27 2004 -+++ include/cddb/cddb.h Mon Mar 1 04:22:47 2004 -@@ -26,7 +26,7 @@ - extern "C" { +--- include/cddb/cddb.h.orig Wed Jul 21 15:34:48 2004 ++++ include/cddb/cddb.h Wed Jul 21 15:35:03 2004 +@@ -27,6 +27,7 @@ #endif - -- + + +#include <sys/types.h> + #include <cddb/cddb_config.h> #include <cddb/cddb_error.h> #include <cddb/cddb_track.h> - #include <cddb/cddb_disc.h> diff --git a/audio/libcddb/files/cddb_ni.h-systypes-patch b/audio/libcddb/files/cddb_ni.h-systypes-patch index 60e7c02643b3..15df8d01168f 100644 --- a/audio/libcddb/files/cddb_ni.h-systypes-patch +++ b/audio/libcddb/files/cddb_ni.h-systypes-patch @@ -1,10 +1,10 @@ ---- include/cddb/cddb_ni.h.orig Mon Mar 1 04:28:02 2004 -+++ include/cddb/cddb_ni.h Mon Mar 1 04:28:16 2004 -@@ -18,6 +18,7 @@ - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - */ +--- include/cddb/cddb_ni.h.orig Wed Jul 21 15:35:13 2004 ++++ include/cddb/cddb_ni.h Wed Jul 21 15:35:32 2004 +@@ -31,6 +31,7 @@ + # include <config.h> + #endif + +#include <sys/types.h> - - #ifndef CDDB_NI_H - #define CDDB_NI_H 1 + #include "cddb/cddb_regex.h" + #include "cddb/cddb.h" + #include "cddb/cddb_conn_ni.h" diff --git a/audio/libcddb/files/patch-ltmain.sh b/audio/libcddb/files/patch-ltmain.sh new file mode 100644 index 000000000000..6fdc97edfdc5 --- /dev/null +++ b/audio/libcddb/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Wed Jul 21 15:43:15 2004 ++++ ltmain.sh Wed Jul 21 15:43:45 2004 +@@ -5608,10 +5608,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/audio/libcddb/pkg-plist b/audio/libcddb/pkg-plist index 20d6871237da..6c9b3c37d1aa 100644 --- a/audio/libcddb/pkg-plist +++ b/audio/libcddb/pkg-plist @@ -1,6 +1,7 @@ bin/cddb_query include/cddb/cddb.h include/cddb/cddb_cmd.h +include/cddb/cddb_config.h include/cddb/cddb_conn.h include/cddb/cddb_disc.h include/cddb/cddb_error.h |