aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-util
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWDmitry Marakasov2019-04-271-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=500206
* - Fix strip during installRenato Botelho2016-12-011-1/+5
| | | | | | | | | | | | - Add LICENSE - Bump PORTREVISION PR: 213234 Submitted by: takefu@airport.fm MFH: 2016Q4 Notes: svn path=/head/; revision=427509
* Misc X.org port updates:Koop Mast2015-04-182-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo Notes: svn path=/head/; revision=384234
* Update x11/xcb-util, x11/xcb-util-image and x11/xcb-util-keysyms to 0.4.0Renato Botelho2015-01-122-4/+3
| | | | Notes: svn path=/head/; revision=376826
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-081-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364347
* Move to USES=tar:bzip2Renato Botelho2014-05-161-2/+1
| | | | Notes: svn path=/head/; revision=354237
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-163-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Support STAGERenato Botelho2013-10-311-1/+0
| | | | Notes: svn path=/head/; revision=332326
* 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=325997
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=325961
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-3/+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! Notes: svn path=/head/; revision=319055
* Remove unecessary dependency (gperf) and bump PORTREVISIONRenato Botelho2012-12-111-2/+1
| | | | | | | | PR: ports/174328 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=308653
* - Update xcb-util to 0.3.9Renato Botelho2012-12-103-5/+4
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=308628
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Remove lib version from LIB_DEPENDS to silence portlintRenato Botelho2012-07-021-1/+1
| | | | Notes: svn path=/head/; revision=300410
* Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding theRenato Botelho2012-01-155-78/+10
| | | | | | | | | | | | | | | | following new ports: xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm As approved by maintainer, i'm taking over the maintainership Exp-run by: pav Notes: svn path=/head/; revision=289256
* Revert previous commit and roll back to 0.3.6 as the 0.3.8 introducesRoman Bogorodskiy2011-12-164-9/+73
| | | | | | | | | a number of backward incompatible changes. Pointy hat to: novel Notes: svn path=/head/; revision=287470
* Update to 0.3.8.Roman Bogorodskiy2011-12-154-73/+9
| | | | | | | | PR: 163301 Submitted by: Nikos Ntarmos (maintainer) Notes: svn path=/head/; revision=287445
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Fix division by zero bugDmitry Marakasov2009-10-282-0/+21
| | | | | | | | | PR: 139863 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> Reported by: Ashish Shukla <wahjava@gmail.com> Notes: svn path=/head/; revision=243399
* Update to 0.3.6Renato Botelho2009-09-102-4/+4
| | | | | | | | | PR: ports/138183 Submitted by: garga Approved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=241176
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.3.5Dennis Herrmann2009-06-162-5/+4
| | | | | | | | | PR: ports/135482 Submitted by: Ashish SHUKLA <wahjava@gmail.com> pproved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=236047
* - Chase libxcb/xcb-proto updateDennis Herrmann2009-06-141-0/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=235828
* - Update to 0.3.4Dmitry Marakasov2009-05-063-11/+5
| | | | | | | | PR: 133819 Submitted by: Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer) Notes: svn path=/head/; revision=233327
* - Update Maintainer mail adressMartin Wilke2009-03-141-1/+1
| | | | | | | Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail) Notes: svn path=/head/; revision=230051
* - Update to 0.3.3Rong-En Fan2009-02-052-4/+4
| | | | | | | | PR: ports/131222 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=227640
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-5/+5
| | | | | | | | | | | - 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
* - Remove no longer needed patchMartin Wilke2009-01-161-0/+0
| | | | Notes: svn path=/head/; revision=226251
* - Update to 0.3.0Martin Wilke2009-01-084-19/+9
| | | | | | | | | PR: 128051 Submitted by: Perrin Alexandre <alexandre.perrin@epfl.ch> Approved by: maintainer Notes: svn path=/head/; revision=225496
* - Update to 0.2.1Martin Wilke2008-09-073-4/+6
| | | | | | | | | PR: 126991 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=220184
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Add patch to fix building in 5.x [1].Alejandro Pulver2008-02-272-1/+11
| | | | | | | | | | - Use ${LOCALBASE}/bin/gperf in dependency as that's the one passed to configure, and it won't be installed if the base system one is found. Reported by: pointyhat (pav, erwin) [1] Notes: svn path=/head/; revision=207969
* The xcb-util module provides a number of libraries which sit on top ofAlejandro Pulver2008-02-164-0/+117
libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib. These libraries are currently included, roughly ordered by maturity: render-util: Convenience functions for the Render extension. aux: Convenient access to connection setup and some core requests. atom: Standard core X atom constants and atom caching. property: Callback X property-change handling. icccm: Both client and window-manager helpers for ICCCM. keysyms: Standard X key constants and conversion to/from keycodes. event: Callback X event handling. image: Port of Xlib's XImage and XShmImage functions. wm: Framework for window manager implementation. WWW: http://xcb.freedesktop.org/ PR: ports/117236 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> Notes: svn path=/head/; revision=207355