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

(-)/usr/ports/graphics/xawtv/Makefile (-5 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=       xawtv
8
PORTNAME=       xawtv
9
PORTVERSION=	3.67
9
PORTVERSION=	3.68
10
CATEGORIES=     graphics
10
CATEGORIES=     graphics
11
MASTER_SITES=   http://bytesex.org/xawtv/
11
MASTER_SITES=   http://bytesex.org/xawtv/
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
Lines 39-52 Link Here
39
MAN8=		v4l-conf.8
39
MAN8=		v4l-conf.8
40
40
41
PLIST_SUB+=	X11PREFIX=${X11BASE}
41
PLIST_SUB+=	X11PREFIX=${X11BASE}
42
STRCASESTRFILES=src/commands.c
43
42
44
post-patch:
43
post-patch:
45
.for i in ${FILES_X11BASE}
44
.for i in ${FILES_X11BASE}
46
	${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/$i
45
	${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/$i
47
.endfor
48
.for i in ${STRCASESTRFILES}
49
	${PERL} -pi -e "s|strcasestr|mystrcasestr|g" ${WRKSRC}/$i
50
.endfor
46
.endfor
51
47
52
post-configure:
48
post-configure:
(-)/usr/ports/graphics/xawtv/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xawtv_3.67.tar.gz) = bbef18a0b69310d0c3e3c84925d54cd4
1
MD5 (xawtv_3.68.tar.gz) = c4cd6ad8d8c1bc45a4f994671954f23d
(-)/usr/ports/graphics/xawtv/pkg-plist (+8 lines)
Lines 1-5 Link Here
1
bin/alevtd
1
bin/alevtd
2
bin/dump-mixers
2
bin/dump-mixers
3
bin/motv
3
bin/ntsc-cc
4
bin/ntsc-cc
4
bin/propwatch
5
bin/propwatch
5
bin/record
6
bin/record
Lines 13-18 Link Here
13
bin/webcam
14
bin/webcam
14
bin/xawtv
15
bin/xawtv
15
bin/xawtv-remote
16
bin/xawtv-remote
17
lib/xawtv/conv-mjpeg.so
18
lib/xawtv/drv0-bsd.so
19
lib/xawtv/flt-invert.so
20
lib/xawtv/flt-nop.so
21
lib/xawtv/snd-oss.so
22
lib/xawtv/write-avi.so
23
@dirrm lib/xawtv
16
@cwd %%X11BASE%%
24
@cwd %%X11BASE%%
17
lib/X11/app-defaults/MoTV
25
lib/X11/app-defaults/MoTV
18
lib/X11/fonts/misc/led-iso8859-1.pcf.gz
26
lib/X11/fonts/misc/led-iso8859-1.pcf.gz

Return to bug 34321