aboutsummaryrefslogtreecommitdiffstats
path: root/math/goblin/files
ModeNameSize
-rw-r--r--patch-Makefile1082logstatsplainblame
e04f46c66'>Change cmake default behaviour to outsource.tcberner2018-12-261-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 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+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 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1 | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-0/+1 | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 * Update to 4.6.6cs2017-08-154-24/+5 | * Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1 | | | | | | | | | | | | | | | | | | | | | | | Using ninja instead of make (1) can lead to significant speed ups while building. Therefore switch from having the ninja generator opt-in to having it opt-out. Previously cmake-ports that wanted to use ninja could set CMAKE_NINJA=yes now, ports that do not work with ninja can set cmake:<existing args>,noninja Note, that needing this should be an exception and most often points to a broken cmake of the port. The ports using cmake were modified * removed USES=gmake, if ninja is used * removed MAKE_ARGS, if ninja is used * added the cmake-argument noninja if necessary PR: 219629 PR: 213331 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D10748 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1 | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 * security/libzrtpcppcore: update 4.6.3 -> 4.6.4pi2016-11-113-4/+5 | | | | Changes: https://github.com/wernerd/ZRTPCPP/blob/master/NEWS.md * Update to 4.6.3.mat2016-03-233-4/+4 | | | | | | PR: 208211 Submitted by: tkato432 yahoo com Sponsored by: Absolight * Update to 4.6.2.mat2016-03-156-9/+9 | | | | | | PR: 207991 Submitted by: tkato432 yahoo com Sponsored by: Absolight * - Update to 4.6.0miwi2016-02-123-4/+4 | | | | | PR: 206897 Submitted by: ports fury * - Update to 4.5.0amdmi32016-01-163-6/+7 | | | | | PR: 206255 Submitted by: tkato432@yahoo.com * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1 | | | | Approved by: portmgr blanket * - Update to 4.4.0sunpoet2015-12-113-6/+5 | | | | | | Changes: https://github.com/wernerd/ZRTPCPP/commits/master PR: 205221 Submitted by: KATO Tsuguru <tkato432@yahoo.com> * USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2 | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. * Drop maintainership now that Linphone no longer depends on ittijl2015-04-171-1/+1 | * Default the WRKSRC to the proper extracted name for USE_GITHUB whenbdrewery2015-03-201-1/+0 | | | | | | | | | GH_TAGNAME is defaulted to the new DISTVERSIONPREFIX/DISTVERSION/DISTVERSIONSUFFIX change in r381689. This actually fixes the build for sysutils/zfstools, broken in r381704. With hat: portmgr * Fix renamed distfiles missed in r381688. Also fix the GHR ports updated inbdrewery2015-03-201-2/+2 | | | | | | | | | r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the tag fetched from github by defaulting GH_TAGNAME to the same value as DISTVERSION would get by only when GH_COMMIT is not set (when using the new scheme). With hat: portmgr * Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with ↵bdrewery2015-03-201-1/+0 | | | | | | | | | | | GITHUB. The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and only having GH_TAGNAME default to DISTVERSION. All of these ports as-is. With hat: portmgr * Avoid USES=compiler:c++11-lib because every dependent port would have totijl2015-01-122-1/+20 | | | | set it too. * Add USES=compiler:c++11-lib to fix build on FreeBSD 8 and 9.tijl2015-01-091-1/+1 | * Fix categorytijl2015-01-011-1/+1 | | | | Reported by: FreshPorts Sanity Daemon