2004-05-05 07:07:12 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Add include/Fl/* to BUILDLINK_FILES. Needed to get palmosemulator building.
|
2004-04-17 20:40:08 by Ben Collver | Files touched by this commit (4) |
Log message:
Correct PLIST for non-NetBSD platforms.
|
2004-04-13 11:36:17 by Juan Romero Pardines | Files touched by this commit (4) | |
Log message:
Update x11/fltk to 1.1.5rc1 and s/USE_X11BASE/USE_X11/.
Changes:
CHANGES IN FLTK 1.1.5rc1
- Documentation updates (STR #186, STR #245, STR #250,
STR #277, STR #281, STR #328, STR #338)
- fl_scroll() did not handle scrolling from off-screen on
WIN32 (STR #315)
- Fl_File_Chooser did not allow manual entry of a drive
letter (STR #339)
- Fl_Menu now uses the boxtype to redraw the menu
background (STR #204)
- Fl_Scroll now shows the background image when a framed
box type is used and the Fl_Scroll is a direct
decendent of a window (STR #205)
- Added a new_directory_tooltip string pointer to allow
localization of the file chooser's new directory
button (STR #340)
- Added Fl_Menu_::find_item() method (STR #316)
- The Fl_Widget copy operator definitions were not
conditionally compiled properly (STR #329)
- FLUID's Layout functionality did not move child
widgets when laying out group widgets (STR #319)
- FLUID's Layout->Center In Group functionality did not
properly handle widgets that were children of a
Fl_Window widget (STR #318)
- The Fl_Text_Display destructor did not remove the
predelete callback associated with the current buffer
(STR #332)
- Fixed several bugs in the MacOS X Fl::add_fd()
handling (STR #333, STR #337)
- The Fl_Text_Display widget did not display selections
set by the application (STR #322)
- FLUID crashed if you did layout with a window widget
(STR #317)
- Fl_Scroll::clear() didn't remove the child widget from
the Fl_Scroll widget (STR #327)
- Fl_Value_Slider::draw_bg() didn't always apply the
clipping rectangle (STR #235)
- fl_filename_relative() returned the wrong string if
the absolute pathname was equal to the current working
directory (STR #224)
- Fl_Help_Dialog didn't correctly restore the scroll
position when going forward/back in the link history
if the file changed (STR #218)
And more...
|
2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232) |
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-18 11:21:15 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
bl3ify
|
2004-02-18 06:07:34 by Ben Collver | Files touched by this commit (13) |
Log message:
Update from FLTK 1.0.11 to FLTK 1.1.4.
|
2004-02-08 04:00:29 by Johnny C. Lam | Files touched by this commit (10) |
Log message:
PKGLIBTOOL and PKGSHLIBTOOL are no more.
|
2004-02-02 14:02:50 by Johnny C. Lam | Files touched by this commit (10) |
Log message:
These packages need a C++ compiler.
|
2004-01-20 13:28:29 by Alistair G. Crooks | Files touched by this commit (54) |
Log message:
Move WRKSRC definition away from the first paragraph in a Makefile.
|