1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Renato Botelho
42c12dfa45 Update to 0.3.6
PR:		ports/138183
Submitted by:	garga
Approved by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-09-10 18:31:32 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
2009-08-02 19:36:34 +00:00
Dennis Herrmann
3273fb4498 - Update to 0.3.5
PR:		ports/135482
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
pproved by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-06-16 18:03:00 +00:00
Dennis Herrmann
8faff93031 - Chase libxcb/xcb-proto update
- Bump PORTREVSION
2009-06-14 22:23:55 +00:00
Dmitry Marakasov
a76c3bbff7 - Update to 0.3.4
PR:		133819
Submitted by:	Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer)
2009-05-06 23:05:34 +00:00
Martin Wilke
d47f511eff - Update Maintainer mail adress
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail)
2009-03-14 13:45:28 +00:00
Rong-En Fan
2b3b529704 - Update to 0.3.3
PR:		ports/131222
Submitted by:	Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer)
2009-02-05 02:15:12 +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
Martin Wilke
dae9c6f718 - Remove no longer needed patch 2009-01-16 12:01:21 +00:00
Martin Wilke
ae325e0edc - Update to 0.3.0
PR:		128051
Submitted by:	Perrin Alexandre <alexandre.perrin@epfl.ch>
Approved by:	maintainer
2009-01-08 17:12:20 +00:00
Martin Wilke
2323deba1c - Update to 0.2.1
PR:		126991
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer
2008-09-07 22:21:05 +00:00
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Alejandro Pulver
5d299f3bcb - Add patch to fix building in 5.x [1].
- 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]
2008-02-27 01:48:58 +00:00
Alejandro Pulver
2f014352ef The xcb-util module provides a number of libraries which sit on top of
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>
2008-02-16 17:17:44 +00:00