FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 5:19 PM GMT
Port details
fltk2 2.0.r9166 x11-toolkits on this many watch lists=4 search for ports that depend on this port
Fast Light Toolkit version 2 (development snapshot)

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@freebsd.org search for ports maintained by this maintainer
Port Added: 26 May 2006 16:25:07
License: FLTK
FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows systems.

It is provided under the terms of the GNU Library Public License, Version 2.

This port supplies a snapshot of the current 2.0 development version.

WWW:	http://www.fltk.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/xprop, devel/gmake, x11/libXcursor, x11-fonts/libXft, x11/libXi, x11/libXinerama
Required To Run: x11/libXcursor, x11-fonts/libXft, x11/libXi, x11/libXinerama
Required Libraries: graphics/png, graphics/jpeg, graphics/libGLU
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/fltk2/ && make install clean
To add the package: pkg_add -r fltk2


Configuration Options
===> The following configuration options are available for fltk-2.0.r9166:
     FLTK_THREADS=on (default) "Install with threads support"
     FLTK_CAIRO=off (default) "Use cairo as graphics backend"
     FLTK_EXAMPLES=on (default) "Build and install example programs"
     FLTK_XINERAMA=on (default) "Enable Xinerama support"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/snapshots/
http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 37

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Dec 2011 18:51:57
Original commit files touched by this commit  2.0.r9166
scheidell search for other commits by this committer
- update to snapshot r9166
- maintainer sends port back to ports@

PR:             162297
Submitted by:   maintainer
Approved by:    maintainer(tmseck@web.de), gabor(mentor)
Feature safe:   yes
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.0.r7725
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
18 Dec 2010 21:54:36
Original commit files touched by this commit  2.0.r7725
makc search for other commits by this committer
Update to snapshot r7725

PR:             ports/153271
Submitted by:   Thomas-Martin Seck (maintainer)
19 Jun 2010 18:58:42
Original commit files touched by this commit  2.0.r7513
sylvio search for other commits by this committer
- Update to snapshot r7513

PR:             ports/147564
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Feature safe:   yes
29 Mar 2010 18:08:01
Original commit files touched by this commit  2.0.r6834_2
dinoex search for other commits by this committer
- fix build for png-1.4.1
28 Mar 2010 06:47:48
Original commit files touched by this commit  2.0.r6834_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  2.0.r6834_1
dinoex search for other commits by this committer
- update to jpeg-8
28 Jul 2009 17:16:16
Original commit files touched by this commit  2.0.r6834
miwi search for other commits by this committer
- Update to 2.0.r6834

PR:             137185
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
18 Jul 2009 11:11:29
Original commit files touched by this commit  2.0.r6671_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
13 Mar 2009 16:23:48
Original commit files touched by this commit  2.0.r6671
miwi search for other commits by this committer
- Update to r6671

Add a patch to unbreak the build with current versions of graphics/cairo
in the (non-default) WITH_FLTK_CAIRO case.

PR:             132412
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
23 Jan 2009 16:28:36
Original commit files touched by this commit  2.0.r6305_1
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
29 Sep 2008 12:01:12
Original commit files touched by this commit  2.0.r6305
miwi search for other commits by this committer
- Update to r6305

PR:             127697
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.0.r6149
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
03 Aug 2008 14:52:20
Original commit files touched by this commit  2.0.r6149
miwi search for other commits by this committer
- Update to r6149

PR:             126191
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
23 Jun 2008 10:51:47
Original commit files touched by this commit  2.0.r6140
miwi search for other commits by this committer
- Update to r6140

PR:             124873
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
29 May 2008 11:27:36
Original commit files touched by this commit  2.0.r6129
miwi search for other commits by this committer
- Update to r6129

PR:             124031
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
27 Apr 2008 03:59:13
Original commit files touched by this commit  2.0.r6090
rafan search for other commits by this committer
- Update to r6090

