aboutsummaryrefslogtreecommitdiff
path: root/x11/xrestop
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update distinfo missed in a last commitAlexander Nedotsukov2019-12-071-3/+3
| | | | Notes: svn path=/head/; revision=519220
* Refer to release tag by commitid to fix buildAlexander Nedotsukov2019-12-011-1/+1
| | | | | | | PR: 242324 Notes: svn path=/head/; revision=518759
* Fetch files from gitlab.freedesktop.orgAlexander Nedotsukov2019-11-262-6/+6
| | | | Notes: svn path=/head/; revision=518477
* 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
* Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-061-0/+2
| | | | Notes: svn path=/head/; revision=516897
* Fix WWWSunpoet Po-Chuan Hsieh2018-09-141-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=479805
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* USE_GMAKE -> USES=gmakeBaptiste Daroussin2014-02-241-2/+1
| | | | Notes: svn path=/head/; revision=345825
* Support stagedir.Vanilla I. Shu2014-01-091-3/+1
| | | | | | | 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-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-7/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Declare dependency on ncurses so we can deal with devel/ncursesAlexander Nedotsukov2011-05-181-1/+2
| | | | | | | | | installed. PR: 157143 Notes: svn path=/head/; revision=274280
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-5/+6
| | | | | | | | | | | | | | | | | | - 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
* - 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
* - Update to 0.4Alexander Nedotsukov2006-03-223-6/+6
| | | | | | | | | - Chase MASTER_SITES and WWW. PR: 94780 Notes: svn path=/head/; revision=157934
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Update 0.3Alexander Nedotsukov2004-11-292-5/+4
| | | | Notes: svn path=/head/; revision=122740
* Remove explicit dependency on X11.6, which is already done by USE_X_PREFIX'sEric Anholt2004-05-291-2/+0
| | | | | | | implicit USE_XLIB. Notes: svn path=/head/; revision=110322
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-2/+2
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add xrestop 0.2, X11 server side resource usage statistics monitor.Alexander Nedotsukov2003-12-254-0/+36
Notes: svn path=/head/; revision=96555