FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 1:47 AM BST
Port details
fox17 1.7.33 x11-toolkits on this many watch lists=0 search for ports that depend on this port
Broken BROKEN: does not build on amd64
Ignore IGNORE: is marked as broken: does not build on amd64
Fast and extensive C++ GUI toolkit -- devel version
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Aug 2010 13:58:51
License: not specified in port


FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and
effectively. It offers a wide, and growing, collection of Controls, and
provides state of the art facilities such as drag and drop, selection, as well
as OpenGL widgets for 3D graphical manipulation. FOX also implements icons,
images, and user-convenience features such as status line help, and tooltips.
Tooltips may even be used for 3D objects!

WWW: http://www.fox-toolkit.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: x11-fonts/libXft, graphics/jpeg, graphics/png, graphics/tiff, graphics/webp, graphics/libglut
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/fox17/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for fox-1.7.33:
     JPEG=ON (default) "Enable JPEG support"
     PNG=ON (default) "Enable PNG support"
     TIFF=ON (default) "Enable TIFF support"
     WEBP=ON (default) "Enable WebP support"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.fox-toolkit.org/pub/
ftp://ftp.fox-toolkit.org/pub/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 May 2012 13:40:56
Original commit files touched by this commit  1.7.33
gahr search for other commits by this committer
- Update to 1.7.33
  * Fixed TIFF image save/load.
  * Fixed quaternion arc() for vectors that are 180 degrees apart.
  * Some tweaks in FXAtomic: more optimal code for non-PIC compiles; also,
    check for PIE (position independent executable).
  * Fixed problem in FXRex regarding non-ASCII characters.
  * Repaired some broken syntax patterns in Adie.stx syntax file.
  * SSE-ified lerp() API added to vector classes.
  * Fixed SSE unaligned store problem in FXMat4d; exhibited itself on 32-bit
systems.
  * Setjmp()/longjmp() issue fixed in fxpngio.cpp.
  * Operator FXbool in FXAutoPtr and FXRefPtr interfered with comparison
operators;
    removed it.
  * Added API's to FXMat4 classes.
  * Added serialization capability to FXExpression class.
05 Jan 2012 16:15:26
Original commit files touched by this commit  1.7.32
gahr search for other commits by this committer
- Update to 1.7.32
- Remove old patch (fixed upstream)
- Make supported image formats optional
03 Jan 2012 09:45:07
Original commit files touched by this commit  1.7.31
gahr search for other commits by this committer
- Update to 1.7.31
  See http://www.fox-toolkit.org/news.html for release notes.
28 Dec 2011 07:12:55
Original commit files touched by this commit  1.7.30
linimon search for other commits by this committer
Mark as broken on powerpc: fails to link.

Hat:            portmgr
27 Oct 2011 13:27:50
Original commit files touched by this commit  1.7.30
gahr search for other commits by this committer
- Update to 1.7.30
   See http://www.fox-toolkit.org/news.html for release notes.
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.7.29
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
15 Sep 2011 10:24:45
Original commit files touched by this commit  1.7.29
gahr search for other commits by this committer
- Update to 1.7.29
  See http://www.fox-toolkit.org/news.html for release notes.
05 Aug 2011 09:48:07
Original commit files touched by this commit  1.7.28
gahr search for other commits by this committer
- Add the pthread library to the pkg-config "libs" option
05 Aug 2011 07:46:53
Original commit files touched by this commit  1.7.28
gahr search for other commits by this committer
- Update to 1.7.28
02 Aug 2011 09:17:35
Original commit files touched by this commit  1.7.27
gahr search for other commits by this committer
- update to 1.7.27
30 May 2011 21:35:56
Original commit files touched by this commit  1.7.26
pav search for other commits by this committer
- Mark BROKEN on amd64 <9:
  /tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional

Reported by:    pointyhat
19 May 2011 08:32:12
Original commit files touched by this commit  1.7.26
gahr search for other commits by this committer
- Update to 1.7.26
  Changes: http://www.fox-toolkit.org/news.html
20 Dec 2010 15:42:07
Original commit files touched by this commit  1.7.25
gahr search for other commits by this committer
- Update to 1.7.25
  Changes since last port update (1.7.23)
    * Added FXMat2f, FXMat2d.
    * Vectorized many functions in FXMat2d, FXMat2f, FXMat3d, FXMat3f, FXMat4d,
      FXMat4f (using SSE/SSE2/SSE3).
    * Some fixes to FXPath::isInside().
    * Fix to drawImage() in FXDCPrint.
    * Added FXPtrList.
    * Add FXbool return value to some API's in FXArray.
    * Change in configure.ac to check intrinsics header files with modified
      compiler flags; header files are not compilable with default options.
    * Updated Borland C++ makefiles.
    * Update Visual Studio 6 project files with missing headers.
    * Small fixes in FXAutoPtr.h.
    * Change some inlined API's of FXProgressDialog to non-inline.
11 Oct 2010 11:41:32
Original commit files touched by this commit  1.7.23
gahr search for other commits by this committer
- Update to 1.7.23
  Announcement:
http://sf.net/mailarchive/message.php?msg_name=20101006001103.598031d8%40fox-toolkit.com
27 Sep 2010 19:20:13
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Try to actually fix build on amd64
27 Sep 2010 15:32:14
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Quick & dirty hack to fix build on amd64, until someone familiar
  with amd64 assembly fixes it.

Reported by:    QAT
27 Sep 2010 10:40:06
Original commit files touched by this commit  1.7.22
gahr search for other commits by this committer
- Update to 1.7.22
  Announcement:
 
http://sf.net/mailarchive/message.php?msg_name=20100925132949.77bd7d9e%40fox-toolkit.com
24 Aug 2010 15:17:52
Original commit files touched by this commit  1.7.21
gahr search for other commits by this committer
- Fix typo

Reported by:    cognet
24 Aug 2010 13:58:14
Original commit files touched by this commit  1.7.21
gahr search for other commits by this committer
- New port: fox-1.7.21
  This is the development branch of the FOX ToolKit.

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

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.146 seconds.