Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-toolkits/fltk/Makefile

[BACK] Up to [FreeBSD] / ports / x11-toolkits / fltk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Nov 28 12:59:50 2011 UTC (2 months, 1 week ago) by gahr
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -0 lines
- use ${PREFIX}/etc instead of /etc for system-wide preferences

PR:		162023
Submitted by:	bf
Feature safe:	yes

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Oct 24 13:12:23 2011 UTC (3 months, 2 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -4 lines
- Update to 1.3.0

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:22 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +0 -1 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.55: download - view: text, markup, annotated - select for diffs
Thu Apr 29 12:42:01 2010 UTC (21 months, 1 week ago) by gahr
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +5 -1 lines
- Respect NOPORTDOCS

Reported by:	QAT

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:46:31 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Mar 23 21:06:52 2010 UTC (22 months, 2 weeks ago) by gahr
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +14 -42 lines
- Update x11-toolkits/fltk to 1.1.10
- Unconditionally enable threads on x11-toolkits/fltk
- Mark x11-toolkits/fltk-threads as IGNORE (master port has threads now)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Feb 9 15:13:28 2010 UTC (2 years ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -0 lines
- Fix mismatching declaration

PR:		143638
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:13 2010 UTC (2 years ago) by dinoex
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
- update to jpeg-8

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Jul 18 11:11:25 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
- update to jpeg7
Tested by:	pav on pointyhat

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Aug 28 07:17:57 2008 UTC (3 years, 5 months ago) by gahr
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -4 lines
- Actually fix plist issues (trial #2)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Aug 28 06:52:25 2008 UTC (3 years, 5 months ago) by gahr
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +23 -16 lines
- Update to 1.1.9
- Minor Makefile cleanup
- Take over maintainship [1]
- Fix PLIST [2]

Approved by:	demon@ (former maintainer) [1]
Reported by:	QA Tindie [2]

Revision 1.47: 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
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +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.46: download - view: text, markup, annotated - select for diffs
Sun Mar 23 16:43:58 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -2 lines
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Nov 6 09:04:06 2007 UTC (4 years, 3 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -6 lines
Re-enable building with gcc4.2.  Apparently patches were committed
after the last amd64-7 build.

I'm doing this one myself because I was the one that marked it broken.

PR:		ports/117843
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3 dot ru>
Approved by:	portmgr (self)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Sep 29 07:51:25 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -3 lines
Mark as BROKEN on amd64-7 and sparc64-7 due to gcc4 errors.  While here,
remove 4.X cruft.

Hat:		portmgr

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat May 19 20:30:43 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Feb 1 12:02:46 2007 UTC (5 years ago) by demon
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -10 lines
Correct typos plus cosmetic chenges in Makefile.

PR:		107901
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 2 14:16:55 2006 UTC (5 years, 2 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +8 -3 lines
Update to 1.1.7

PR:		106146
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jun 5 20:57:46 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
- This no longer conflicts with fltk2

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri May 26 16:23:46 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -0 lines
- CONFLICTS with fltk-2.*

Revision 1.38: 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.37: preferred, colored
Changes since revision 1.37: +0 -1 lines
Remove USE_REINPLACE from categories starting with X

Revision 1.37: 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
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:04:36 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +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.35: download - view: text, markup, annotated - select for diffs
Mon Feb 7 21:16:05 2005 UTC (7 years ago) by thierry
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +16 -1 lines
- prepare for a new slave port x11-toolkits/fltk-threads;

- remove -L/usr/local/lib from `fltk-config --ldflags`;

- mark IGNORE if threading is enable on 4.x (if someone had a
  a clue to fix it, it would be great!).

Approved by:	demon (maintainer)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jan 31 21:09:47 2005 UTC (7 years ago) by thierry
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +13 -8 lines
- Upgrade to 1.1.6;
- pet portlint.

Approved by:	demon (maintainer).

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:28:20 2004 UTC (7 years, 5 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
- Sneak CXX into configure script as CC. Configure script ignores CXX and keeps
  on linking C++ code with "cc". This fixes build on gcc 3.4

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jun 22 04:45:25 2004 UTC (7 years, 7 months ago) by knu
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -24 lines
Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way
too old and obsolete.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Mar 25 08:06:19 2004 UTC (7 years, 10 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -4 lines
Link with pthreads only when WITH_THREADS is defined.
Enable antialiased text.

Submitted by:	Dan Nelson <dnelson@allantgroup.com>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 9 08:42:25 2003 UTC (8 years, 5 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Update to version 1.1.4.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Sep 5 13:40:43 2003 UTC (8 years, 5 months ago) by demon
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +8 -0 lines
Add WITH_THREADS knob to compile with threads support.

Submitted by:	dave <dave@gufi.org>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:05:54 2003 UTC (8 years, 11 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Update to 1.1.3.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Feb 18 06:01:09 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -0 lines
De-pkg-decomment fltk master-slave ports.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Jan 5 16:07:11 2003 UTC (9 years, 1 month ago) by demon
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +10 -19 lines
Update to 1.1.2

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jul 19 11:02:28 2001 UTC (10 years, 6 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Fix typo (DICSDIR -> DOCSDIR).

Submitted by:	Per Andersson <pa@cdg.chalmers.se>

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jul 15 08:21:17 2001 UTC (10 years, 7 months ago) by demon
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Utilize DATADIR and DOCSDIR.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Apr 17 10:14:58 2001 UTC (10 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -2 lines
Fix detection of pthreaded MesaGL.

Approved by:	maintainer

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 18 14:35:45 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -1 lines
Argh!  The XUnicode option was not correctly turned on..

Bump PORTREVISION for fltk-xunicode.

Pointed out by:	Toshihiro Inoue <tino@pa2.so-net.ne.jp>
Pointy hat to:	knu

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Feb 24 20:21:56 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +10 -7 lines
Update fltk to 1.0.10, fltk-xunicode to 1.0.10.20010114.

Approved by:	demon (MAINTAINER)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Feb 23 18:49:06 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
List myself as the maintainer of fltk-xunicode.  Change MAINTAINER= in
fltk/Makefile to MAINTAINER?= .

Define COMMENT properly for fltk-xunicode.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Nov 13 12:45:36 2000 UTC (11 years, 3 months ago) by demon
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Aug 25 18:24:47 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +21 -4 lines
Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.

Approved by:	Dmitry S. Sivachenko <dima@chg.ru> (MAINTAINER of fltk)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:27:38 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -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.16: download - view: text, markup, annotated - select for diffs
Fri Jul 7 19:33:52 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -9 lines
Update to version 1.0.9.

PR:		19671
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:52:20 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +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.14: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:37 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 10 01:10:14 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar 20 23:25:17 2000 UTC (11 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 28 00:31:00 2000 UTC (12 years ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -10 lines
Update port to 1.0.7

PR:		16400
Submitted by:	Maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:59:11 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 14 03:41:55 1999 UTC (12 years, 9 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Fix rev 1.7: ports use ${PORTOBJFORMAT}.

Approved by:	asami

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 9 16:24:48 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -5 lines
Update to version 1.0.3 and cleanup a few nits.

PR:		11583
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 1 16:56:12 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -2 lines
mark as broken for aout

Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 1 02:03:09 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update version required comment too.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 26 23:29:05 1999 UTC (12 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -13 lines
upgrade to 1.0.2

PR:		11328
Submitted by:	maintainer and Chris Piazza

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Apr 16 06:15:09 1999 UTC (12 years, 9 months ago) by taoka
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +29 -14 lines
Update to version 1.0.1

PR:		11142
Submitted by:	Chris Piazza cpiazza@home.net

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 9 19:26:49 1999 UTC (12 years, 10 months ago) by billf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
x11-toolkits, not x11-toolkit

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 15 21:26:38 1999 UTC (12 years, 11 months ago) by billf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Add a LIB_DEPEND for mesa

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 7 23:52:55 1999 UTC (12 years, 11 months ago) by billf
Branches: DIMA
CVS tags: r1999_01_27
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
The Fast Light ToolKit ("FLTK", pronounces "fulltick") is a LGPL'd C++
graphical user interface for X.

http://fltk.easysw.com

PR:		ports/10036 and ports/10053
Submitted by:	Dima Sivachenko <dima@Chg.RU>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 7 23:52:55 1999 UTC (12 years, 11 months ago) by billf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options