summaryrefslogtreecommitdiff
path: root/x11-wm/dwm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/dwm: update to 6.5Piotr Kubaj2024-03-212-4/+4
|
* x11-wm/dwm: Update code for XF86Audio in DWMPiotr Kubaj2023-12-241-8/+11
| | | | Pull request: https://github.com/freebsd/freebsd-ports/pull/202
* x11-wm: update to 6.4 and take maintainershipPiotr Kubaj2023-07-123-14/+15
|
* x11-wm/dwm: Return to poolMateusz Piotrowski2023-07-121-1/+1
|
* 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)
* x11-wm: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger * Alejandro Pulver <alepulver@FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Andreas Kohn <andreas@syndrom23.de> * Anton Tornqvist <antont@inbox.lv> * Aragon Gouveia <aragon@phat.za.net> * Babak Farrokhi <babak@farrokhi.net> * Brett Taylor <brett@peloton.physics.montana.edu> * Brian Handy <handy@physics.montana.edu> * Bruce A. Mah <bmah@ca.sandia.gov> * Dennis Herrmann <adox@mcx2.org> * Dennis Herrmann <dhn@FreeBSD.org> * Dima Sivachenko <dima@chg.ru> * Dominik Rothert <dr@domix.de> * Douglas Carmichael <dcarmich@mcs.com> * Eric Anholt <anholt@FreeBSD.org> * Felix Palmen <felix@palmen-it.de> * Florent Thoumie <flz@xbsd.org> * Garrett Rooney <rooneg@electricjellyfish.net> * George Reid <greid@ukug.uk.freebsd.org> * Gergely Nagy <8@free.bsd.hu> * Gustau Perez i Querol <gustau.perez@gmail.com> * J Han <hjh@photino.com> * Jakub Lach <jakub_lach@mailplus.pl> * James Earl <jdearl@telus.net> * Jean-Yves Lefort <jylefort@brutele.be> * Jeroen Schot <schot@a-eskwadraat.nl> * Jim Mock <jim@FreeBSD.org> * Matt Lancereau <matt@rimasec.net> * Matthieu Guegan <matt.guegan@free.fr> * Maxim Sobolev <sobomax@FreeBSD.org> * Michael Ebert <ebert@informatik.unibw-muenchen.de> * Michael Johnson <ahze@ahze.net> * Neil Blakey-Milner * Nikos Ntarmos <ntarmos@ceid.upatras.gr> * Olivier Duchateau * Patrick Seal <patseal@hyperhost.net> * Pawel Worach <pawel.worach@gmail.com> * Peter Pentchev <roam@FreeBSD.org> * Robert Noland <rnoland@FreeBSD.org> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Rudolf Polzer <freebsd-dr@durchnull.de> * Rusmir Dusko <nemysis@FreeBSD.org> * Stefan Zehl <sec@42.org> * Tommy Scheunemann <net@arrishq.org> * V. Jahns <vj562001@yahoo.de> * Will Andrews <andrews@technologist.com> * William Grzybowski <wg@FreeBSD.org> * William Grzybowski <william88@gmail.com> * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * alepulver * anders@hack.org * asami * chinsan * gahr * gpalmer * hrkfrd@gmail.com * jfitz@FreeBSD.org * lab@fnurt.net * peter * spn * torstenb * trevor * vanilla With hat: portmgr
* x11-wm/dwm: Update to 6.3Mateusz Piotrowski2022-01-202-11/+5
| | | | | Drop the RUGAPS option. The old version 6.2 patch no longer applies and there is no patch for version 6.3 available at the moment.
* x11-wm/dwm: Add new option RUGAPSFaraz Vahedi2021-04-282-2/+8
| | | | Differential Revision: https://reviews.freebsd.org/D29981
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install manual pages to the standard locationMateusz Piotrowski2020-08-171-3/+2
| | | | Notes: svn path=/head/; revision=545149
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-0/+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
* Add dwm.desktop for display managers like xdm or SLiM.Mateusz Piotrowski2019-05-212-1/+14
| | | | Notes: svn path=/head/; revision=502192
* x11-wm/dwm: Update to 6.2Mateusz Piotrowski2019-03-173-30/+31
| | | | | | | | | | | | | | | | | | | | | | | - Clean up MASTER_SITES (remove outdated websites) - Set FREETYPEINC (now required to build) and VERSION in MARK_ARGS - Use DISTVERSION instead of PORTVERSION for consistency - Define a simple do-test target so that we can quickly test if the binary is at least not core dumping when started - Improve the description of the VOLUMECONTROL option - Replace config.mk patching with a post-configure target that makes the port respect user's CFLAGS, CPPFLAGS and LDFLAGS - Rewrite the post-extract target using make(1) if syntax instead of sh(1) if syntax New release announcement: https://lists.suckless.org/dev/1902/33214.html Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19416 Notes: svn path=/head/; revision=496110
* x11-wm/dwm: Fix a typo in an option's descriptionMateusz Piotrowski2018-08-011-1/+1
| | | | | | | | | Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16539 Notes: svn path=/head/; revision=476165
* x11-wm/dwm: New option, which adds st and dmenu to runtime dependenciesMateusz Piotrowski2018-07-202-12/+8
| | | | | | | | | | | | | | | | | | | | This patch adds an option to the dwm port, which makes x11/dmenu and x11/sterm be runtime dependencies of dwm. The option is enabled by default so that it's useful to users depending on pkg. While here: - Remove unused PATCH_SITES. - Silence STRIP_CMD. - Remove now outdated pkg-message. PR: 227966 Reported by: wkoszek Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16358 Notes: svn path=/head/; revision=475000
* x11-wm/dwm: Add option to enable volume control keys [0]Tobias Kortkamp2018-05-113-12/+40
| | | | | | | | | | | | | | | - Assign to 0mp [1]. The current maintainer hasn't responded to PRs since 2012. - While here rename SUPERASMODKEY patch for consistency with the new volume keys patch - Fix variable order PR: 226924 [0], 226929 [1] Submitted by: Ashish Gupta <ashmew2@gmail.com> [0], 0mp [1] Approved by: maintainer timeouts Notes: svn path=/head/; revision=469641
* - Pet portlintDmitry Marakasov2018-03-091-1/+1
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=463950
* Add a configuration knob to allow the usage of the super key instead of altNiclas Zeising2018-01-302-2/+19
| | | | | | | | | | | | | as modifier. Strip binary, fix whitespace. PR: 225227 Submitted by: Mateusz Piotrowski Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=460417
* 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
* x11-wm/dwm: config.def.h wants x11/sterm after r403178Jan Beich2015-12-132-2/+3
| | | | | | | | | | Bump PORTREVISION as this affects mainly default package users. Reported by: Jakub Lach (via private mail) PR: 204658 Notes: svn path=/head/; revision=403656
* x11-wm/dwm: make DWM_CONF use symlinkJan Beich2015-12-071-2/+2
| | | | | | | | | | | | Avoid config.h and DWM_CONF being out of sync. In case of update while trying fix a build failure one may want to do |make clean| after replacing a third-party patch in Makefile.local or files/ directory. PR: 204658 Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=403181
* x11-wm/dwm: simplify patchingJan Beich2015-12-073-56/+4
| | | | | | | | | | Override variables instead of trying to fix them, sometimes incorrectly. PR: 204658 Approved by: portmgr blanket Notes: svn path=/head/; revision=403180
* x11-wm/dwm: convert to option helpersJan Beich2015-12-071-12/+8
| | | | | | | | | | But keep DWM_CONF working if defined via Makefile.local PR: 204658 Approved by: portmgr blanket Notes: svn path=/head/; revision=403179
* x11-wm/dwm: update to 6.1Jan Beich2015-12-073-44/+20
| | | | | | | | | | | | | | | | | | Drop unused dependencies likely from overlinking in the past. $ readelf -d /usr/local/bin/dwm | fgrep NEEDED 0x0000000000000001 (NEEDED) Shared library: [libX11.so.6] 0x0000000000000001 (NEEDED) Shared library: [libXinerama.so.1] 0x0000000000000001 (NEEDED) Shared library: [libfontconfig.so.1] 0x0000000000000001 (NEEDED) Shared library: [libXft.so.2] 0x0000000000000001 (NEEDED) Shared library: [libc.so.7] Changes: http://lists.suckless.org/dev/1511/27504.html PR: 203325, 204658 Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=403178
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add staging support [1]Pawel Pekala2014-03-031-13/+8
| | | | | | | | | | | - Convert to new LIB_DEPENDS format PR: ports/186598 [1] Submitted by: Mikhail <mp39590@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=346973
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - Add optional Xft support [1]Pawel Pekala2012-10-313-16/+41
| | | | | | | | | | | | | | - Convert to OptionsNG - Add missing deps - Fix comment PR: ports/170723 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=306759
* - Update to 6.0Jason Helfman2012-02-142-5/+5
| | | | | | | | PR: ports/165144 Submitted by: maintainer, schot at A-Eskwadraat.nl Notes: svn path=/head/; revision=291361
* - Update to 5.9Dennis Herrmann2011-09-013-14/+15
| | | | | | | | PR: ports/160359 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=281001
* - Bump PORTREVISIONDennis Herrmann2011-03-254-10/+60
| | | | | | | | | | | - Add Xinerama support - Add pkg-message PR: ports/155930 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=271721
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update to 5.8.2Max Brazhnikov2010-06-192-4/+4
| | | | | | | | | PR: ports/147932 Submitted by: Jeroen Schot (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256722
* Update to 5.8.1Max Brazhnikov2010-06-052-4/+4
| | | | | | | | | PR: ports/147192 Submitted by: Demelier David <demelier.david at gmail.com> Reviewed by: Jeroen Schot (maintainer) Notes: svn path=/head/; revision=255772
* - Update to 5.8Sylvio Cesar Teixeira2010-05-303-17/+15
| | | | | | | | PR: ports/147161 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=255353
* - Update to 5.7.2Pav Lucistnik2009-12-072-5/+5
| | | | | | | | PR: ports/141247 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=245338
* - Update to 5.6Wesley Shields2009-07-243-12/+14
| | | | | | | | PR: ports/136926 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=238331
* - Update to 5.5Martin Wilke2009-04-274-7/+7
| | | | | | | | PR: 134025 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=232874
* - Update to 5.4.1Martin Wilke2009-02-102-5/+5
| | | | | | | | PR: 131557 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=227998
* - Update to 5.3.1Martin Wilke2008-12-062-5/+5
| | | | | | | | PR: 129469 Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=223910
* - Update to 5.2Dmitry Marakasov2008-11-072-4/+4
| | | | | | | | PR: 128674 Submitted by: Jeroen Schot <schot at A-Eskwadraat dot nl> (maintainer) Notes: svn path=/head/; revision=222510
* - Update to 5.1Martin Wilke2008-08-064-9/+14
| | | | | | | | | | - Update WWW PR: 126284 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=218110
* - Update to 5.0.1Martin Wilke2008-06-233-22/+19
| | | | | | | | PR: 124832 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=215615
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update to 4.9Rong-En Fan2008-04-053-10/+10
| | | | | | | | PR: ports/122442 Submitted by: Jeroen Schot <schot at castor.sshunet.nl> (maintainer) Notes: svn path=/head/; revision=210606
* - Update to 4.8Pietro Cerutti2008-03-173-9/+9
| | | | | | | | | | PR: 121682 Submitted by: gahr (myself) Reviewed by: schot@A-Eskwadraat.nl (maintainer) Approved by: schot@A-Eskwadraat.nl (maintainer), miwi (mentor) Notes: svn path=/head/; revision=209251
* - Update to 4.7Martin Wilke2007-12-143-14/+10
| | | | | | | | PR: 118199 Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer) Notes: svn path=/head/; revision=203599