Commit graph

22 commits

Author SHA1 Message Date
Pav Lucistnik
13b61127ae - Update to 1.5
PR:		ports/141225
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-12-12 23:32:21 +00:00
Dmitry Marakasov
f63ce2f32a - Add dependency on x11/xcb-proto >= 1.5, this does not build with earlier versions
PR:		137298
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-07-31 20:20:52 +00:00
Dmitry Marakasov
f3dd8b282c - Update to 1.4
PR:		137231
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-07-30 15:17:38 +00:00
Pietro Cerutti
2eff625cd6 - Enable installation of tutorial
PR:		136055
Submitted by:	gahr
Approved by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2009-06-28 12:52:33 +00:00
Dennis Herrmann
879dfb01ad - Update to 1.3
PR:		ports/135430
Submitted by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-06-14 22:22:28 +00:00
Robert Noland
2ff5ff0102 Add patch to fix xauth.
PR:		131120
Submitted by:	Danny Braniss <danny@cs.huji.ac.il>
Approved by:	Ashish SHUKLA <wahjava@gmail.com> (maintainer)
2009-04-04 18:49:26 +00:00
Robert Noland
af3813da45 /tmp/cvsGePDN8 2009-02-19 19:56:52 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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).
2009-01-23 16:28:36 +00:00
Robert Noland
3e99647027 allow x11/libxcb and x11/xcb-proto to build with python 2.5+
PR:		130475
Submitted by:	Joseph S. Atkinson
Approved by:	wahjava@gmail.com (maintainer), garga (mentor, implicit)
2009-01-17 22:02:45 +00:00
Martin Wilke
e3a67826ae - Update to 1.1.90.1
PR:		126990
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer
2008-09-07 22:20:18 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
392870bf2c ${.CURDIR}/pkg-message -> ${PKGMESSAGE}
Noticed by: flz@

PR:		ports/123966
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2008-05-28 13:07:31 +00:00
Edwin Groothuis
ea6e094c43 x11/libxcb: message isn't shown sometimes
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>
2008-05-28 12:30:43 +00:00
Ion-Mihai Tetcu
6e1ae3ebe1 Update to 1.1:
"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
2008-05-07 14:23:17 +00:00
Beech Rintoul
eea81cfcdd - Remove doxygen docs build.
Reported by:	pointyhat via pav
Approved by:	Ashish Shukla <wahjava@gmail.com> (maintainer),
		sat (mentor)
2007-09-05 14:45:07 +00:00
Beech Rintoul
1d02f6e945 - Fix pkg-plist
- Remove 4.x cruft
- Makefile tweaks

PR:		ports/113705
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
Approved by:	maintainer, sat (mentor)
2007-06-22 06:11:39 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
1fe8b089ca - Fix plist
Reported by:	pointyhat
2007-03-24 13:29:12 +00:00
Martin Wilke
b3edaf23e4 - Unbreak index
- Bump PORTREVISION

PR:		108629
Submitted by:	Drew Derbyshire <ahd@kew.com>
Approved by:	 Ashish Shukla <wahjava@gmail.com> (maintainer)
2007-01-31 22:41:17 +00:00
Martin Wilke
63ab3f195d - Update to 1.0
PR:		108494
Submitted by:	Ashish Shukla<wahjava@gmail.com> (maintainer)
2007-01-29 11:18:46 +00:00
Alejandro Pulver
6d2e101be7 - Fix building on 4.x.
Reported by:	pointyhat
2006-11-05 15:49:16 +00:00
Alejandro Pulver
748baa01ca The X protocol C-language Binding (XCB) is a replacement for Xlib
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>
2006-10-08 16:14:52 +00:00