aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocaml-lablgl
Commit message (Collapse)AuthorAgeFilesLines
* - adoption of optionsNGJason Helfman2013-05-231-10/+9
| | | | | | | | | | - convert to USES in some cases (pkgconfig,pathfix) - trim COMMENT/historical headers in some cases Approved by: portmgr (miwi) Notes: svn path=/head/; revision=318829
* - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesPietro Cerutti2013-02-061-3/+2
| | | | Notes: svn path=/head/; revision=311776
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* add a mirrorBrendan Fabeny2012-03-181-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293518
* update to 20120306; fix Tcl/Tk dependencies and CONFLICTS [1];Brendan Fabeny2012-03-075-27/+40
| | | | | | | | | add LICENSE and WWW PR: 153128 [1] Notes: svn path=/head/; revision=292862
* Adopt during Stas's hiatusBrendan Fabeny2011-10-261-1/+1
| | | | | | | Approved by: stas Notes: svn path=/head/; revision=284341
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Bump portrevisions on all ocaml libraries, as it appears that compiledStanislav Sedov2011-04-051-0/+1
| | | | | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree Notes: svn path=/head/; revision=272267
* Fix typo.Matthias Andree2011-04-051-1/+1
| | | | Notes: svn path=/head/; revision=272242
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* - Update to 1.04.Stanislav Sedov2009-04-062-9/+8
| | | | | | | | PR: ports/132679 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=231746
* - Add forgotten patch file.Stanislav Sedov2009-04-061-0/+11
| | | | Notes: svn path=/head/; revision=231729
* - Make ocaml-lablgl to work with tk versions above 8.4.Stanislav Sedov2009-04-061-0/+3
| | | | | | | | PR: ports/133113 Submitted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=231728
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - 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
* - Update to 1.03.Stanislav Sedov2008-05-153-6/+6
| | | | Notes: svn path=/head/; revision=213080
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-1/+0
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* - Remove unexisting mirror.Stanislav Sedov2006-10-081-3/+2
| | | | | | | | | - Change my email Approved by: sem (mentor) Notes: svn path=/head/; revision=174985
* - Depend on TK'ied OCaml (we need this)Ion-Mihai Tetcu2006-09-044-117/+122
| | | | | | | | | | | | | | | | | - Use new OCaml framework - Use version-independent patch (via sed) - Install examples efficiently - Use common ocaml examples/docs directory - Update to 1.02 - removed files/patch-ab - new maintainer: Stanislav Sedov PR: ports/101127 Submitted by: Stanislav Sedov Approved by: Ronald Kuehn (old maintainer) Notes: svn path=/head/; revision=172176
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Update graphics/libglut to 6.4.1.Sergey Matveychuk2006-01-121-1/+2
| | | | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> Notes: svn path=/head/; revision=153347
* - NO_PORTDOCS -> NOPORTDOCSPav Lucistnik2005-02-051-1/+1
| | | | | | | | PR: ports/77130 Submitted by: Marius Nuennerich <marius.nuennerich@gmx.net> Notes: svn path=/head/; revision=128097
* unbreak by adding missing dependencyYing-Chieh Liao2004-03-241-2/+1
| | | | Notes: svn path=/head/; revision=105094
* BROKEN: Does not compileKris Kennaway2004-03-131-0/+2
| | | | Notes: svn path=/head/; revision=103843
* The change of the lang/ocaml port to use tcl/tk 8.4.x brokeMark Linimon2004-03-044-43/+97
| | | | | | | | | | | | | | | | graphics/ocaml-lablgl. This patch updates lablgl to 1.00 and changes it to also use tcl/tk 8.4.x. Summary of changes from CHANGES: split togl, move examples to Togl/examples; add mingw support; reorganized directories and Makefiles; merge ijtrotts' LablGlut; add glArray support. PR: ports/63246 Submitted by: Ronald Kuehn <rk@ronald.org> (maintainer) Notes: svn path=/head/; revision=102889
* This is broken on 4.x as well.Kris Kennaway2004-02-231-7/+3
| | | | Notes: svn path=/head/; revision=101786
* BROKEN on 5.x: does not compileKris Kennaway2004-02-091-1/+7
| | | | Notes: svn path=/head/; revision=100447
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* update graphics/ocaml-lablgl: 0.98 -> 0.99Daichi GOTO2003-08-184-62/+62
| | | | | | | | PR: 55655 Submitted by: Ronald Kuehn <rk@ronald.org> (maintainer) Notes: svn path=/head/; revision=87178
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* lablgl -> ocaml-lablglOliver Braun2002-09-131-0/+1
| | | | | | | | | lablgtk -> ocaml-lablgtk Approved by: portmgr,maintainer Notes: svn path=/head/; revision=66267
* Update to version 0.98.Christian Weisgerber2002-08-125-28/+22
| | | | | | | | PR: 41318 Submitted by: Ronald Kuehn <rk@ronald.org> Notes: svn path=/head/; revision=64423
* Add lablgl 0.97, OpenGL interface for Objective Caml.Hye-Shik Chang2002-06-277-0/+181
PR: 33961 Submitted by: Ronald Kuehn <rk@ronald.org> Notes: svn path=/head/; revision=62095