Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2007 02:00:24 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114079: Update port: sysutils/bbapm
Message-ID:  <20070628020024.9f041ded.tkato432@yahoo.com>
Resent-Message-ID: <200706271710.l5RHA9dN074615@freefall.freebsd.org>

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

>Number:         114079
>Category:       ports
>Synopsis:       Update port: sysutils/bbapm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 17:10:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Fix build with gcc4

New file:
files/patch-resource.hh

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/sysutils/bbapm/files/patch-Image.hh sysutils/bbapm/files/patch-Image.hh
--- /usr/ports/sysutils/bbapm/files/patch-Image.hh	Sat Dec  8 11:18:07 2001
+++ sysutils/bbapm/files/patch-Image.hh	Thu Jun  7 03:31:56 2007
@@ -16,7 +16,7 @@
 +  int allocated;
 +  unsigned char red, green, blue;
 +  unsigned long pixel;
-+  BColor::BColor() { allocated = False; }
++  BColor() { allocated = False; }
 +};
 +#endif
  
diff -urN /usr/ports/sysutils/bbapm/files/patch-resource.hh sysutils/bbapm/files/patch-resource.hh
--- /usr/ports/sysutils/bbapm/files/patch-resource.hh	Thu Jan  1 09:00:00 1970
+++ sysutils/bbapm/files/patch-resource.hh	Thu Jun  7 03:32:41 2007
@@ -0,0 +1,13 @@
+--- resource.hh.orig	Sat Aug 21 05:41:11 1999
++++ resource.hh	Thu Jun  7 03:32:31 2007
+@@ -81,8 +81,8 @@
+ {
+ 
+ public:
+-    Resource::Resource(ToolWindow *);
+-    Resource::~Resource(void);
++    Resource(ToolWindow *);
++    ~Resource(void);
+ 
+     struct FRAME frame;
+     struct LABEL label;
>Release-Note:
>Audit-Trail:
>Unformatted:



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