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

(-)/usr/ports/multimedia/vcdimager/Makefile (-2 / +7 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	vcdimager
7
PORTNAME=	vcdimager
8
PORTVERSION=	0.7.20
8
PORTVERSION=	0.7.20
9
PORTREVISION=	1
9
PORTREVISION=	2
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ \
11
MASTER_SITES=	http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ \
12
		${MASTER_SITE_GNU_ALPHA}
12
		${MASTER_SITE_GNU_ALPHA}
Lines 19-25 Link Here
19
		xml2:${PORTSDIR}/textproc/libxml2 \
19
		xml2:${PORTSDIR}/textproc/libxml2 \
20
		cdio.1:${PORTSDIR}/sysutils/libcdio
20
		cdio.1:${PORTSDIR}/sysutils/libcdio
21
21
22
GNU_CONFIGURE=	yes
22
USE_INC_LIBTOOL_VER=15
23
INSTALLS_SHLIB=	yes
24
USE_REINPLACE=	yes
23
USE_GMAKE=	yes
25
USE_GMAKE=	yes
24
USE_GNOME=	gnometarget gnomehack pkgconfig
26
USE_GNOME=	gnometarget gnomehack pkgconfig
25
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
27
CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
Lines 28-32 Link Here
28
MAN1=		cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
30
MAN1=		cdxa2mpeg.1 vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 \
29
		vcdxbuild.1 vcd-info.1
31
		vcdxbuild.1 vcd-info.1
30
INFO=		vcdimager vcdxrip vcd-info
32
INFO=		vcdimager vcdxrip vcd-info
33
34
post-patch:
35
	@${REINPLACE_CMD} -e 's|libvcd||' ${WRKSRC}/libvcdinfo.pc.in
31
36
32
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)/usr/ports/multimedia/vcdimager/files/patch-ltmain.sh (+15 lines)
Line 0 Link Here
1
--- ltmain.sh.orig	Mon Aug 30 19:53:43 2004
2
+++ ltmain.sh	Mon Aug 30 19:54:32 2004
3
@@ -5528,10 +5528,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"
(-)/usr/ports/multimedia/vcdimager/pkg-plist (-1 lines)
Lines 13-19 Link Here
13
include/libvcd/sector.h
13
include/libvcd/sector.h
14
include/libvcd/types.h
14
include/libvcd/types.h
15
include/libvcd/version.h
15
include/libvcd/version.h
16
lib/libvcdinfo.la
17
lib/libvcdinfo.so.0
16
lib/libvcdinfo.so.0
18
lib/libvcdinfo.so
17
lib/libvcdinfo.so
19
lib/libvcdinfo.a
18
lib/libvcdinfo.a

Return to bug 71171