notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: x11/dmenu/files/patch-config.mk

Number of commits found: 18

Sunday, 2 Aug 2020
16:34 0mp search for other commits by this committer
x11/dmenu: Get the latest bug fixes from upstream

Users are still reporting issues with the dmenu version 4.9. The patch we
have currently in the ports tree was meant to be a temporary fix as we
waited for a new dmenu release. A new release is not coming apparently,
so let's just get the latest patches from upstream.

Also, switch to a GitHub-hosted mirror of the dmenu repository
as it is painful to get artifacts from https://git.suckless.org/
without a Git client.

While here, replace REINPLACE_CMD with patches.

Reported by:	Scott Robbins
MFH:		2020Q3
Original commitRevision:543974 
Sunday, 8 Apr 2018
07:59 yuri search for other commits by this committer
x11/dmenu: Update 4.7 -> 4.8

0mp@FreeBSD.org takes maintainership.

Port changes:
* Remove extra patches
* Remove FREETYPEINC patch, add it as a variable to MAKE_ARGS
* Monor change in pkg-descr
* Change WWW to https

PR:		226664
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
Approved by:	schot@a-eskwadraat.nl (maintainer; timeout 22 days)
Original commitRevision:466776 
Monday, 5 Jun 2017
19:39 tobik search for other commits by this committer
Update to 4.7

Changes:	http://lists.suckless.org/dev/1705/31705.html
PR:		219162
Approved by:	lme (mentor), schot@a-eskwadraat.nl (maintainer timeout, 3 weeks)
Differential Revision:	https://reviews.freebsd.org/D10994
Original commitRevision:442682 
Sunday, 13 Dec 2015
06:04 jbeich search for other commits by this committer
x11/dmenu: simplify patching (like r403180)

Override variables instead of trying to fix them, sometimes incorrectly.

PR:		205236
Approved by:	portmgr blanket
Original commitRevision:403655 
06:03 jbeich search for other commits by this committer
x11/dmenu: update to 4.6

- Explicitly track direct fontconfig dependency
- Define LICENSE_FILE as MIT has many styles
  https://fedoraproject.org/wiki/Licensing:MIT

Changes:	http://lists.suckless.org/dev/1511/27503.html
PR:		205236
Reported by:	Jakub Lach, Randy Westlund
Pointy hat to:	jbeich (timeout-happy)
Approved by:	r403178 regression
Original commitRevision:403654 
Tuesday, 14 Feb 2012
21:25 scheidell search for other commits by this committer
- Upgrade to 4.5 [1]
- Add optional XFS support [1]  (default off) [2]
- Revised patch by maintainer [2]

PR:             ports/164012
Submitted by:   Aragon Gouveia <aragon@phat.za.net> [1]
Approved by:    Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer), gabor
(mentor, implicit)
Original commit
Monday, 23 May 2011
08:22 jadawin search for other commits by this committer
- Update to 4.3.1
- Add LICENSE info

PR:             ports/157263
Submitted by:   Jeroen Schot <schot _AT_ A-Eskwadraat.nl>
Original commit
Friday, 25 Mar 2011
13:23 dhn search for other commits by this committer
- Bump PORTREVISION
- Fix to build with BSD make
- Add Xinerama support
- Respect CFLAGS

PR:             ports/155918
Submitted by:   Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
Original commit
Monday, 17 May 2010
10:29 makc search for other commits by this committer
Fix build without XFT
Original commit
Sunday, 16 May 2010
10:16 makc search for other commits by this committer
Add optional support for Xft.

PR:             ports/143951
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>
Reviewed by:    maintainer
Original commit
Monday, 27 Apr 2009
19:16 miwi search for other commits by this committer
- Update to 4.0

PR:             134024
Submitted by:   Jeroen Schot <schot@A-Eskwadraat.nl> (maintainer)
Original commit
Monday, 23 Jun 2008
11:00 miwi search for other commits by this committer
- Update to 3.7

PR:             124831
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Saturday, 27 Oct 2007
22:04 miwi search for other commits by this committer
- Update to 3.4

PR:             117543
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Original commit
Monday, 4 Jun 2007
08:20 miwi search for other commits by this committer
- Update to 3.2

PR:             113168
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Original commit
Monday, 26 Feb 2007
11:19 miwi search for other commits by this committer
- Update to 2.4

PR:             109523
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl> (maintainer)
Original commit
Friday, 1 Sep 2006
17:28 miwi search for other commits by this committer
- Update to 0.6

PR:             ports/102753
Submitted by:   Jeroen Schot <schot(at)castor.sshunet.nl> (maintainer)
Original commit
Monday, 28 Aug 2006
08:17 pav search for other commits by this committer
dmenu is a minimalistic X11 menu. It reads a newline separated list of items
from stdin and shows them as a menu on the top of the screen. When the user
selects one item or types any text and presses Enter, his choice is printed to
stdout.

dmenu was developed as an addition to the dwm window manager, but can be used
in any X11-environment.

WWW: http://10kloc.org/dwm/

PR:             ports/101573
Submitted by:   Jeroen Schot <schot@a-eskwadraat.nl>
Original commit

Number of commits found: 18