Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 22:00:04 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/35933: update-port: graphics/xawtv
Message-ID:  <200203152100.g2FL04v04094@phobos.raisdorf.net>

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

>Number:         35933
>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:   Fri Mar 15 13:20:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD sina.sesamestreet.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 10 22:28:35 CET 2002 olivleh1@bert.sesamestreet.net:/usr/obj/i386/usr/src/sys/SINA i386


>Description:
	update xawtv from 2.72 to 2.73
>How-To-Repeat:
>Fix:


diff -ruN xawtv.old/Makefile xawtv/Makefile
--- xawtv.old/Makefile	Fri Mar 15 21:45:35 2002
+++ xawtv/Makefile	Fri Mar 15 21:45:41 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xawtv
-PORTVERSION=	3.72
+PORTVERSION=	3.73
 CATEGORIES=	graphics
 MASTER_SITES=	http://bytesex.org/xawtv/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
diff -ruN xawtv.old/distinfo xawtv/distinfo
--- xawtv.old/distinfo	Fri Mar 15 21:45:35 2002
+++ xawtv/distinfo	Fri Mar 15 21:51:51 2002
@@ -1 +1 @@
-MD5 (xawtv_3.72.tar.gz) = 754953113fade95092ae0a83c5512b7f
+MD5 (xawtv_3.73.tar.gz) = c9a8b96439a877bccd9463bf3331b538
diff -ruN xawtv.old/files/patch-configure xawtv/files/patch-configure
--- xawtv.old/files/patch-configure	Fri Mar 15 21:45:34 2002
+++ xawtv/files/patch-configure	Fri Mar 15 21:51:00 2002
@@ -1,6 +1,6 @@
---- configure.orig	Mon Jan 14 20:33:50 2002
-+++ configure	Mon Jan 14 20:35:51 2002
-@@ -1024,7 +1024,7 @@
+--- configure.orig	Thu Mar 14 14:51:55 2002
++++ configure	Fri Mar 15 21:49:45 2002
+@@ -2022,7 +2022,7 @@
  	OpenBSD | FreeBSD | NetBSD)
  		# *BSD has important stuff (from ports) in
  		# /usr/local ...
@@ -9,50 +9,37 @@
  		PLUGINS="drv0-bsd.so snd-oss.so"
  		VBIFLAGS="-DBSD"
  		;;
-@@ -1529,10 +1529,10 @@
-     /usr/XFree86/include/X11  \
-                               \
-     /usr/include              \
--    /usr/local/include        \
-+    %%LOCALBASE%%/include        \
-     /usr/unsupported/include  \
-     /usr/athena/include       \
--    /usr/local/x11r5/include  \
-+    %%LOCALBASE%%/x11r5/include  \
-     /usr/lpp/Xamples/include  \
-                               \
-     /usr/openwin/include      \
-@@ -1604,10 +1604,10 @@
-     /usr/XFree86/lib/X11  \
-                           \
-     /usr/lib              \
--    /usr/local/lib        \
-+    %%LOCALBASE%%/lib        \
-     /usr/unsupported/lib  \
-     /usr/athena/lib       \
--    /usr/local/x11r5/lib  \
-+    %%LOCALBASE%%/x11r5/lib  \
-     /usr/lpp/Xamples/lib  \
-     /lib/usr/lib/X11	  \
-                           \
-@@ -2914,19 +2914,13 @@
+@@ -2586,10 +2586,10 @@
+ /usr/XFree86/include/X11
  
- echo $ac_n "checking for X11 config directory""... $ac_c" 1>&6
- echo "configure:2917: checking for X11 config directory" >&5
--x11conf=/usr/X11R6/lib/X11
+ /usr/include
+-/usr/local/include
++%%LOCALBASE%%/include
+ /usr/unsupported/include
+ /usr/athena/include
+-/usr/local/x11r5/include
++%%LOCALBASE%%/x11r5/include
+ /usr/lpp/Xamples/include
+ 
+ /usr/openwin/include
+@@ -4329,18 +4329,13 @@
+ echo "$as_me:4329: checking for X11 config directory" >&5
+ echo $ECHO_N "checking for X11 config directory... $ECHO_C" >&6
+ x11conf=/usr/X11R6/lib/X11
 -if test -d /etc/X11; then
 -	x11conf=/etc/X11
 -fi
 +x11conf=%%X11BASE%%/lib/X11
- echo "$ac_t""$x11conf" 1>&6
- 
+ echo "$as_me:4335: result: $x11conf" >&5
+ echo "${ECHO_T}$x11conf" >&6
  
- echo $ac_n "checking for X11 app-defaults directory""... $ac_c" 1>&6
- echo "configure:2926: checking for X11 app-defaults directory" >&5
+ echo "$as_me:4338: checking for X11 app-defaults directory" >&5
+ echo $ECHO_N "checking for X11 app-defaults directory... $ECHO_C" >&6
 -resdir=/usr/X11R6/lib/X11
 -if test -d /etc/X11/app-defaults; then
 -	resdir=/etc/X11
 -fi
 +resdir=%%X11BASE%%/lib/X11
- echo "$ac_t""$resdir/app-defaults" 1>&6
+ echo "$as_me:4344: result: $resdir/app-defaults" >&5
+ echo "${ECHO_T}$resdir/app-defaults" >&6
  
diff -ruN xawtv.old/pkg-plist xawtv/pkg-plist
--- xawtv.old/pkg-plist	Fri Mar 15 21:45:35 2002
+++ xawtv/pkg-plist	Fri Mar 15 21:55:45 2002
@@ -24,6 +24,7 @@
 @cwd %%X11BASE%%
 lib/X11/app-defaults/MoTV
 lib/X11/fonts/misc/led-iso8859-1.pcf.gz
+lib/X11/fonts/misc/led-iso8859-15.pcf.gz
 lib/X11/fonts/misc/led-iso8859-2.pcf.gz
 lib/X11/fonts/misc/led-koi8-r.pcf.gz
 lib/X11/de/app-defaults/MoTV

>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?200203152100.g2FL04v04094>