aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pangolin
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* x11-toolkits/pangolin: Tarball was rerolled, no essential changes were madeYuri Victorovich2021-04-251-3/+3
| | | | Reported by: fallout
* Cleanup LIB_DEPENDSAntoine Brodin2021-04-231-1/+1
|
* x11-toolkits/pangolin: Update 0.5-431 -> 0.6Yuri Victorovich2021-04-222-5/+4
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-toolkits/pangolin: fix build on GCC architecturesPiotr Kubaj2020-11-171-0/+10
| | | | | | | | | | | | /wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp: In function 'std::string pangolin::FindPath(const string&, const string&)': /wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp:194:19: error: 'PATH_MAX' was not declared in this scope 194 | char abs_path[PATH_MAX]; | ^~~~~~~~ /wrkdirs/usr/ports/x11-toolkits/pangolin/work/Pangolin-0.5-431-g86eb497/src/utils/file_utils.cpp:195:32: error: 'abs_path' was not declared in this scope 195 | if (realpath(path.c_str(), abs_path)) { Notes: svn path=/head/; revision=555581
* New port: x11-toolkits/pangolin: Lightweight rapid development library for ↵Yuri Victorovich2020-10-034-0/+226
managing OpenGL display Notes: svn path=/head/; revision=551247