aboutsummaryrefslogtreecommitdiff
path: root/games/freecell-solver
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games/freecell-solver: Update to 6.2.0Danilo Egea Gondolfo2020-10-272-4/+4
| | | | Notes: svn path=/head/; revision=553492
* games/freecell-solver: fix build on powerpc64lePiotr Kubaj2020-10-231-0/+14
| | | | | | | | | Error: /wrkdirs/usr/ports/games/freecell-solver/work/freecell-solver-6.0.1/xxHash-wrapper/xxHash-0.7.2/xxh3.h:627:32: warning: implicit declaration of function 'vec_vsx_ld' is invalid in C99 [-Wimplicit-function-declaration] U64x2 const data_vec = vec_vsx_ld(0, xinput + i); Notes: svn path=/head/; revision=553108
* - Update to 6.0.1Danilo Egea Gondolfo2020-08-114-79/+43
| | | | | | | - Remove EXAMPLES option Notes: svn path=/head/; revision=544697
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* 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-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
* - Fix build and run dependenciesDanilo Egea Gondolfo2018-08-301-1/+5
| | | | | | | Reported by: se Notes: svn path=/head/; revision=478457
* - Update to 4.20.0Danilo Egea Gondolfo2018-08-042-7/+9
| | | | Notes: svn path=/head/; revision=476373
* 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
* - Update to 4.18.0Danilo Egea Gondolfo2018-03-303-5/+7
| | | | Notes: svn path=/head/; revision=465997
* - Update to 4.16.0Danilo Egea Gondolfo2018-02-143-7/+8
| | | | Notes: svn path=/head/; revision=461839
* - Update to 4.14.1Danilo Egea Gondolfo2018-01-064-12/+26
| | | | Notes: svn path=/head/; revision=458284
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-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 Notes: svn path=/head/; revision=449591
* - Update to 4.12.1Danilo Egea Gondolfo2017-06-173-12/+36
| | | | Notes: svn path=/head/; revision=443789
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* - Update to 4.8.0Danilo Egea Gondolfo2017-01-222-4/+4
| | | | Notes: svn path=/head/; revision=432170
* - Update to 4.6.1Danilo Egea Gondolfo2017-01-152-4/+4
| | | | Notes: svn path=/head/; revision=431571
* - Update to 4.6.0Danilo Egea Gondolfo2016-12-222-6/+8
| | | | Notes: svn path=/head/; revision=429159
* - Update to 4.4.0Danilo Egea Gondolfo2016-09-263-7/+8
| | | | Notes: svn path=/head/; revision=422763
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Update to 4.2.0Danilo Egea Gondolfo2016-04-094-21/+10
| | | | Notes: svn path=/head/; revision=412860
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 4.0.2Danilo Egea Gondolfo2016-01-313-13/+13
| | | | | | | Suggested by: Shlomi Fish Notes: svn path=/head/; revision=407631
* - Drop @dirrm* from plistsDmitry Marakasov2015-01-161-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377189
* - Switch devel/google-perftools to USES=libtool, drop .la filesDmitry Marakasov2014-06-231-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=358946
* - Update from 3.24.0 to 3.26.0Danilo Egea Gondolfo2014-05-203-4/+3
| | | | Notes: svn path=/head/; revision=354694
* - Convert USE_BZIP2 to USESDanilo Egea Gondolfo2014-04-261-2/+1
| | | | Notes: svn path=/head/; revision=352260
* - Update from 3.22.0 to 3.24.0Danilo Egea Gondolfo2014-02-223-11/+8
| | | | | | | | - Add shebangfix to USES - Use options helpers Notes: svn path=/head/; revision=345640
* - Update from 3.20.1 to 3.22.0Danilo Egea Gondolfo2013-10-062-3/+3
| | | | | | | Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=329562
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-292-18/+13
| | | | | | | | | | | - Remove LICENSE_FILE - Add stage support - Convert LIB_DEPENDS to new syntax Approved by: wg (mentor) Notes: svn path=/head/; revision=328694
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327451
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to version 3.20.1Pawel Pekala2013-07-032-3/+3
| | | | | | | | PR: ports/180239 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=322241
* - Update to version 3.20.0Pawel Pekala2013-06-282-5/+5
| | | | | | | | | | - Hand maintainership to submitter PR: ports/180038 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=321964
* - Remove empty filesAlex Kozlov2013-06-072-0/+0
| | | | Notes: svn path=/head/; revision=320173
* - Update to 1.18.1Martin Wilke2013-06-045-57/+13
| | | | | | | | PR: 179223 Submitted by: Ports Fury Notes: svn path=/head/; revision=319845
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 3.16.0.Marcelo Araujo2013-01-164-10/+10
| | | | | | | | | | - Trim header. PR: ports/174164 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=310479
* - Update to version 3.12.0Armin Pirkovitsch2012-07-194-4/+42
| | | | | | | | | PR: ports/169414 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301169
* Convert to new options frameworkBaptiste Daroussin2012-06-121-4/+5
| | | | Notes: svn path=/head/; revision=299119
* - Update to version 3.10.0Martin Wilke2012-02-202-4/+3
| | | | | | | | PR: 164993 Submitted by: Ports Fury Notes: svn path=/head/; revision=291874
* - Update MASTER_SITES and WWW: lineMartin Wilke2011-11-272-15/+19
| | | | | | | | | | | - Support PTHREAD_LIBS properly PR: 162857 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286492
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* Fix build after bsd.cmake.mk's r1.13.Raphael Kubo da Costa2011-11-121-8/+0
| | | | | | | | | | | | Remove the part of files/patch-CMakeLists.txt which actually removed the call which linked to pthread -- it is now needed since we do not rely on it being passed via LDFLAGS anymore. Approved by: avilla (mentor, implicit) Feature safe: yes Notes: svn path=/head/; revision=285610
* - Chase devel/google-perftools shlib bumpPawel Pekala2011-09-061-1/+2
| | | | | | | | | - security/tor*: add -L${LOCALBASE}/lib to LDFLAGS (fixes linking) Approved by: miwi, wen (mentors implicit) Notes: svn path=/head/; revision=281331
* - Update to 3.8.0Emanuel Haupt2011-08-095-62/+28
| | | | | | | | | | - While here, cleanup Makefile, and reformat pkg-descr (fmt -w 80 pkg-descr) PR: 159445 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279312
* - Chase devel/google-perftools shlib bumpMartin Wilke2011-02-271-1/+2
| | | | Notes: svn path=/head/; revision=269884
* - Update to version 3.6.0Martin Wilke2011-02-154-47/+39
| | | | | | | | | | | | - Add LICENSE - Remove WITH_JUDY and WITH_REDBLACK, they lead to broken builds anyway PR: 154781 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Notes: svn path=/head/; revision=269193