mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Update to 1.3.1
Release notes: http://www.fltk.org/articles.php?L1253 Feature safe: yes
This commit is contained in:
parent
94f55ca5e2
commit
3f57704933
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307158
@ -1,13 +1,8 @@
|
||||
# New ports collection makefile for: fltk
|
||||
# Date created: 11 February 1999
|
||||
# Whom: Dima Sivachenko <dima@Chg.RU>
|
||||
#
|
||||
# Created by: Dima Sivachenko <dima@Chg.RU>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fltk
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_EASYSW}
|
||||
MASTER_SITE_SUBDIR= fltk/${PORTVERSION}
|
||||
@ -22,6 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xft
|
||||
USE_GL= gl glu
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-threads \
|
||||
--enable-shared \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fltk-1.3.0-source.tar.gz) = 990676808294cea4cca3de833ad5a5de08073c11b665356d4ecf35d22535b21c
|
||||
SIZE (fltk-1.3.0-source.tar.gz) = 4111004
|
||||
SHA256 (fltk-1.3.1-source.tar.gz) = 49006c148fad8c31a3a961c74486fb485c7878b9d0d084e597f30e354d7cf549
|
||||
SIZE (fltk-1.3.1-source.tar.gz) = 4257291
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- FL/Fl_Check_Browser.H.orig 2012-09-11 17:32:07.000000000 +0200
|
||||
+++ FL/Fl_Check_Browser.H 2012-09-11 17:33:20.000000000 +0200
|
||||
@@ -97,6 +97,7 @@
|
||||
--- FL/Fl_Check_Browser.H.orig 2012-11-07 18:19:01.000000000 +0100
|
||||
+++ FL/Fl_Check_Browser.H 2012-11-07 18:19:16.000000000 +0100
|
||||
@@ -88,6 +88,7 @@
|
||||
Returns how many lines are in the browser. The last line number is equal to
|
||||
this.
|
||||
*/
|
||||
+#undef nitems // nitems was added as a macro in sys/param.h in r236486
|
||||
+#undef nitems // nitems was added as a macro in sys/param.h in r236486
|
||||
int nitems() const { return nitems_; }
|
||||
/** Returns how many items are currently checked. */
|
||||
int nchecked() const { return nchecked_; }
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/Fl_x.cxx.orig 2011-11-28 10:52:26.000000000 +0100
|
||||
+++ src/Fl_x.cxx 2011-11-28 11:01:42.000000000 +0100
|
||||
@@ -1858,7 +1858,7 @@
|
||||
prop[1] = 1|2|16; // MWM_FUNC_ALL | MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE
|
||||
}
|
||||
|
||||
- if (w->flags() & Fl_Widget::FORCE_POSITION) {
|
||||
+ if (w->force_position()) {
|
||||
hints->flags |= USPosition;
|
||||
hints->x = w->x();
|
||||
hints->y = w->y();
|
Loading…
Reference in New Issue
Block a user