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

(-)audio/libcdaudio/Makefile (-4 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	libcdaudio
8
PORTNAME=	libcdaudio
9
PORTVERSION=	0.99.4
9
PORTVERSION=	0.99.6
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	${MASTER_SITE_SUNSITE} \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
		http://cdcd.undergrid.net/libcdaudio/source_archive/
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	distributions/gentoo/gentoo-sources/ .
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
15
16
USE_REINPLACE=	yes
17
USE_LIBTOOL=	yes
17
USE_LIBTOOL=	yes
18
INSTALLS_SHLIB=	yes
18
INSTALLS_SHLIB=	yes
19
19
(-)audio/libcdaudio/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libcdaudio-0.99.4.tar.gz) = 1e673579fc377f2240d993a558a048be
1
MD5 (libcdaudio-0.99.6.tar.gz) = 4c8f50427125497c51249d8d74bd91af
(-)audio/libcdaudio/files/patch-configure (+10 lines)
Line 0 Link Here
1
--- configure.orig	Wed Aug 22 09:23:06 2001
2
+++ configure	Sat Aug 17 07:38:58 2002
3
@@ -5543,6 +5543,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

Return to bug 41730