PR:             ports/122732
Submitted by:   Thomas-Martin Seck <tmseck at web.de> (maintainer)
22 Mar 2008 14:48:03
Original commit files touched by this commit  2.0.r6066_1
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
17 Mar 2008 19:53:57
Original commit files touched by this commit  2.0.r6066
miwi search for other commits by this committer
- Update to r6066
- Fix a bashism in FLTK's configure script
- Add x11/xprop as a build dependency and discuss the rationale for this a bit
  in a comment

PR:             121764
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
10 Feb 2008 21:37:42
Original commit files touched by this commit  2.0.r6025
beech search for other commits by this committer
- Update to snapshot r6025

PR:             ports/120503
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
12 Jan 2008 13:11:06
Original commit files touched by this commit  2.0.r5990
miwi search for other commits by this committer
- Update to r5990

PR:             119565
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
28 Aug 2007 21:17:47
Original commit files touched by this commit  2.0.r5940
miwi search for other commits by this committer
- Update to r5940

PR:             115876
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
24 Jun 2007 20:35:48
Original commit files touched by this commit  2.0.r5917
miwi search for other commits by this committer
- Update to r5917

PR:             113998
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
05 Jun 2007 07:00:52
Original commit files touched by this commit  2.0.r5857
miwi search for other commits by this committer
- Update to r5857

PR:             113156
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  2.0.r5782_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
21 Apr 2007 17:40:49
Original commit files touched by this commit  2.0.r5782
miwi search for other commits by this committer
- Update to r5782

PR:             111984
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
19 Mar 2007 03:48:18
Original commit files touched by this commit  2.0.r5746
rafan search for other commits by this committer
- Update to snapshot r5746

PR:             ports/110472
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
04 Feb 2007 06:46:20
Original commit files touched by this commit  2.0.r5642
rafan search for other commits by this committer
- Update to 2.0.5642

PR:             ports/108721
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
15 Jan 2007 20:07:42
Original commit files touched by this commit  2.0.r5599
miwi search for other commits by this committer
- Update to r5599

PR:             ports/107910
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
19 Dec 2006 01:01:46
Original commit files touched by this commit  2.0.r5556
rafan search for other commits by this committer
- Update to snapshot 5556
- Use MASTER_SITE_EASYSW

PR:             ports/106841
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
06 Nov 2006 02:58:21
Original commit files touched by this commit  2.0.r5528
rafan search for other commits by this committer
- Update to 2.0.5528

PR:             ports/105177
Submitted by:   Thomas-Martin Seck (maintainer)
08 Oct 2006 20:17:53
Original commit files touched by this commit  2.0.r5508
miwi search for other commits by this committer
- Update to r5508
- Fix build with gcc41

PR:             ports/104187
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
10 Sep 2006 00:07:17
Original commit files touched by this commit  2.0.r5425
rafan search for other commits by this committer
- Update to r5425, released on 2006/09/08.

PR:             ports/103066
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
06 Aug 2006 14:26:32
Original commit files touched by this commit  2.0.r5274
arved search for other commits by this committer
- Update to snapshot r5274 and make fetchable again.
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
  the problem was fixed upstream.

PR:             101419
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
24 Jul 2006 02:00:22
Original commit files touched by this commit  2.0.r5256
rafan search for other commits by this committer
- Update to snapshot r5256
- Add new option FLTK_CAIRO for cairo support (default off)

PR:             ports/100744
Submitted by:   Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
05 Jun 2006 20:57:29
Original commit files touched by this commit  2.0.r5170
pav search for other commits by this committer
- Update to snapshot r5170

PR:             ports/98530
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
26 May 2006 16:21:49
Original commit files touched by this commit  2.0.r4825
pav search for other commits by this committer
FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows systems.

It is provided under the terms of the GNU Library Public License, Version 2.

This port supplies a snapshot of the current 2.0 development version.

WWW:    http://www.fltk.org/

PR:             ports/95223
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de>

Number of commits found: 37

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23152
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours8
new 7 days44
new fortnight69
new month137

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.251 seconds.