Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 08:42:58 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/34321: update-port: graphics/xawtv
Message-ID:  <200201270742.g0R7gwR18352@phobos.raisdorf.net>

next in thread | raw e-mail | index | archive | help

>Number:         34321
>Category:       ports
>Synopsis:       update-port: graphics/xawtv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 00:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.5-RC i386
>Organization:
>Environment:
System: FreeBSD sina.sesamestreet.net 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 18 00:15:28 CET 2002 olivleh1@bert.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386


>Description:
	- update xawtv port to 3.68
	- the configure script determines if there is a strcasestr function
          in the system. So the workarround can be removed.

>How-To-Repeat:
>Fix:


diff -ruN xawtv.old/Makefile /usr/ports/graphics/xawtv/Makefile
--- xawtv.old/Makefile	Sun Jan 27 08:42:40 2002
+++ /usr/ports/graphics/xawtv/Makefile	Sun Jan 27 08:46:53 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=       xawtv
-PORTVERSION=	3.67
+PORTVERSION=	3.68
 CATEGORIES=     graphics
 MASTER_SITES=   http://bytesex.org/xawtv/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -39,14 +39,10 @@
 MAN8=		v4l-conf.8
 
 PLIST_SUB+=	X11PREFIX=${X11BASE}
-STRCASESTRFILES=src/commands.c
 
 post-patch:
 .for i in ${FILES_X11BASE}
 	${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/$i
-.endfor
-.for i in ${STRCASESTRFILES}
-	${PERL} -pi -e "s|strcasestr|mystrcasestr|g" ${WRKSRC}/$i
 .endfor
 
 post-configure:
diff -ruN xawtv.old/distinfo /usr/ports/graphics/xawtv/distinfo
--- xawtv.old/distinfo	Sun Jan 27 08:42:40 2002
+++ /usr/ports/graphics/xawtv/distinfo	Sun Jan 27 08:54:03 2002
@@ -1 +1 @@
-MD5 (xawtv_3.67.tar.gz) = bbef18a0b69310d0c3e3c84925d54cd4
+MD5 (xawtv_3.68.tar.gz) = c4cd6ad8d8c1bc45a4f994671954f23d
diff -ruN xawtv.old/pkg-plist /usr/ports/graphics/xawtv/pkg-plist
--- xawtv.old/pkg-plist	Sun Jan 27 08:42:40 2002
+++ /usr/ports/graphics/xawtv/pkg-plist	Sun Jan 27 08:52:56 2002
@@ -1,5 +1,6 @@
 bin/alevtd
 bin/dump-mixers
+bin/motv
 bin/ntsc-cc
 bin/propwatch
 bin/record
@@ -13,6 +14,13 @@
 bin/webcam
 bin/xawtv
 bin/xawtv-remote
+lib/xawtv/conv-mjpeg.so
+lib/xawtv/drv0-bsd.so
+lib/xawtv/flt-invert.so
+lib/xawtv/flt-nop.so
+lib/xawtv/snd-oss.so
+lib/xawtv/write-avi.so
+@dirrm lib/xawtv
 @cwd %%X11BASE%%
 lib/X11/app-defaults/MoTV
 lib/X11/fonts/misc/led-iso8859-1.pcf.gz


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201270742.g0R7gwR18352>