aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/otk
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11-toolkits) Notes: svn path=/head/; revision=327785
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* - Update to 0.95Martin Wilke2012-01-292-3/+5
| | | | | | | | PR: 164176 Submitted by: Ports Fury Notes: svn path=/head/; revision=290008
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Update to 0.94Martin Wilke2011-07-022-3/+3
| | | | | | | | PR: 158452 Submitted by: Ports Fury Notes: svn path=/head/; revision=276927
* - Kick MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276920
* - Update to 0.93.Marcelo Araujo2010-10-222-4/+4
| | | | | | | | PR: ports/151559 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=263458
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - Update to 0.85Martin Wilke2009-05-282-5/+5
| | | | | | | | PR: 135038 Submitted by: Ports Fury Notes: svn path=/head/; revision=234741
* - Update to version 0.81Dmitry Marakasov2009-03-172-4/+4
| | | | | | | | PR: 132755 Submitted by: KATO Tsuguru <tkato432 at yahoo dot com> Notes: svn path=/head/; revision=230321
* - Update to 0.80Martin Wilke2009-02-212-14/+17
| | | | | | | | PR: 131848 Submitted by: Ports Fury Notes: svn path=/head/; revision=228756
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-3/+2
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 0.64Andrew Pantyukhin2008-04-242-4/+4
| | | | Notes: svn path=/head/; revision=211869
* - Update to 0.63Andrew Pantyukhin2007-09-282-4/+4
| | | | Notes: svn path=/head/; revision=200275
* - Update to 0.61Andrew Pantyukhin2007-08-253-31/+30
| | | | | | | - Clean up Notes: svn path=/head/; revision=198294
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Update to 0.53 and adoptAndrew Pantyukhin2006-07-224-41/+10
| | | | Notes: svn path=/head/; revision=168489
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* Update to 0.45Erwin Lansing2006-06-052-4/+4
| | | | | | | | | PR: 98432 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=164452
* Otk is a portable widget library for making graphical user interfaces forSergey Matveychuk2006-01-215-0/+89
application programs. It emphasizes simplicity without eliminating capability. It is based on OpenGL, and C. WWW: http://otk.sourceforge.net/ PR: ports/92103 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> Notes: svn path=/head/; revision=154067