aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config
Commit message (Collapse)AuthorAgeFilesLines
* x11/xkeyboard-config: Add TEST_DEPENDSGleb Popov2024-03-101-0/+2
|
* x11/xkeyboard-config: Update to 2.41Christos Margiolis2024-02-053-29/+4
| | | | | | | | | Version 2.41 now ships with the temporary patch introduced in e6f66fef02554459d756c1510fc74a52de40f049 ("x11/xkeyboard-config: Update to 2.40"). Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D43749
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-122-2/+2
| | | | Approved by: portmgr
* x11/xkeyboard-config: Fix pkg-plist after e6f66fef0255Jason E. Hale2023-11-113-1/+16
| | | | The missing pkgconfig file broke several ports.
* x11/xkeyboard-config: Update to 2.40Christos Margiolis2023-11-104-14/+37
| | | | | Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D42212
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* x11/xkeyboard-config: Update to 2.3.4Daniel Engberg2021-11-102-5/+5
| | | | | | | | There's no changelog by upstream, commit log: https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/commits/master/ Approved by: arrowd (mentor), zeising (member of x11@) Differential Revision: https://reviews.freebsd.org/D32764
* x11/xkeyboard-config: Update to 2.32Evgeniy Khramtsov2021-05-302-7/+9
| | | | | | | | Make X11 optional. PR: 254584 Tested by: arrowd Approved by: x11 (maintainer-timeout)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/xkeyboard-config: Update to 2.31Niclas Zeising2020-10-133-4/+5
| | | | | | | Update x11/xkeyboard-config to 2.31 Notes: svn path=/head/; revision=552281
* x11/xkeyboard-config: Update to 2.30Niclas Zeising2020-07-203-5/+5
| | | | | | | | | Update x11/xkeyboard-config to 2.30 MFH: 2020Q3 Notes: svn path=/head/; revision=542666
* x11/xkeyboard-config: Add NLS optionNiclas Zeising2020-07-111-10/+6
| | | | | | | | | | | | | Add NLS option to x11/xkeyboard-config. This was broken in the past, but is fixed now. PR: 243070 (based on) Submitted by: Andrew Romanenko MFH: 2020Q3 Event: Julu 2020 bugathon Notes: svn path=/head/; revision=542055
* x11/xkeyboard-config: Update to 2.29Niclas Zeising2020-04-014-12/+13
| | | | | | | | | | | | Update xkeyboard-config to 2.29 Upstream has switched to use python to generate certan things during build, add a build dependency on on python3.5+. Change MASTER_SITES to actually work now that XORG_CAT is no more, this should fix fetch. Previously it pulled from distcache. Try to fix the optional etersoft symbols patch. Notes: svn path=/head/; revision=530221
* Switch all ports to use USES=xorg-catNiclas Zeising2019-11-031-2/+1
| | | | | | | | Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports Notes: svn path=/head/; revision=516607
* x11/xkeyboard-config: Update to 2.27Niclas Zeising2019-06-164-21/+9
| | | | | | | | | | | | | Update x11/xkeyboard-config to 2.27 Remove patch from upstream included in this release. add USES=gnome pet portlint by moving USES earlier Sponsored by: B3 Init Notes: svn path=/head/; revision=504374
* x11/xkeyboard-config: Fix typo in Armenian layoutNiclas Zeising2018-10-302-0/+14
| | | | | | | | | | | | | | Fix two typos in the Armenian layout in xkeyboard-config, preventing the use of two Armenian capital letters. This was reported on the x11@ mailing list. Upstream PR: https://bugs.freedesktop.org/show_bug.cgi?id=108545 Reported by: Sergey Manucharian Notes: svn path=/head/; revision=483538
* x11/xkeyboard-config: Update to 2.24Niclas Zeising2018-06-084-30/+5
| | | | Notes: svn path=/head/; revision=472019
* x11/xkeyboard-config: Fix the polish keyboard bug introduced in 2.23.1Yuri Victorovich2018-05-022-0/+26
| | | | | | | | | | | | Backport of the fix. Unbreaks the feature. PR: 227935 Submitted by: jakub_lach@mailplus.pl Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=468890
* x11/xkeyboard-config: Update 2.21 -> 2.23.1Yuri Victorovich2018-04-293-4/+6
| | | | | | | | | | | Also added LICENSE_FILE. PR: 227080 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: maintainer's timeout (x11@FreeBSD.org; 31 days) Notes: svn path=/head/; revision=468663
* Update to 2.21Matthew Rezny2017-06-053-5/+5
| | | | | | | | | Reviewed by: kwm Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D11064 Notes: svn path=/head/; revision=442689
* Cleanup: convert to USES=localbase, drop what bsd.xorg.mk already providesMatthew Rezny2017-02-271-5/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9443 Notes: svn path=/head/; revision=434983
* Update to 2.20Baptiste Daroussin2017-02-063-5/+5
| | | | | | | Update WWW Notes: svn path=/head/; revision=433524
* Update to 2.19Baptiste Daroussin2016-11-053-3/+10
| | | | Notes: svn path=/head/; revision=425435
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update xkeyboard-config to 2.17.Koop Mast2016-02-103-4/+7
| | | | Notes: svn path=/head/; revision=408628
* Update xkeyboard-config to 2.16.Koop Mast2015-10-204-16/+17
| | | | | | | | | Regen patch because upstream changed whitespace. Obtained from: Xorg devel repo Notes: svn path=/head/; revision=399837
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Misc X.org port updates:Koop Mast2015-04-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo Notes: svn path=/head/; revision=384234
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Update the following Xorg components:Koop Mast2014-11-012-3/+3
| | | | | | | | | | | | | | | | | | | libXext to 1.3.3 libxcb and xcb-proto to 1.11 libxkbcommon to 0.5.0 pixman to 0.32.6 xinit to 1.3.4 xkeyboard-config to 2.13 xrandr to 1.4.3 xtrans to 1.3.5 Use INSTALL_TARGET=install-strip for stripping. Drop @dirrm[try] from plist Obtained from: xorg-dev repo Notes: svn path=/head/; revision=372016
* - Add NO_ARCHAlex Kozlov2014-09-292-33/+6
| | | | | | | | | - Use new @dir syntax Approved by: x11 (kwm) Notes: svn path=/head/; revision=369513
* - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.hTijl Coosemans2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=369260
* Remove now useless @execBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367123
* Remove useless @cwdBaptiste Daroussin2014-09-021-3/+2
| | | | Notes: svn path=/head/; revision=367056
* Update to 2.12Baptiste Daroussin2014-07-203-3/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=362392
* - Reapply r331937 that got somehow lost backAlexey Dokuchaev2014-06-242-3/+32
| | | | | | | | | - Convert USE_BZIP2 to USES while here Pointy hat to: zeising Notes: svn path=/head/; revision=359055
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-164-42/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* Add an optional patch from Etersoft that brings pre-1918 Russian letters toAlexey Dokuchaev2013-10-292-2/+32
| | | | | | | | | | | | | | | | typographic layout (commonly installed under `share/X11/xkb/symbols/typo'). Option was named ETERSOFT instead of e.g. PRE1918 as their intention was to maintain several Russian-specific features, not just pre-reform orthography support. Yes, this also means one day option description should be changed. While here, move MASTER_SITE_SUBDIR to a more appropriate place in Makefile and comment out currently unused .include <bsd.port.options.mk>. Approved by: silence on -x11@ Notes: svn path=/head/; revision=331937
* - Make gettext build only dependencyAlex Kozlov2013-10-071-1/+2
| | | | | | | Approved by: x11 (kwm) Notes: svn path=/head/; revision=329693
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (x11@) Notes: svn path=/head/; revision=324227
* Update to 2.9Niclas Zeising2013-06-043-6/+7
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=319910
* Comment out the ! NLS case, because it broken.Koop Mast2013-06-031-5/+6
| | | | Notes: svn path=/head/; revision=319759