View | Details | Raw Unified | Return to bug 72771
Collapse All | Expand All

(-)/usr/ports/audio/libcddb/Makefile (-3 / +2 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/audio/libcddb/Makefile,v 1.6 2004/07/22 01:10:30 ijliao Exp $
5
# $FreeBSD: ports/audio/libcddb/Makefile,v 1.6 2004/07/22 01:10:30 ijliao Exp $
6
6
7
PORTNAME=	libcddb
7
PORTNAME=	libcddb
8
PORTVERSION=	0.9.5
8
PORTVERSION=	0.9.6
9
PORTREVISION=	0
10
CATEGORIES=	audio
9
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
11
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 14-20 Link Here
14
MAINTAINER=	ahze@ahze.net
13
MAINTAINER=	ahze@ahze.net
15
COMMENT=	A library to access data on a CDDB server
14
COMMENT=	A library to access data on a CDDB server
16
15
17
USE_INC_LIBTOOL_VER=	15
16
USE_LIBTOOL_VER=	15
18
USE_GNOME=	gnometarget gnomehack pkgconfig
17
USE_GNOME=	gnometarget gnomehack pkgconfig
19
INSTALLS_SHLIB=	yes
18
INSTALLS_SHLIB=	yes
20
19
(-)/usr/ports/audio/libcddb/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (libcddb-0.9.5.tar.gz) = 9db0b305a67ce0827966442bc0731c96
1
MD5 (libcddb-0.9.6.tar.gz) = 80269beda3a7a7099bf5492330180e78
2
SIZE (libcddb-0.9.5.tar.gz) = 380064
2
SIZE (libcddb-0.9.6.tar.gz) = 386918
(-)/usr/ports/audio/libcddb/files/patch-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- ltmain.sh.orig	Wed Jul 21 15:43:15 2004
2
+++ ltmain.sh	Wed Jul 21 15:43:45 2004
3
@@ -5608,10 +5608,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false; then
8
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
9
 	instname="$dir/$name"i
10
 	$show "$install_prog $instname $destdir/$name"
11
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

Return to bug 72771