aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/wcmcommander
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* x11-fm/wcmcommander: conflicts with x11/wcmJan Beich2019-10-061-0/+2
| | | | Notes: svn path=/head/; revision=513868
* Drop C++11 workaround for GCC < 6 after r449590Jan Beich2019-09-141-7/+1
| | | | | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528 Notes: svn path=/head/; revision=512079
* - Drop maintainershipDmitry Marakasov2019-07-291-1/+1
| | | | Notes: svn path=/head/; revision=507593
* 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
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-041-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=503475
* 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
* Switch default version of samba to 4.7Antoine Brodin2018-09-011-1/+1
| | | | | | | | | | Samba 4.6 will be discontinued in a few weeks Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D16904 Notes: svn path=/head/; revision=478711
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-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 Notes: svn path=/head/; revision=475857
* Change default version of samba from 4.4 to 4.6Antoine Brodin2017-12-231-1/+1
| | | | | | | | | Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529 Notes: svn path=/head/; revision=457024
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+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
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+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
* Switch default version of samba from 4.3 to 4.4Antoine Brodin2017-03-251-1/+1
| | | | | | | | With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 Notes: svn path=/head/; revision=436925
* - Add USES=samba to handle dependency on sambaAntoine Brodin2017-03-211-2/+3
| | | | | | | | | | | | | | Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919 Notes: svn path=/head/; revision=436659
* Spell CHOSEN_COMPILER_TYPE correctlyAntoine Brodin2016-11-121-1/+1
| | | | | | | PR: 199098 Notes: svn path=/head/; revision=425968
* - Pet portlintDmitry Marakasov2016-08-171-9/+6
| | | | | | | | - Switch to options helpers - Switch to opt_CMAKE_BOOL Notes: svn path=/head/; revision=420351
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Drop 8.x-related conditions for my portsDmitry Marakasov2015-08-021-4/+0
| | | | Notes: svn path=/head/; revision=393445
* - Add upstream patch which fixes crash on alt+tabDmitry Marakasov2015-07-272-0/+49
| | | | | | | | | PR: 201723 Submitted by: enitarzi@gmail.com MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393023
* - Update to 0.20.0Dmitry Marakasov2015-05-074-0/+114
- Project renamed upstream - Update WWW Notes: svn path=/head/; revision=385666