Port details |
- fox-devel Fast and extensive C++ GUI toolkit
- 1.4.7_1 x11-toolkits
=9 1.4.7_1Version of this port present on the latest quarterly branch. - 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
 - Port Added: 2003-02-08 00:16:05
- Last Update: 2006-06-10 15:51:16
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libIDL, glib, python, zip, expat
- License: not specified in port
- WWW:
- http://www.fox-toolkit.org/fox.html
- Description:
- FOX is a C++ GUI toolkit that is supposed to
allow programmers to write a program once, and
compile anywhere (or so the website says, it sounds
like Java to me). FOX is a very flexible library,
it has all sorts of functions and options, and is
supposed to be fairly fast.
WWW: http://www.fox-toolkit.org/fox.html
Author: Jeroen van der Zijp <jvz@cfdrc.com>
--Will <andrews@technologist.com>
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- fox>0:x11-toolkits/fox-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: fox
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- jpeg.9 : graphics/jpeg
- png.5 : graphics/png
- tiff.4 : graphics/tiff
- Xft.2 : x11-fonts/libXft
- X11.6 : x11/xorg-libraries
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.7_1 10 Jun 2006 15:51:16
 |
sem  |
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14 |
1.4.7_1 13 May 2006 05:00:46
 |
edwin  |
Remove USE_REINPLACE from categories starting with X |
1.4.7_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.4.7 25 Nov 2005 19:33:59
 |
pav  |
- Add SHA256 |
1.4.7 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.4.7 16 May 2005 10:57:09
 |
danfe  |
Convert to OPTIONS. |
1.4.7 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.4.7 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.4.7 13 Mar 2005 10:18:31
 |
krion  |
Update to version 1.4.7
PR: ports/78750
Submitted by: Ports Fury |
1.4.6 25 Feb 2005 14:02:40
 |
krion  |
Update to version 1.4.6
PR: ports/77977
Submitted by: Ports Fury |
1.2.11 20 Oct 2004 09:39:54
 |
pav  |
- Update to 1.2.11
PR: ports/72826
Submitted by: Ports Fury |
1.2.9_1 15 Aug 2004 14:55:18
 |
oliver  |
fix build for (at least my) 4.10 (box) |
1.2.9 13 Aug 2004 16:09:06
 |
krion  |
Update to version 1.1.9
PR: ports/70415
Submitted by: Ports Fury |
1.2.7 23 Jul 2004 19:10:32
 |
anholt  |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
1.2.7 14 Jul 2004 12:36:33
 |
krion  |
Update to version 1.2.7
PR: ports/69005
Submitted by: Ports Fury |
1.2.6 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.2.6 03 Jul 2004 15:42:58
 |
krion  |
Update to version 1.2.6
PR: ports/68635
Submitted by: Ports Fury |
1.2.5 26 Jun 2004 16:19:37
 |
pav  |
- Update to 1.2.5
PR: ports/68393
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.1 23 May 2004 19:11:07
 |
krion  |
- Update to version 1.2.1
PR: ports/67086
Submitted by: Ports Fury |
1.1.42 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
1.1.42 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1.42 07 Feb 2004 16:29:17
 |
clement  |
- Set correct LATEST_LINK
Reported/Requested by: kris |
1.1.42 12 Dec 2003 23:53:49
 |
pav  |
- Update to 1.1.42
- Use DOCSDIR macro
- Use CONFLICTS macro
- Add working master site
- Remove bogus Motif dependency, which was never needed
PR: ports/60046
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.1.41 11 Nov 2003 09:49:14
 |
linimon  |
Upgrade to modern version (1.1.41). The changes are extensive;
see http://www.fox-toolkit.org/news.html.
While I'm here, simplify the conflict message and pacify portlint.
PR: ports/57620. |
1.1.25 18 May 2003 12:39:38
 |
petef  |
Unbreak: add a missing dependency on Motif. |
1.1.25 18 May 2003 11:35:13
 |
kris  |
BROKEN on 5.1: configure fails |
1.1.25 10 May 2003 14:21:33
 |
petef  |
Unbreak: update to 1.1.25.
PR: 51457
Submitted by: Kirill Ponomarew <ponomarew@oberon.net |
1.1.22 06 May 2003 07:08:01
 |
kris  |
BROKEN: Does not configure |
1.1.22 18 Feb 2003 06:05:42
 |
knu  |
De-pkg-decomment fox master-slave ports. |
1.1.22 08 Feb 2003 00:14:58
 |
lioux  |
o After repo copy from fox port:
- Update to 1.1.22
- Add a conflict management mechanism: do not install if
fox port is already installed
Repo copy performed by: cvs (joe) |