mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to r5857
PR: 113156 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
This commit is contained in:
parent
50aac3aaec
commit
a05a92a054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192807
@ -7,7 +7,6 @@
|
||||
|
||||
PORTNAME= fltk
|
||||
PORTVERSION= 2.0.${SNAPSHOT}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_EASYSW}
|
||||
MASTER_SITE_SUBDIR= fltk/snapshots
|
||||
@ -20,7 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
SNAPSHOT= r5782
|
||||
SNAPSHOT= r5857
|
||||
|
||||
OPTIONS= FLTK_THREADS "Install with threads support" on \
|
||||
FLTK_CAIRO "Use cairo as graphics backend" off
|
||||
@ -50,7 +49,7 @@ PORTDOCS= *
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_FLTK_THREADS)
|
||||
.if defined(WITH_FLTK_THREADS)
|
||||
CONFIGURE_ARGS+= --enable-threads
|
||||
CPPFLAGS+= "${PTHREAD_CFLAGS}"
|
||||
LDFLAGS+= "${PTHREAD_LIBS}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (fltk-2.0.x-r5782.tar.bz2) = 5ccc7162fa2d86bc5c56ed4ff192be46
|
||||
SHA256 (fltk-2.0.x-r5782.tar.bz2) = e4f848af7555643119fd96229b0cd7ec7ef93a047fb6405e2eec823904b9a3c4
|
||||
SIZE (fltk-2.0.x-r5782.tar.bz2) = 2584438
|
||||
MD5 (fltk-2.0.x-r5857.tar.bz2) = 1e0c80d6bc6bdf4b182f83a7307d2ab9
|
||||
SHA256 (fltk-2.0.x-r5857.tar.bz2) = 9d195c6efeb75d7f8980df27fbd70099b233cac2bde0c721dccf6f83b5b5cde7
|
||||
SIZE (fltk-2.0.x-r5857.tar.bz2) = 2582230
|
||||
|
Loading…
Reference in New Issue
Block a user