CVS log for ports/x11-toolkits/efltk/Makefile
Up to [FreeBSD] / ports / x11-toolkits / efltk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.24: 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
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -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.23: download - view: text, markup, annotated - select for diffs
Wed Aug 10 19:22:49 2011 UTC (6 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +14 -15 lines
- Fix build on 7.x - Fix pkg-plist if WITHOUT_MYSQL is enabled PR: 159497 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 19 13:15:34 2011 UTC (10 months, 3 weeks ago) by ale
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Bump PORTREVISION for ports linking to default libmysqlclient.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 4 13:56:59 2011 UTC (11 months, 1 week ago) by miwi
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
- Unbreak for 8/9 PR: 154592 Submitted by: Tommy Scheunemann <net@arrishq.net>
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jan 21 15:00:12 2011 UTC (12 months, 2 weeks ago) by sem
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
- Drop ports I don't use anymore and can't fix. Feature safe: yes
Revision 1.19: 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
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 31 02:01:48 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 20 16:25:26 2010 UTC (20 months, 3 weeks ago) by sem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2 lines
- Update to 2.0.8
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:46:30 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
- update to 1.4.1 Reviewed by: exp8 run on pointyhat Supported by: miwi
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 13 11:41:12 2010 UTC (23 months ago) by erwin
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -1 lines
Mark broken on 8.x: does not build
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:46:12 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- update to jpeg-8
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:39:21 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
- Switch SourceForge ports to the new File Release System: categories starting with X
Revision 1.12: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
- update to jpeg7 Tested by: pav on pointyhat
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:16:07 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:55:21 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 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.9: download - view: text, markup, annotated - select for diffs
Mon Dec 17 08:32:05 2007 UTC (4 years, 1 month ago) by sem
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -4 lines
- Update to 2.0.7
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 19 20:30:40 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +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.7: download - view: text, markup, annotated - select for diffs
Sun Dec 17 10:01:51 2006 UTC (5 years, 1 month ago) by sem
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
- Update to 1.0.6 (it fixes gcc 4.1 build problem too) - Install in LOCALBASE
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 26 04:16:46 2006 UTC (6 years ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Add missing USE_GETTEXT
Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +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.4: download - view: text, markup, annotated - select for diffs
Fri Jul 15 09:16:06 2005 UTC (6 years, 6 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
- Update to 2.0.5
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 7 19:20:02 2004 UTC (7 years, 7 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Change email address for my ports. Approved by: krion (mentor)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:41 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +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.1: download - view: text, markup, annotated - select for diffs
Sun Feb 29 09:27:45 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Add efltk 2.0.1, EFltk is a LGPL'd C++ graphical user interface toolkit for X (UNIX(r)), OpenGL(r), and Microsoft(r) Windows(r). It is based on FLTK2 (see README.fltk) and is currently developed by Equinox Desktop Environment Team (ede.sf.net) PR: ports/63517 Submitted by: Sergey Matveychuk <sem@ciam.ru>
