summaryrefslogtreecommitdiff
path: root/x11/libxcb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.90.1Martin Wilke2008-09-073-5/+8
| | | | | | | | | PR: 126990 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=220183
* 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
* ${.CURDIR}/pkg-message -> ${PKGMESSAGE}Edwin Groothuis2008-05-281-1/+1
| | | | | | | | | | Noticed by: flz@ PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=213810
* x11/libxcb: message isn't shown sometimesEdwin Groothuis2008-05-281-1/+1
| | | | | | | | | | | | When installing x11/libxcb pkg-message may not be shown if /usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir exist. PR: ports/123966 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Notes: svn path=/head/; revision=213801
* Update to 1.1:Ion-Mihai Tetcu2008-05-074-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "This release requires xcb-proto 1.1, due to the addition of the extension-multiword attribute to the XML schema. Enhancements: * Print a backtrace, if possible, on locking assertion failures. * Skip abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set. * xcb_poll_for_event: Return already-read events before reading again. * Output a configuration summary at the end of ./configure. Bug fixes: * Don't hold the xlib-xcb lock while sleeping: that allows deadlock. * Allow unix:<screen> style display names again. * Bug #9119: test xcb_popcount * Fix unit tests for FreeBSD * NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available. * Require libXau >= 0.99.2; earlier versions have a broken .pc file * Use substitition variables in xcb-xinerama.pc.in * Update autogen.sh to one that does objdir != srcdir * Add tools/* and autogen.sh to EXTRA_DIST. * Doxygen can now be fully disabled if desired. Documentation improvements: * Many fixes and updates to the tutorial. * Iterators, requests, and replies get partial Doxygen documentation." PR: ports/122564 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=212801
* - Remove doxygen docs build.Beech Rintoul2007-09-053-1503/+2
| | | | | | | | | Reported by: pointyhat via pav Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer), sat (mentor) Notes: svn path=/head/; revision=198843
* - Fix pkg-plistBeech Rintoul2007-06-225-1482/+1527
| | | | | | | | | | | | - Remove 4.x cruft - Makefile tweaks PR: ports/113705 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer) Approved by: maintainer, sat (mentor) Notes: svn path=/head/; revision=194033
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-17/+4
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix plistPav Lucistnik2007-03-241-1/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188168
* - Unbreak indexMartin Wilke2007-01-311-3/+2
| | | | | | | | | | | - Bump PORTREVISION PR: 108629 Submitted by: Drew Derbyshire <ahd@kew.com> Approved by: Ashish Shukla <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=183817
* - Update to 1.0Martin Wilke2007-01-296-26/+1478
| | | | | | | | PR: 108494 Submitted by: Ashish Shukla<wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=183614
* - Fix building on 4.x.Alejandro Pulver2006-11-053-1/+29
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=176507
* The X protocol C-language Binding (XCB) is a replacement for XlibAlejandro Pulver2006-10-087-0/+222
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/102447 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=174964