diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-13 09:36:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-13 09:36:17 +0000 |
commit | fd37863e5055cb7c5c01bcdfe2f671acfb4f7c65 (patch) | |
tree | c128163471fdc86f29bbc6ec77bf74b9fa4633ea /x11/fltk | |
parent | 57655dc0fa6197f574e37a02fca8015b2d4fb8fd (diff) | |
download | pkgsrc-fd37863e5055cb7c5c01bcdfe2f671acfb4f7c65.tar.gz |
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...
Diffstat (limited to 'x11/fltk')
-rw-r--r-- | x11/fltk/Makefile | 6 | ||||
-rw-r--r-- | x11/fltk/buildlink2.mk | 6 | ||||
-rw-r--r-- | x11/fltk/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/fltk/distinfo | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 333a367e0a1..00e36ad89c6 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2004/02/18 10:21:15 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2004/04/13 09:36:17 xtraeme Exp $ # -DISTNAME= fltk-1.1.4-source +DISTNAME= fltk-1.1.5rc1-source PKGNAME= ${DISTNAME:S/-source//} VERS= ${DISTNAME:S/fltk-//:S/-source//} CATEGORIES= x11 @@ -22,7 +22,7 @@ USE_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_LIBTOOL= yes -USE_X11BASE= yes +USE_X11= yes TEST_TARGET= test GNU_CONFIGURE= yes diff --git a/x11/fltk/buildlink2.mk b/x11/fltk/buildlink2.mk index f6d728d2dbb..ce589650306 100644 --- a/x11/fltk/buildlink2.mk +++ b/x11/fltk/buildlink2.mk @@ -1,14 +1,14 @@ -# $NetBSD: buildlink2.mk,v 1.5 2004/02/18 05:07:34 ben Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2004/04/13 09:36:17 xtraeme Exp $ .if !defined(FLTK_BUILDLINK2_MK) FLTK_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= fltk -BUILDLINK_DEPENDS.fltk?= fltk>=1.0.9 +BUILDLINK_DEPENDS.fltk?= fltk>=1.1.5rc1 BUILDLINK_PKGSRCDIR.fltk?= ../../x11/fltk EVAL_PREFIX+= BUILDLINK_PREFIX.fltk=fltk -BUILDLINK_PREFIX.fltk_DEFAULT= ${X11PREFIX} +BUILDLINK_PREFIX.fltk_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.fltk= include/FL/* BUILDLINK_FILES.fltk+= include/Fl/* BUILDLINK_FILES.fltk+= lib/libfltk* diff --git a/x11/fltk/buildlink3.mk b/x11/fltk/buildlink3.mk index 69a1c331dab..e6e13fdd43f 100644 --- a/x11/fltk/buildlink3.mk +++ b/x11/fltk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/03/18 09:12:16 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/04/13 09:36:17 xtraeme Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ FLTK_BUILDLINK3_MK:= ${FLTK_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfltk} BUILDLINK_PACKAGES+= fltk .if !empty(FLTK_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.fltk+= fltk>=1.0.9 +BUILDLINK_DEPENDS.fltk+= fltk>=1.1.5rc1 BUILDLINK_PKGSRCDIR.fltk?= ../../x11/fltk .endif # FLTK_BUILDLINK3_MK diff --git a/x11/fltk/distinfo b/x11/fltk/distinfo index 2f559e929c0..c3a955f82a5 100644 --- a/x11/fltk/distinfo +++ b/x11/fltk/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2004/02/18 05:07:34 ben Exp $ +$NetBSD: distinfo,v 1.8 2004/04/13 09:36:17 xtraeme Exp $ -SHA1 (fltk-1.1.4-source.tar.bz2) = e42839662bfbbdb8d61eaa2798c8687a629ddc02 -Size (fltk-1.1.4-source.tar.bz2) = 1305766 bytes +SHA1 (fltk-1.1.5rc1-source.tar.bz2) = 7b05948314474fe485a29ae49f18d19754608935 +Size (fltk-1.1.5rc1-source.tar.bz2) = 1325042 bytes SHA1 (patch-aa) = d75bb3c9772cb7b5920d2a32513cdc0f40694d8f SHA1 (patch-ab) = 04323aa95488755351e67c07273063aac18d465b SHA1 (patch-ac) = cf4b6038b6b72b11f2d3e67ac6c8c7e7e3407eb3 |