aboutsummaryrefslogtreecommitdiffstats
path: root/x11/setxkbmap
Commit message (Expand)AuthorAgeFilesLines
* - Please welcome Xorg 7.5.1miwi2011-02-263-7/+3
* - Update to Xorg 7.5miwi2010-05-012-4/+4
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Update X.org ports to 7.3.flz2007-09-142-4/+4
* - Welcome X.org 7.2 \o/.flz2007-05-203-0/+32
an> | | | | | | | | 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 * chinese/ibus-libpinyin: unbreak on powerpc64pkubaj2019-07-011-2/+0 | | | | | | This port builds on powerpc64. Approved by: mentors (implicit approval) * Bump a few PORTREVISIONs after r498529antoine2019-04-101-1/+1 | | | | With hat: portmgr * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+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 * - Update to 1.10.0wen2018-10-153-5/+6 | | | | | | PR: 231620 Submitted by: ryo@tetera.org Approved by: maintainer * 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 * Mark ports broken on powerpc64, categories a-c.linimon2018-06-181-0/+2 | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) * Fix packaging with python3antoine2017-12-121-0/+1 | * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-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 * 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 * http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-021-1/+1 | | | | Sponsored by: Absolight * Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1 | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket * Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-4/+4 | | | | | With hat: portmgr Sponsored by: Absolight * Update to 1.7.2.delphij2015-10-053-3/+4 | | | | | PR: ports/203029 Approved by: maintainer (Henry Hu) * Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-33/+10 | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? * Unbreak build on FreeBSD 8.x/9.x and DragonFlyjbeich2015-04-262-1/+12 | | | | | | | | | | | | | | | | | | ./PYSignal.h:35:22: error: expected namespace name using namespace std::placeholders; ~~~~~^ ./PYSignal.h:49:18: error: no type named 'function' in namespace 'std' typedef std::function<R()> func_type; ~~~~~^ ./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std' typedef std::shared_ptr<Editor> EditorPtr; ~~~~~^ PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope while ((read = getline (&linebuf, &size, dictfile)) != -1) { ^ PR: 199408 Reported by: pkg-fallout, DPorts Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)