Date: Mon, 27 Jul 2009 20:21:10 +0200 (CEST) From: Thomas-Martin Seck <tmseck@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137185: [Maintainer] x11-toolkits/fltk2: update to 2.0.r6834 Message-ID: <200907271821.n6RILAs2066387@hardy.tmseck.homedns.org> Resent-Message-ID: <200907271830.n6RIU3ah059702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137185 >Category: ports >Synopsis: [Maintainer] x11-toolkits/fltk2: update to 2.0.r6834 >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: Mon Jul 27 18:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Thomas-Martin Seck >Release: FreeBSD 7.2-RELEASE i386 >Organization: a private site in Germany >Environment: FreeBSD ports collection as of July 27, 2009. >Description: - update to 2.0.r6834 - use USE_XORG=xft to express the dependendy on libXft - hardcode an otherwise automatic dependence on XCursor, the automatic detection cannot (easily) be disabled >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== --- Makefile (.../x11-toolkits/fltk2) (revision 1649) +++ Makefile (.../local/fltk2) (revision 1649) @@ -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 @@ -27,10 +26,9 @@ # support will be disabled without breaking the build. BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg \ - Xft.2:${PORTSDIR}/x11-fonts/libXft + jpeg.10:${PORTSDIR}/graphics/jpeg -SNAPSHOT= r6671 +SNAPSHOT= r6834 OPTIONS= FLTK_THREADS "Install with threads support" on \ FLTK_CAIRO "Use cairo as graphics backend" off \ @@ -43,7 +41,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes -USE_XORG= xi +USE_XORG= xcursor xft xi GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: distinfo =================================================================== --- distinfo (.../x11-toolkits/fltk2) (revision 1649) +++ distinfo (.../local/fltk2) (revision 1649) @@ -1,3 +1,3 @@ -MD5 (fltk-2.0.x-r6671.tar.bz2) = 6bcef5fd51eb3bc4dd0702f3ae6da6ba -SHA256 (fltk-2.0.x-r6671.tar.bz2) = 4c9a67f0d32c05af92bf95d5feec8eb4a8d56bfbfe2cd4364b32009cfd609b54 -SIZE (fltk-2.0.x-r6671.tar.bz2) = 2527397 +MD5 (fltk-2.0.x-r6834.tar.bz2) = fdde61eb5b0e72c8662428c625676439 +SHA256 (fltk-2.0.x-r6834.tar.bz2) = aac1d231f9f9c966b11502017a81b160cd5d90f845bc85bfbe7a57afc23c2ed4 +SIZE (fltk-2.0.x-r6834.tar.bz2) = 2527692 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907271821.n6RILAs2066387>