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

32 Commits

Author SHA1 Message Date
Renato Botelho
7c2d4fb932 Move to USES=tar:bzip2 2014-05-16 15:29:00 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
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)
2014-04-23 13:25:16 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
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)
2014-04-16 18:28:47 +00:00
Renato Botelho
1e11af73fb Support STAGE 2013-10-31 23:51:57 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Baptiste Daroussin
77d5662e7c Add an explicit dependency on pkgconf 2013-09-02 13:54:45 +00:00
Renato Botelho
8009e03e6f Change my ports to USES (gmake|perl5) 2013-09-02 09:45:00 +00:00
Niclas Zeising
92ea0d614b The FreeBSD x11 team proudly presents
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!
2013-05-25 14:37:02 +00:00
Renato Botelho
6c075bdb22 Remove unecessary dependency (gperf) and bump PORTREVISION
PR:		ports/174328
Submitted by:	Niclas Zeising <zeising@daemonic.se>
2012-12-11 01:29:18 +00:00
Renato Botelho
8687702404 - Update xcb-util to 0.3.9
- 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
2012-12-10 19:08:02 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Renato Botelho
a2e0353697 Remove lib version from LIB_DEPENDS to silence portlint 2012-07-02 22:24:21 +00:00
Renato Botelho
26782807ea Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding the
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
2012-01-15 12:46:11 +00:00
Roman Bogorodskiy
2beea5add2 Revert previous commit and roll back to 0.3.6 as the 0.3.8 introduces
a number of backward incompatible changes.

Pointy hat to:		novel
2011-12-16 11:26:20 +00:00
Roman Bogorodskiy
316b0338ee Update to 0.3.8.
PR:		163301
Submitted by:	Nikos Ntarmos (maintainer)
2011-12-15 17:52:20 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Dmitry Marakasov
3acbc0614d - Fix division by zero bug
PR:		139863
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr>
Reported by:	Ashish Shukla <wahjava@gmail.com>
2009-10-28 02:28:58 +00:00
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