aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fsearch
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-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 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+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 Notes: svn path=/head/; revision=475857
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-3/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* Mark some ports failing on powerpc64. These ports are either newMark Linimon2017-06-021-0/+2
| | | | | | | | | | | ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=442405
* - Update to version 0.1beta2 (still a pre-release)Alexey Dokuchaev2017-04-293-12/+20
| | | | | | | | | | | | | | | - Remove patching for Linuxish #include <linux/limits.h> since it no longer does anything useful (the code was changed upstream) - Use dedicated pkg-plist file now that it is long enough Reported by: portscout Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1493302986 which corresponds to commit ba6aa54 tagged as this release. Notes: svn path=/head/; revision=439756
* - Spell `LICENSE_FILE' variable correctlyAlexey Dokuchaev2017-02-041-1/+1
| | | | | | | - Fix some nearby bogosities (when noticed) Notes: svn path=/head/; revision=433287
* Add a port of FSearch, search utility focusing on performance and advancedAlexey Dokuchaev2017-02-035-0/+97
features, based on GTK+3. WWW: http://www.fsearch.org/ Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1476634045 which corresponds to commit cd0f03c tagged as this release. Notes: svn path=/head/; revision=433223