ports/113156: [Maintainer] x11-toolkits/fltk2: update to snapshot r5857
Thomas-Martin Seck
tmseck at netcologne.de
Wed May 30 11:10:03 UTC 2007
>Number: 113156
>Category: ports
>Synopsis: [Maintainer] x11-toolkits/fltk2: update to snapshot r5857
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed May 30 11:10:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Thomas-Martin Seck
>Release: FreeBSD 6.2-STABLE i386
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of May 30, 2007.
>Description:
- Update to snapshot r5857, released 2007-05-25
- Simplify OPTIONS parser
>How-To-Repeat:
>Fix:
Apply this patch:
Index: distinfo
===================================================================
--- distinfo (.../x11-toolkits/fltk2) (revision 1183)
+++ distinfo (.../local/fltk2) (revision 1183)
@@ -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
Index: Makefile
===================================================================
--- Makefile (.../x11-toolkits/fltk2) (revision 1183)
+++ Makefile (.../local/fltk2) (revision 1183)
@@ -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 @@
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 @@
.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}"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list