aboutsummaryrefslogtreecommitdiff
path: root/x11/xidle
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+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
* Update to 26052015.Roman Bogorodskiy2015-05-303-6/+21
| | | | | | | This is a new snapshot I extracted from the OpenBSD CVS repo. Notes: svn path=/head/; revision=387971
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+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
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Support stagedir.Vanilla I. Shu2014-01-091-8/+4
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=339245
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-051-5/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225292
* - 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
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209424
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-2/+0
| | | | Notes: svn path=/head/; revision=162219
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Fix build on 4.xVolker Stolz2005-11-251-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=149404
* Use getopt_long() when getopt_long_only() is not avaible.Roman Bogorodskiy2005-11-041-1/+10
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=147204
* Fix build on 4.x.Roman Bogorodskiy2005-10-291-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=146662
* Add OpenBSD's xidle, an app to run a program on X inactivity (xautolockRoman Bogorodskiy2005-10-243-0/+39
replacement). Notes: svn path=/head/; revision=146272