mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/fltk: update this port to the latest version 1.3.10
FLTK 1.3.10 is a maintenance release with minor enhancements and bug fixes. Particularly, Fl_XFont_On_Demand class was previously not labeled FL_EXPORT, which made it not exposed in the library, in turn breaking `x11-toolkits/py-fltk' port and other consumers. There are no new ABI features and thus it is 100% compatible with releases 1.3.5-1.3.9. This is intended to be the last release of the 1.3.x series. PR: 277433, 277439
This commit is contained in:
parent
fa8fd4b1d3
commit
b603333e3d
2 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= fltk
|
||||
PORTVERSION= 1.3.9
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.10
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
||||
|
@ -20,7 +19,6 @@ USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
|||
USE_GL= gl glu
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
CONFIGURE_ENV= NROFF=echo
|
||||
CPE_VENDOR= fltk_project
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1702130542
|
||||
SHA256 (fltk-1.3.9-source.tar.bz2) = 103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2
|
||||
SIZE (fltk-1.3.9-source.tar.bz2) = 4774284
|
||||
TIMESTAMP = 1731780198
|
||||
SHA256 (fltk-1.3.10-source.tar.bz2) = 07b3bb9023e9c8f6809e6716d30efaa67d259918972af24d8d83c75e0b31771b
|
||||
SIZE (fltk-1.3.10-source.tar.bz2) = 4778229
|
||||
|
|
Loading…
Add table
Reference in a new issue