aboutsummaryrefslogtreecommitdiff
path: root/x11/xpyb
Commit message (Collapse)AuthorAgeFilesLines
* Support stageBaptiste Daroussin2014-02-281-10/+3
| | | | Notes: svn path=/head/; revision=346433
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325998
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=319055
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* - Update to version 1.3.1Ashish SHUKLA2012-05-053-6/+5
| | | | | | | - Unbreak build Notes: svn path=/head/; revision=296049
* - Mark BROKEN: does not buildPav Lucistnik2012-05-021-0/+2
| | | | | | | | | AttributeError: 'ListType' object has no attribute 'parent' Reported by: pointyhat Notes: svn path=/head/; revision=295893
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update port to 1.2.Ashish SHUKLA2010-06-222-11/+13
| | | | | | | | | | PR: ports/146461 Submitted by: ashish Approved by: pgj (mentor) Feature safe: yes Notes: svn path=/head/; revision=256828
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* - Update to 1.1Dmitry Marakasov2009-07-312-6/+6
| | | | | | | | PR: 137300 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=238714
* - Chase libxcb/xcb-proto updateDennis Herrmann2009-06-141-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=235828
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+3
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* xpyb provides a Python binding to the X Window SystemMartin Wilke2008-11-254-0/+119
protocol via libxcb. WWW: http://xcb.freedesktop.org/ PR: ports/129115 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=223358