Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2002 12:39:18 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35789: Update port: devel/tvision to 0.8
Message-ID:  <200203112039.g2BKdIB97668@freefall.freebsd.org>

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

>Number:         35789
>Category:       ports
>Synopsis:       Update port: devel/tvision to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 12:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.8

New file:
files/patch-ltmain.sh

Remove file:
files/patch-lib::dialogs.h

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/tvision/Makefile devel/tvision/Makefile
--- /usr/ports/devel/tvision/Makefile	Fri Feb  1 20:39:03 2002
+++ devel/tvision/Makefile	Fri Mar  8 05:01:08 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tvision
-PORTVERSION=	0.7
-PORTREVISION=	2
+PORTVERSION=	0.8
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
 		http://www.sigala.it/sergio/tvision/mysource/
@@ -15,7 +14,8 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_LIBTOOL=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/tvision/distinfo devel/tvision/distinfo
--- /usr/ports/devel/tvision/distinfo	Tue Jul  6 04:11:19 1999
+++ devel/tvision/distinfo	Fri Mar  8 04:53:50 2002
@@ -1 +1 @@
-MD5 (tvision-0.7.tar.gz) = 5ed8022a2db99b65789f484a2530dddd
+MD5 (tvision-0.8.tar.gz) = 7f99404877bb45b2510d43065cbefe6c
diff -urN /usr/ports/devel/tvision/files/patch-lib::dialogs.h devel/tvision/files/patch-lib::dialogs.h
--- /usr/ports/devel/tvision/files/patch-lib::dialogs.h	Wed Jun 20 01:31:40 2001
+++ devel/tvision/files/patch-lib::dialogs.h	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- lib/dialogs.h.old	Tue Jun 19 18:29:26 2001
-+++ lib/dialogs.h	Tue Jun 19 18:29:41 2001
-@@ -407,7 +407,7 @@
- 
-     TSItem( const char *aValue, TSItem *aNext )
-         { value = newStr(aValue); next = aNext; }
--    ~TSItem() { delete (void *)value; }
-+    ~TSItem() { delete value; }
- 
-     const char *value;
-     TSItem *next;
diff -urN /usr/ports/devel/tvision/files/patch-ltmain.sh devel/tvision/files/patch-ltmain.sh
--- /usr/ports/devel/tvision/files/patch-ltmain.sh	Thu Jan  1 09:00:00 1970
+++ devel/tvision/files/patch-ltmain.sh	Fri Mar  8 04:57:03 2002
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig	Sun Sep 23 00:01:27 2001
++++ ltmain.sh	Fri Mar  8 04:56:54 2002
+@@ -1043,14 +1043,14 @@
+ 	    # These systems don't actually have a C library (as such)
+ 	    test "X$arg" = "X-lc" && continue
+ 	    ;;
+-	  *-*-openbsd*)
++	  *-*-openbsd* | *-*-freebsd*)
+ 	    # Do not include libc due to us having libc/libc_r.
+ 	    test "X$arg" = "X-lc" && continue
+ 	    ;;
+ 	  esac
+ 	 elif test "X$arg" = "X-lc_r"; then
+ 	  case $host in
+-	  *-*-openbsd*)
++	  *-*-openbsd* | *-*-freebsd*)
+ 	    # Do not include libc_r directly, use -pthread flag.
+ 	    continue
+ 	    ;;
+@@ -2441,7 +2441,7 @@
+ 	  *-*-netbsd*)
+ 	    # Don't link with libc until the a.out ld.so is fixed.
+ 	    ;;
+-	  *-*-openbsd*)
++	  *-*-openbsd* | *-*-freebsd*)
+ 	    # Do not include libc due to us having libc/libc_r.
+ 	    ;;
+ 	  *)
+@@ -4210,10 +4210,12 @@
+ 	fi
+ 
+ 	# Install the pseudo-library for information purposes.
++	if /usr/bin/false; then
+ 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	instname="$dir/$name"i
+ 	$show "$install_prog $instname $destdir/$name"
+ 	$run eval "$install_prog $instname $destdir/$name" || exit $?
++	fi
+ 
+ 	# Maybe install the static library, too.
+ 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -urN /usr/ports/devel/tvision/pkg-plist devel/tvision/pkg-plist
--- /usr/ports/devel/tvision/pkg-plist	Fri Jun 16 01:43:53 2000
+++ devel/tvision/pkg-plist	Fri Mar  8 07:29:02 2002
@@ -25,5 +25,5 @@
 include/tvision/views.h
 lib/libtvision.a
 lib/libtvision.so
-lib/libtvision.so.0.7
+lib/libtvision.so.0
 @dirrm include/tvision

>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?200203112039.g2BKdIB97668>