aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-proto
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* - Update to 1.6Pav Lucistnik2009-12-123-4/+5
| | | | | | | | PR: ports/141224 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=245642
* - Update to 1.5Dennis Herrmann2009-06-142-4/+4
| | | | | | | | PR: ports/135429 Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=235826
* /tmp/cvsGePDN8Robert Noland2009-02-192-4/+4
| | | | Notes: svn path=/head/; revision=228670
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-4/+4
| | | | | | | | | | | - 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
* allow x11/libxcb and x11/xcb-proto to build with python 2.5+Robert Noland2009-01-171-1/+1
| | | | | | | | | PR: 130475 Submitted by: Joseph S. Atkinson Approved by: wahjava@gmail.com (maintainer), garga (mentor, implicit) Notes: svn path=/head/; revision=226334
* - Update to 1.2Martin Wilke2008-09-073-5/+27
| | | | | | | | | PR: 126989 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=220182
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update to 1.1:Ion-Mihai Tetcu2008-05-073-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Incompatible change to the XML schema: rather than special-casing the treatment of protocol extension names, use the new extension-multiword attribute. Normally, XCB prefixes C extension functions with xcb_extname_. However, some of the existing extensions used multi-word names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now use this attribute to match their existing defined API. This allows the XCB code generator to avoid special-casing those extension names. Protocol updates: * Update DAMAGE to 1.1 * Update RandR to version 1.2 Bug fixes: * fix XSync Initialize call * Update autogen.sh to one that does objdir != srcdir. PR: ports/122559 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=212800
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+0
| | | | | | | | | | | | | | | | | | - 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 1.0Martin Wilke2007-01-283-4/+5
| | | | | | | | PR: 108495 Submitted by: Ashish Shukla<wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=183581
* The X protocol C-language Binding (XCB) is a replacement for XlibAlejandro Pulver2006-10-084-0/+62
featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility. WWW: http://xcb.freedesktop.org/ - Ashish Shukla wahjava@gmail.com PR: ports/102446 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=174962