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

(-)Makefile (-4 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	rhtvision
8
PORTNAME=	rhtvision
9
PORTVERSION=	2.0.3
9
PORTVERSION=	2.1.0
10
PORTREVISION=	4
11
CATEGORIES=	devel
10
CATEGORIES=	devel
12
MASTER_SITES=	SF/tvision/UNIX/${PORTVERSION}
11
MASTER_SITES=	SF/tvision/UNIX/${PORTVERSION}%20CVS20070425%20Source%20and%20Debian%204.0/
13
DISTNAME=	rhtvision-${PORTVERSION}.src
12
DISTNAME=	rhtvision-${PORTVERSION}-3.src
14
13
15
MAINTAINER=	perky@FreeBSD.org
14
MAINTAINER=	perky@FreeBSD.org
16
COMMENT=	Complete C++ Text User Interface (TUI) library
15
COMMENT=	Complete C++ Text User Interface (TUI) library
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (rhtvision-2.0.3.src.tar.gz) = b6129f5c510ba9d28d21c9575b7e1c75
1
MD5 (rhtvision-2.1.0-3.src.tar.gz) = ce152a3eaddde2875403da8b764d9e15
2
SHA256 (rhtvision-2.0.3.src.tar.gz) = cd8eacf19b8d4302349604fb7b29729e5eea4fee652b08c2768f061e74eb7b9e
2
SHA256 (rhtvision-2.1.0-3.src.tar.gz) = a33d3e47012b8cc95fc7b195abdb605697169889f3a1557d819e3676cd8c732a
3
SIZE (rhtvision-2.0.3.src.tar.gz) = 1068752
3
SIZE (rhtvision-2.1.0-3.src.tar.gz) = 1107627
(-)pkg-plist (-3 / +4 lines)
Lines 157-163 Link Here
157
lib/librhtv.a
157
lib/librhtv.a
158
lib/librhtv.so
158
lib/librhtv.so
159
lib/librhtv.so.2
159
lib/librhtv.so.2
160
lib/librhtv.so.2.0.3
160
lib/librhtv.so.2.1.0
161
lib/libtvfintl.a
161
lib/libtvfintl.a
162
share/locale/es/LC_MESSAGES/tvision2.0.3.mo
162
share/locale/es/LC_MESSAGES/tvision2.1.0.mo
163
share/locale/ru/LC_MESSAGES/tvision2.0.3.mo
163
share/locale/pl/LC_MESSAGES/tvision2.1.0.mo
164
share/locale/ru/LC_MESSAGES/tvision2.1.0.mo
(-)files/patch-include-compatlayer.h (-11 lines)
Removed Link Here
1
--- include/compatlayer.h.orig	2007-11-05 15:25:07.000000000 +0600
2
+++ include/compatlayer.h	2007-11-05 15:25:43.000000000 +0600
3
@@ -324,7 +324,7 @@
4
     library. GCC implemented it in version 3.0. BC++ implemented some
5
     stuff in versions like BC++ 5.5. So that's a real mess. */
6
  #if __GNUC__>=3
7
-  #if __GNUC_MINOR__>=4
8
+  #if __GNUC__ >= 4 || __GNUC_MINOR__>=4
9
    // gcc 3.4. It have __gnu_cxx::stdio_filebuf class.
10
    #define CLY_filebuf       __gnu_cxx::stdio_filebuf<char>
11
    #define CLY_int_filebuf   CLY_filebuf
(-)files/patch-include-tv-inputln.h (-11 lines)
Removed Link Here
1
--- include/tv/inputln.h.orig	2007-11-05 15:06:18.000000000 +0600
2
+++ include/tv/inputln.h	2007-11-05 15:06:41.000000000 +0600
3
@@ -196,7 +196,7 @@
4
      { return name; }
5
 
6
 protected:
7
- TInputLine::TInputLine(StreamableInit) :
8
+ TInputLine(StreamableInit) :
9
    TInputLineBaseT<char,TDrawBuffer>(streamableInit) {}
10
 
11
 public:

Return to bug 143946