ports/143946: [PATCH] devel/rhtvision Update to 2.1.0 snapshot

Rob Farmer rfarmer at predatorlabs.net
Mon Feb 15 04:20:02 UTC 2010


>Number:         143946
>Category:       ports
>Synopsis:       [PATCH] devel/rhtvision Update to 2.1.0 snapshot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 15 04:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203851: Sat Feb 13 21:24:42 PST 2010     rfarmer at coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
Update to 2.1.0 development snapshot. It doesn't seem like the author is going to make an actual release any time soon, and this is necessary to update & unbreak editors/setedit, which is the only port that depends on it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/rhtvision/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	22 Aug 2009 00:18:32 -0000	1.21
+++ Makefile	14 Feb 2010 11:56:34 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	rhtvision
-PORTVERSION=	2.0.3
-PORTREVISION=	4
+PORTVERSION=	2.1.0
 CATEGORIES=	devel
-MASTER_SITES=	SF/tvision/UNIX/${PORTVERSION}
-DISTNAME=	rhtvision-${PORTVERSION}.src
+MASTER_SITES=	SF/tvision/UNIX/${PORTVERSION}%20CVS20070425%20Source%20and%20Debian%204.0/
+DISTNAME=	rhtvision-${PORTVERSION}-3.src
 
 MAINTAINER=	perky at FreeBSD.org
 COMMENT=	Complete C++ Text User Interface (TUI) library
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/rhtvision/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	22 Jan 2006 08:29:58 -0000	1.7
+++ distinfo	14 Feb 2010 11:56:47 -0000
@@ -1,3 +1,3 @@
-MD5 (rhtvision-2.0.3.src.tar.gz) = b6129f5c510ba9d28d21c9575b7e1c75
-SHA256 (rhtvision-2.0.3.src.tar.gz) = cd8eacf19b8d4302349604fb7b29729e5eea4fee652b08c2768f061e74eb7b9e
-SIZE (rhtvision-2.0.3.src.tar.gz) = 1068752
+MD5 (rhtvision-2.1.0-3.src.tar.gz) = ce152a3eaddde2875403da8b764d9e15
+SHA256 (rhtvision-2.1.0-3.src.tar.gz) = a33d3e47012b8cc95fc7b195abdb605697169889f3a1557d819e3676cd8c732a
+SIZE (rhtvision-2.1.0-3.src.tar.gz) = 1107627
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/rhtvision/pkg-plist,v
retrieving revision 1.8
diff -u -r1.8 pkg-plist
--- pkg-plist	19 Dec 2004 17:59:47 -0000	1.8
+++ pkg-plist	14 Feb 2010 12:07:04 -0000
@@ -157,7 +157,8 @@
 lib/librhtv.a
 lib/librhtv.so
 lib/librhtv.so.2
-lib/librhtv.so.2.0.3
+lib/librhtv.so.2.1.0
 lib/libtvfintl.a
-share/locale/es/LC_MESSAGES/tvision2.0.3.mo
-share/locale/ru/LC_MESSAGES/tvision2.0.3.mo
+share/locale/es/LC_MESSAGES/tvision2.1.0.mo
+share/locale/pl/LC_MESSAGES/tvision2.1.0.mo
+share/locale/ru/LC_MESSAGES/tvision2.1.0.mo
Index: files/patch-include-compatlayer.h
===================================================================
RCS file: files/patch-include-compatlayer.h
diff -N files/patch-include-compatlayer.h
--- files/patch-include-compatlayer.h	8 Nov 2007 19:03:10 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- include/compatlayer.h.orig	2007-11-05 15:25:07.000000000 +0600
-+++ include/compatlayer.h	2007-11-05 15:25:43.000000000 +0600
-@@ -324,7 +324,7 @@
-     library. GCC implemented it in version 3.0. BC++ implemented some
-     stuff in versions like BC++ 5.5. So that's a real mess. */
-  #if __GNUC__>=3
--  #if __GNUC_MINOR__>=4
-+  #if __GNUC__ >= 4 || __GNUC_MINOR__>=4
-    // gcc 3.4. It have __gnu_cxx::stdio_filebuf class.
-    #define CLY_filebuf       __gnu_cxx::stdio_filebuf<char>
-    #define CLY_int_filebuf   CLY_filebuf
Index: files/patch-include-tv-inputln.h
===================================================================
RCS file: files/patch-include-tv-inputln.h
diff -N files/patch-include-tv-inputln.h
--- files/patch-include-tv-inputln.h	8 Nov 2007 19:03:10 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- include/tv/inputln.h.orig	2007-11-05 15:06:18.000000000 +0600
-+++ include/tv/inputln.h	2007-11-05 15:06:41.000000000 +0600
-@@ -196,7 +196,7 @@
-      { return name; }
- 
- protected:
-- TInputLine::TInputLine(StreamableInit) :
-+ TInputLine(StreamableInit) :
-    TInputLineBaseT<char,TDrawBuffer>(streamableInit) {}
- 
- public:


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



More information about the freebsd-ports-bugs mailing list