pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fltk14-devel: Update TODO



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Mar 20 12:25:28 2024 +0100
Changeset:	e8d901fb41a65f32af90b06819d2be331f2feb64

Modified Files:
	fltk14-devel/TODO

Log Message:
fltk14-devel: Update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8d901fb41a65f32af90b06819d2be331f2feb64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fltk14-devel/TODO | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diffs:
diff --git a/fltk14-devel/TODO b/fltk14-devel/TODO
index a285978607..7f4ccbc7f5 100644
--- a/fltk14-devel/TODO
+++ b/fltk14-devel/TODO
@@ -1,13 +1,7 @@
 [X] Add zlib dependency
+[X] Support for HP-UX
+[ ] Support for AIX
 [ ] Static libraries should not be installed with execute permissions.
     "fltk.list" has entires with 444 permissions, looks like a bug.
-[ ] Check for library suffixes on HP-UX and macOS
+[ ] Check for library suffixes on AIX, HP-UX and macOS
 [ ] Some configurations create the compiler warnings below.
-
-drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx: In member function 'virtual const char* Fl_Xlib_Graphics_Driver::get_font_name(Fl_Font, int*)':
-drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx:140:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
-         if (*e) e++; x = e; e = fl_font_word(x,1);
-         ^~
-drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx:140:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
-         if (*e) e++; x = e; e = fl_font_word(x,1);
-                      ^


Home | Main Index | Thread Index | Old Index