aboutsummaryrefslogtreecommitdiffstats
path: root/x11/i3lock
Commit message (Collapse)AuthorAgeFilesLines
* Remove bad pam.d file, change i3lock to be setuid so it can use pam_unix and ↵bapt2013-10-101-6/+6
| | | | | | | really validate passwords Reported by: gahr Approved by: maintainer (implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+1
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfbapt2013-09-021-1/+1
|
* - update to 2.5bapt2013-08-233-52/+10
| | | | | | | | - change LIB_DEPENDS to new format - remove upstreamed patch - add a dependency on the new libxkbcommon Approved by: dhn (implicit)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* The FreeBSD x11 team proudly presentszeising2013-05-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* Add a patch:bapt2013-03-212-6/+42
| | | | | - stop using mlock as it requires root credential - call ev_loop_fork so that forking actually works with kqueue
* - Update xcb-util to 0.3.9garga2012-12-111-2/+3
| | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports
* - Update to 2.4.1dhn2012-06-072-4/+3
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to 2.4dhn2012-04-083-9/+34
| | | | | | PR: ports/166736 Submitted by: Baptiste Daroussin <bapt@freebsd.org> Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Add Backup mirrordhn2009-05-243-4/+7
| | | | - Update pkg-descr
* i3lock improves slock by making it fork() and therefore combinable withdhn2009-05-223-0/+44
commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you have entered a password when resuming from suspend, at least sometimes. i3lock was forked from slock-0.9