non port: x11-wm/dwm/Makefile |
SVNWeb
|
Number of commits found: 75 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] f65f20b (Only the first 10 of 92 ports in this commit are shown above. )
x11-wm: remove 'Created by' lines
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> (Only the first 15 lines of the commit message are shown above )
|
Thu, 20 Jan 2022
|
[ 11:11 Mateusz Piotrowski (0mp) ] 8f5c722
x11-wm/dwm: Update to 6.3
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.
|
Wed, 28 Apr 2021
|
[ 13:22 Mateusz Piotrowski (0mp) Author: Faraz Vahedi ] 3c8440a
x11-wm/dwm: Add new option RUGAPS
Differential Revision: https://reviews.freebsd.org/D29981
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 17 Aug 2020
|
[ 08:47 0mp ]
Install manual pages to the standard location
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories x
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.
|
Tue, 21 May 2019
|
[ 08:01 0mp ]
Add dwm.desktop for display managers like xdm or SLiM.
|
Sun, 17 Mar 2019
|
[ 21:33 0mp ]
x11-wm/dwm: Update to 6.2
- 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
|
Wed, 1 Aug 2018
|
[ 08:26 0mp ]
x11-wm/dwm: Fix a typo in an option's description
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16539
|
Fri, 20 Jul 2018
|
[ 09:40 0mp ]
x11-wm/dwm: New option, which adds st and dmenu to runtime dependencies
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
|
Fri, 11 May 2018
|
[ 13:54 tobik ]
x11-wm/dwm: Add option to enable volume control keys [0]
- 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
|
Tue, 30 Jan 2018
|
[ 17:28 zeising ]
Add a configuration knob to allow the usage of the super key instead of alt
as modifier.
Strip binary, fix whitespace.
PR: 225227
Submitted by: Mateusz Piotrowski
Approved by: maintainer timeout (2 weeks)
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 13 Dec 2015
|
[ 06:04 jbeich ]
x11-wm/dwm: config.def.h wants x11/sterm after r403178
Bump PORTREVISION as this affects mainly default package users.
Reported by: Jakub Lach (via private mail)
PR: 204658
|
Mon, 7 Dec 2015
|
[ 05:01 jbeich ]
x11-wm/dwm: make DWM_CONF use symlink
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)
|
[ 05:00 jbeich ]
x11-wm/dwm: simplify patching
Override variables instead of trying to fix them, sometimes incorrectly.
PR: 204658
Approved by: portmgr blanket
|
[ 04:59 jbeich ]
x11-wm/dwm: convert to option helpers
But keep DWM_CONF working if defined via Makefile.local
PR: 204658
Approved by: portmgr blanket
|
[ 04:58 jbeich ]
x11-wm/dwm: update to 6.1
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)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 3 Mar 2014
|
[ 21:57 pawel ]
- Add staging support [1]
- Convert to new LIB_DEPENDS format
PR: ports/186598 [1]
Submitted by: Mikhail <mp39590@gmail.com>
Approved by: maintainer timeout
|
Sat, 21 Sep 2013
|
[ 00:01 bapt ] (Only the first 10 of 165 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
|
Sat, 25 May 2013
|
[ 14:37 zeising ] (Only the first 10 of 518 ports in this commit are shown above. )
The FreeBSD x11 team proudly presents
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
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Oct 2012
|
[ 19:54 pawel ]
- Add optional Xft support [1]
- 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
|
Tue, 14 Feb 2012
|
[ 20:20 jgh ]
- Update to 6.0
PR: ports/165144
Submitted by: maintainer, schot at A-Eskwadraat.nl
|
Thu, 1 Sep 2011
|
[ 18:52 dhn ]
- Update to 5.9
PR: ports/160359
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Fri, 25 Mar 2011
|
[ 13:43 dhn ]
- Bump PORTREVISION
- Add Xinerama support
- Add pkg-message
PR: ports/155930
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Sat, 19 Jun 2010
|
[ 21:41 makc ]
Update to 5.8.2
PR: ports/147932
Submitted by: Jeroen Schot (maintainer)
Feature safe: yes
|
Sat, 5 Jun 2010
|
[ 11:29 makc ]
Update to 5.8.1
PR: ports/147192
Submitted by: Demelier David <demelier.david at gmail.com>
Reviewed by: Jeroen Schot (maintainer)
|
Sun, 30 May 2010
|
[ 23:37 sylvio ]
- Update to 5.8
PR: ports/147161
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Mon, 7 Dec 2009
|
[ 14:19 pav ]
- Update to 5.7.2
PR: ports/141247
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Fri, 24 Jul 2009
|
[ 13:28 wxs ]
- Update to 5.6
PR: ports/136926
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Mon, 27 Apr 2009
|
[ 19:15 miwi ]
- Update to 5.5
PR: 134025
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Tue, 10 Feb 2009
|
[ 14:02 miwi ]
- Update to 5.4.1
PR: 131557
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Sat, 6 Dec 2008
|
[ 23:36 miwi ]
- Update to 5.3.1
PR: 129469
Submitted by: Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
|
Fri, 7 Nov 2008
|
[ 18:04 amdmi3 ]
- Update to 5.2
PR: 128674
Submitted by: Jeroen Schot <schot at A-Eskwadraat dot nl> (maintainer)
|
Wed, 6 Aug 2008
|
[ 07:55 miwi ]
- Update to 5.1
- Update WWW
PR: 126284
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Mon, 23 Jun 2008
|
[ 11:01 miwi ]
- Update to 5.0.1
PR: 124832
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sat, 5 Apr 2008
|
[ 18:13 rafan ]
- Update to 4.9
PR: ports/122442
Submitted by: Jeroen Schot <schot at castor.sshunet.nl> (maintainer)
|
Mon, 17 Mar 2008
|
[ 19:56 gahr ]
- Update to 4.8
PR: 121682
Submitted by: gahr (myself)
Reviewed by: schot@A-Eskwadraat.nl (maintainer)
Approved by: schot@A-Eskwadraat.nl (maintainer), miwi (mentor)
|
Fri, 14 Dec 2007
|
[ 18:45 miwi ]
- Update to 4.7
PR: 118199
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sat, 27 Oct 2007
|
[ 22:04 miwi ]
- Update to 4.6
PR: 117542
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sun, 23 Sep 2007
|
[ 05:57 rafan ]
- Update to 4.5
PR: ports/116547
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Tue, 28 Aug 2007
|
[ 10:35 miwi ]
- Update to 4.4.1
PR: 115839
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sun, 26 Aug 2007
|
[ 08:15 rafan ]
- Update to 4.4
PR: ports/115763
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer0
|
Thu, 19 Jul 2007
|
[ 16:04 rafan ]
- Update to 4.3
PR: ports/114656
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Mon, 4 Jun 2007
|
[ 08:20 miwi ]
- Update to 4.2
PR: 113169
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Fri, 25 May 2007
|
[ 22:11 miwi ]
- Update to 4.1
PR: 112837
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 23 Apr 2007
|
[ 08:28 miwi ]
- Update to 4.0
PR: 112001
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Mon, 2 Apr 2007
|
[ 16:04 erwin ]
Update to 3.9
PR: 111136
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Wed, 7 Mar 2007
|
[ 22:47 miwi ]
- Update to 3.8
PR: 110050
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Mon, 26 Feb 2007
|
[ 11:03 miwi ]
- Update to 3.7
PR: 109522
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Fri, 16 Feb 2007
|
[ 04:16 rafan ]
- Update to 3.5
PR: ports/109170
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Thu, 8 Feb 2007
|
[ 17:54 nivit ]
- Updated to 3.4
- Fixed DWM_CONF knob
PR: ports/108602
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
Approved by: alexbl (mentor, implicit)
|
Thu, 25 Jan 2007
|
[ 17:50 rafan ]
- Update to 3.2.2
PR: ports/108334
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Wed, 17 Jan 2007
|
[ 02:37 clsung ]
- Update to 3.1
PR: ports/108011
Submitted by: maintainer (Jeroen Schot)
|
Fri, 12 Jan 2007
|
[ 21:19 miwi ]
- Update to 3.0
PR: 107852
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Tue, 9 Jan 2007
|
[ 22:26 miwi ]
- Update to 2.9
PR: 107686
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Wed, 3 Jan 2007
|
[ 21:04 miwi ]
- Update to 2.8
PR: ports/107479
Submitted by: Sokolov Alexey<sokolhacker@mail.ru>
Approved by: maintainer
|
Fri, 15 Dec 2006
|
[ 08:38 miwi ]
- Update to 2.7
PR: ports/106724
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Fri, 8 Dec 2006
|
[ 22:55 miwi ]
- Update to 2.6
PR: ports/106454
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Wed, 6 Dec 2006
|
[ 02:02 rafan ]
- Update to 2.5.1
PR: ports/106380
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Sun, 3 Dec 2006
|
[ 23:10 miwi ]
- Update to 2.4
PR: ports/106274
Submitted by: "Jeroen Schot" <schot@a-eskwadraat.nl> (maintainer)
|
Sun, 5 Nov 2006
|
[ 12:59 lawrance ]
Update master sites and add a config knob.
PR: ports/104538
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sun, 8 Oct 2006
|
[ 10:33 erwin ]
Update to 1.9
PR: 104154
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Sat, 30 Sep 2006
|
[ 11:01 miwi ]
- Update to 1.7.1
PR: ports/103806
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Thu, 14 Sep 2006
|
[ 15:25 rafan ]
- Update to 1.5
PR: ports/103263
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Fri, 1 Sep 2006
|
[ 18:57 miwi ]
- Update to 1.2
PR: ports/102762
Submitted by: Jeroen Schot <schot(at)a-eskwadraat.nl> (maintainer)
|
Mon, 28 Aug 2006
|
[ 08:12 pav ]
- Update to 1.0
PR: ports/102504
Submitted by: Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
|
Mon, 21 Aug 2006
|
[ 21:34 itetcu ]
Updates to 0.9. This release introduces multitag viewing.
PR: ports/102327
Submitted by: Jeroen Schot (maaintainer)
|
Mon, 14 Aug 2006
|
[ 16:21 rafan ]
- Update to 0.8
PR: ports/101797
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Thu, 10 Aug 2006
|
[ 03:43 rafan ]
- Update to 0.7
PR: ports/101578
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Sat, 5 Aug 2006
|
[ 10:11 rafan ]
- Update to 0.6
PR: ports/101273
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl> (maintainer)
|
Sun, 30 Jul 2006
|
[ 13:03 ehaupt ]
Add dwm 0.5, a dynamic, small, fast and simple window manager.
PR: 100806
Submitted by: Jeroen Schot <schot at a-eskwadraat.nl>
|
Number of commits found: 75 |