ports/114079: Update port: sysutils/bbapm
KATO Tsuguru
tkato432 at yahoo.com
Wed Jun 27 17:10:10 UTC 2007
>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:
More information about the freebsd-ports-bugs
mailing list