Change in distfile was a typo fix, diff follows: diff -ruN EZWGL-1.50.old/include/EZ.h EZWGL-1.50/include/EZ.h --- EZWGL-1.50.old/include/EZ.h Sat Dec 11 06:27:24 1999 +++ EZWGL-1.50/include/EZ.h Tue Mar 1 15:02:31 2005 @@ -3453,7 +3453,7 @@ int x1, int y1, int flag)); EXTERN void EZ_MarkSSheetUsedTextProperties MY_ANSIARGS((EZ_Widget *widget)); EXTERN void EZ_SSheetPasteSelection MY_ANSIARGS((EZ_Widget *widget)); -EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret);) +EXTERN int EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret)); #endif #ifndef _EZ_WIDGET_THUM_WHEEL_C_ PR: 90374 Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> Approved by: clement (mentor)
o Convert K&R style function declarations to ANSI C style. o Add calls to EZ_WidgetExists() in several places to verify existance of widgets before use. - Bump PORTREVISION PR: 56162 Submitted by: Michael Edenfield <kutulu@kutulu.org>
Submitted by: kan
PR: 18049 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
PR: 10073 Submitted by: maintainer
PR: 9216 Submitted by: maintainer
PR: 7374 Submitted by: maintainer
about 100 OpenGL-like functions for high-level 3D graphics programming. PR: 6532 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>