aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/efltk
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with gcc 4.1.Sergey Matveychuk2007-01-282-0/+24
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=183548
* - Update to 1.0.6 (it fixes gcc 4.1 build problem too)Sergey Matveychuk2006-12-176-44/+35
| | | | | | | - Install in LOCALBASE Notes: svn path=/head/; revision=180007
* Add missing USE_GETTEXTKris Kennaway2006-01-261-0/+1
| | | | Notes: svn path=/head/; revision=154477
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+1
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* - Update to 2.0.5Sergey Matveychuk2005-07-158-43/+13
| | | | Notes: svn path=/head/; revision=139259
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Add efltk 2.0.1,Kirill Ponomarev2004-02-299-0/+358
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> Notes: svn path=/head/; revision=102501