CVS log for ports/x11-toolkits/fox14/Makefile
Up to [FreeBSD] / ports / x11-toolkits / fox14
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:23 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -3 lines
- 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
Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:15 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Aug 24 13:58:57 2010 UTC (17 months, 2 weeks ago) by gahr
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
- Update CONFLICTS to reflect the latest changes in the FOX ToolKit ports
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:46:32 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Mar 11 16:36:01 2010 UTC (23 months ago) by gahr
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
- Take maintainship from araujo Approved by: aroujo (implicit, email to ports@) Message-ID: 20100222114814.GB29137@ponderosa.intelbras.com.br
Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:14 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2 lines
- update to jpeg-8
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:20 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.72: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:11:26 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +2 -2 lines
- update to jpeg7 Tested by: pav on pointyhat
Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed May 20 11:57:36 2009 UTC (2 years, 8 months ago) by araujo
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -0 lines
- These ports needs libcups.so to build. PR: ports/134662 Submitted by: dionex
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:44 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +0 -1 lines
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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:55:22 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1] - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Jun 29 16:29:09 2007 UTC (4 years, 7 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
- Change my mail address to araujo@. Approved by: stas (mentor)
Revision 1.67: download - view: text, markup, annotated - select for diffs
Sat May 19 20:30:45 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Apr 29 15:01:32 2007 UTC (4 years, 9 months ago) by shaun
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
- Upgrade to 1.4.35. - Hand over maintainership to submitter, since he now maintains the other fox ports. PR: ports/109142 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Mar 29 10:52:52 2007 UTC (4 years, 10 months ago) by rafan
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +6 -7 lines
- Trasnfer maintainership from alecn2002@yandex.ru to araujo@bsdmail.org except fox14 (owned by shuan@) - Correctly register CONFLICTS - While I'm here, correctly respect NOPORTDOCS Approved by: maintainer (fox10, fox12, fox16), shuan (implicit for fox14)
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Feb 2 17:06:24 2007 UTC (5 years ago) by pav
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
- Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:42:02 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch
Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue Jun 20 20:59:34 2006 UTC (5 years, 7 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -3 lines
- Update to 1.4.32 - Take maintainership PR: ports/97764 Submitted by: shaun (me) Approved by: ahze (mentor)
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Jun 10 15:51:15 2006 UTC (5 years, 8 months ago) by sem
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and x11-toolkits/fox-devel -> x11-toolkits/fox14
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat May 13 05:00:32 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -1 lines
Remove USE_REINPLACE from categories starting with X
Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:40:13 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:56 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
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.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon May 16 10:57:08 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
CVS tags: old_RELEASE_6_0_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +8 -32 lines
Convert to OPTIONS.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:53 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:38 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Mar 13 10:18:31 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
CVS tags: old_RELEASE_5_4_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Update to version 1.4.7 PR: ports/78750 Submitted by: Ports Fury
Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Feb 25 14:02:39 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4 lines
Update to version 1.4.6 PR: ports/77977 Submitted by: Ports Fury
Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Oct 20 09:39:54 2004 UTC (7 years, 3 months ago) by pav
Branches: MAIN
CVS tags: old_RELEASE_4_11_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
- Update to 1.2.11 PR: ports/72826 Submitted by: Ports Fury
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Aug 15 14:55:18 2004 UTC (7 years, 5 months ago) by oliver
Branches: MAIN
CVS tags: old_RELEASE_5_3_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -2 lines
fix build for (at least my) 4.10 (box)
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Aug 13 16:09:06 2004 UTC (7 years, 6 months ago) by krion
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to version 1.1.9 PR: ports/70415 Submitted by: Ports Fury
Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jul 23 19:10:24 2004 UTC (7 years, 6 months ago) by anholt
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
- 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)
Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Jul 14 12:36:33 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
Update to version 1.2.7 PR: ports/69005 Submitted by: Ports Fury
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:43:03 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
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
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jul 3 15:42:57 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
Update to version 1.2.6 PR: ports/68635 Submitted by: Ports Fury
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jun 26 16:19:37 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
- Update to 1.2.5 PR: ports/68393 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun May 23 19:11:06 2004 UTC (7 years, 8 months ago) by krion
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +38 -29 lines
- Update to version 1.2.1 PR: ports/67086 Submitted by: Ports Fury
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:42 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: old_RELEASE_4_10_0
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
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.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 7 16:29:17 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -0 lines
- Set correct LATEST_LINK Reported/Requested by: kris
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Dec 12 23:53:49 2003 UTC (8 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +14 -16 lines
- 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>
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Nov 11 09:49:14 2003 UTC (8 years, 3 months ago) by linimon
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -6 lines
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.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 18 12:39:37 2003 UTC (8 years, 8 months ago) by petef
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_4_9_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -4 lines
Unbreak: add a missing dependency on Motif.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun May 18 11:35:13 2003 UTC (8 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -0 lines
BROKEN on 5.1: configure fails
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat May 10 14:21:33 2003 UTC (8 years, 9 months ago) by petef
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -5 lines
Unbreak: update to 1.1.25. PR: 51457 Submitted by: Kirill Ponomarew <ponomarew@oberon.net
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue May 6 07:08:01 2003 UTC (8 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -0 lines
BROKEN: Does not configure
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Feb 18 06:05:42 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_4_8_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
De-pkg-decomment fox master-slave ports.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Feb 8 00:14:58 2003 UTC (9 years ago) by lioux
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +17 -5 lines
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)
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Feb 4 23:19:18 2003 UTC (9 years ago) by lioux
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +89 -43 lines
o Update to 1.0.30
o Advertise all available WITH{,OUT}_* knobs
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 25 11:05:08 2003 UTC (9 years ago) by knu
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
Drop maintainership.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jan 14 11:57:28 2003 UTC (9 years ago) by knu
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -1 lines
Complete pkg-plist. FOX's configure script and Makefile's are just terrible to deal with... Submitted by: bento
Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu May 16 10:06:27 2002 UTC (9 years, 8 months ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_0, old_old_RELEASE_4_7_0, old_old_RELEASE_4_6_2, old_old_RELEASE_4_6_1, old_old_RELEASE_4_6_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Update to 1.0.11.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Mar 22 03:04:09 2002 UTC (9 years, 10 months ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_5_0_DP1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Update FOX to the latest stable release, 1.0.3.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 26 00:40:48 2002 UTC (10 years ago) by knu
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update to 0.99.189.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 2 20:32:29 2001 UTC (10 years, 2 months ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_4_5_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -5 lines
Update fox to 0.99.181, and leave fox-xunicode awhile until the unicode patch currently under development is released.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Oct 30 09:36:55 2001 UTC (10 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -3 lines
- Unbreak the support for jpeg and png. Reported by: Jim Freeze <jfreeze@freebsdportal.com> - Fix the name of the macro to enable the Unicode support. Submitted by: HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp> - Bump the PORTREVISION accordingly.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Sep 21 17:32:00 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -2 lines
Add active master sites. Submitted by; fenner's portsurvey
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Sep 11 03:32:37 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: old_old_RELEASE_4_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Bump png major
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 29 16:04:19 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Oops, these optimization flags should be disabled by default although the distribution recommends them.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 20 12:44:46 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -2 lines
Update fox and fox-xunicode to 0.99.174. Install documents under share/doc/fox instead of share/fox. Support NOPORTDOCS. Do parallel build to reduce build time.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri May 11 20:39:46 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -4 lines
Update fox to 0.99.172, leaving fox-xunicode still at 0.99.167.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 30 16:39:02 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +5 -1 lines
Note the default optimization flags used by the vendor in a comment. Comment out redundant lines rather than deleting them. (Just my taste)
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Apr 19 19:07:30 2001 UTC (10 years, 9 months ago) by knu
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Update to 0.99.167. (-xunicode too)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Mar 18 14:22:46 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
CVS tags: old_old_RELEASE_4_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -3 lines
Update to 0.99.166.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 6 13:44:45 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update fox and fox-unicode to 0.99.161.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Feb 24 20:23:17 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -4 lines
Unbreak fox-xunicode.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Feb 24 06:37:04 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
Oops, I missed adding one essential variable that gets fox to build with xunicode...
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 23 19:00:05 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Change MAINTAINER= to MAINTAINER?= for the slave port. Currently I'm the maintainer of both, though.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 23 18:42:34 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -3 lines
Take over maintainership. Update to 0.99.157. Add a WITH_XUNICODE knob for the forthcoming fox-xunicode port.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 17 07:01:43 2000 UTC (11 years, 3 months ago) by trevor
Branches: MAIN
CVS tags: old_old_RELEASE_4_2_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
Update to 0.99.135. Remove broken FTP site found by Bill Fenner's survey.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 25 12:21:43 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Aug 21 10:07:24 2000 UTC (11 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_1_1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:27:39 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 4 07:12:48 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: old_old_RELEASE_4_1_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump png shared library version. Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jun 22 05:52:15 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Unleash all of these ports upon the people. I no longer have any interest in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:33 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: old_old_RELEASE_3_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:39 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 29 02:12:56 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
The last update was really to version 0.99.122.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 28 15:19:46 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -13 lines
Update to 0.99.112. Remove aout support. Update submitted by: steve
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 10 01:10:15 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:34:21 2000 UTC (11 years, 10 months ago) by will
Branches: old_old_WANDREWS
CVS tags: old_old_v0_99_112
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port for FOX, a C++ GUI toolkit, conceptually similar to Qt. PR: 17264
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:34:21 2000 UTC (11 years, 10 months ago) by will
Branches: MAIN
Initial revision
