aboutsummaryrefslogtreecommitdiff
path: root/math/geogram/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* math/geogram: Unbreak on 15Thierry Thomas2025-04-201-1/+0
| | | | PR: 286244
* math/geogram: Fix typoYuri Victorovich2024-11-101-1/+1
|
* math/geogram: Broken on 15 with clang 19Yuri Victorovich2024-11-091-0/+1
| | | | Reported by: fallout
* math/geogram: update 1.7.9 → 1.9.0Yuri Victorovich2024-11-031-6/+16
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/geogram: Update 1.7.7 -> 1.7.9Yuri Victorovich2022-07-301-1/+1
| | | | Reported by: portscout
* math/geogram: Only for amd64, i386Yuri Victorovich2022-05-201-0/+4
| | | | Reported by: fallout
* math/geogram: Update 1.7.6 -> 1.7.7Yuri Victorovich2021-11-061-2/+1
| | | | Reported by: portscout
* 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
* 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
|
* math/geogram: Update 1.7.5 -> 1.7.6Yuri Victorovich2021-02-181-3/+4
| | | | Notes: svn path=/head/; revision=566002
* math/geogram: Fix build on 13Yuri Victorovich2020-09-221-0/+1
| | | | | | | | Reported by: fallout MFH: 2020Q3 Notes: svn path=/head/; revision=549628
* math/geogram: Fix build on 13 by adding -fcommonYuri Victorovich2020-09-211-0/+1
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=549515
* math/geogram: Update 1.7.4 -> 1.7.5Yuri Victorovich2020-04-171-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531893
* math/geogram: Update 1.7.3 -> 1.7.4Yuri Victorovich2020-02-141-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=526095
* math/geogram: Update 1.7.2 -> 1.7.3Yuri Victorovich2020-01-041-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=521979
* math/geogram: Update 1.7.1 -> 1.7.2Yuri Victorovich2019-12-041-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=518997
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* math/geogram: Remove the unused targetYuri Victorovich2019-09-011-3/+0
| | | | Notes: svn path=/head/; revision=510681
* math/geogram: Update 1.6.11 -> 1.7.1Yuri Victorovich2019-09-011-4/+5
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=510678
* math/geogram: Fix the license lineYuri Victorovich2019-05-041-1/+1
| | | | Notes: svn path=/head/; revision=500788
* math/geogram: Update 1.6.9 -> 1.6.11Yuri Victorovich2019-05-041-4/+3
| | | | Notes: svn path=/head/; revision=500787
* 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
* math/geogram: Change to shared librariesYuri Victorovich2018-12-091-3/+3
| | | | Notes: svn path=/head/; revision=487093
* New port: math/geogram: Programming library of geometric algorithmsYuri Victorovich2018-12-091-0/+30
Notes: svn path=/head/; revision=487072