aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/nanogui
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/nanogui: include dirent.h instead of sys/dir.h which isRene Ladan2019-06-182-1/+12
| | | | | | | | | | | | | scheduled for removal. While here modernize USES PR: 238697 Submitted by: rene Approved by: yuri (maintainer) Notes: svn path=/head/; revision=504499
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-1/+1
| | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* x11-toolkits/nanogui: Update g20180318 -> g20180413Yuri Victorovich2018-10-073-9/+10
| | | | | | | Also correct pkg-descr. Notes: svn path=/head/; revision=481497
* x11-toolkits/nanogui: Update g20171202 -> g20180318Yuri Victorovich2018-04-053-23/+38
| | | | Notes: svn path=/head/; revision=466523
* New port: x11-toolkits/nanogui: Minimalistic GUI library for OpenGLYuri Victorovich2018-01-265-0/+196
NanoGUI is a graphics toolkit with its own distinctive look-and-feel. Please see the screenshot of one of their examples here: https://github.com/wjakob/nanogui/raw/master/resources/screenshot.png Approved by: tcberner (mentor) Differential Revision: D13667 Notes: svn path=/head/; revision=460062