1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

29 Commits

Author SHA1 Message Date
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
Antoine Brodin
fe4e75263d Unbreak 2014-03-02 19:09:00 +00:00
Baptiste Daroussin
992de15d82 Support stage
Use options framework
Respect examples/docs
2014-02-28 08:42:54 +00:00
Baptiste Daroussin
c30de17205 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-wm) 2013-09-21 00:01:16 +00:00
Baptiste Daroussin
162e0d2821 Eradicate USE_GNOME=pkgconfig from x11-wm
While here:
- Trim headers
- Convert some port from USE_GNOME=gnomehack to USES=pathfix
- Convert from USE_GMAKE to USES=gmake
2013-08-30 23:31:49 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dmitry Marakasov
d99dd57e89 - Switch SourceForge ports to the new File Release System: categories starting with X 2009-08-22 00:39:37 +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
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Beech Rintoul
3d0fc197d0 - Update to 0.4.7
- Add pkg-plist
- Use SF macro

PR:		ports/120227
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	A.J.Caines@halplant.com (maintainer)
2008-02-04 04:31:05 +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
Martin Wilke
b10adc20a2 - Update to 0.4.3
PR:		111904
Submitted by:	miwi
Approved by:	maintainer
2007-04-20 20:26:06 +00:00
Martin Wilke
e6027e46a5 - Update to 4.2
PR:		ports/107751
Submitted by:	miwi
Approved by:	maintainer
2007-01-11 09:51:38 +00:00
Volker Stolz
d8a3503b58 - Update to 0.4.1beta1
- Removed pkg-message, changed site (back) to sf.net

PR:		ports/89044
Submitted by:	maintainer
2005-11-15 09:04:03 +00:00
Koop Mast
ef0da996c7 Unbreak with new pkgconfig
Approved by:	maintainer
2005-05-07 20:45:48 +00:00
Kris Kennaway
d7ec1b449b BROKEN: Does not build 2005-04-30 00:59:30 +00:00
Florent Thoumie
b16723fd67 - Add UPDATING entry about latest blackbox ports changes.
- Update boxtools to 0.70.0.
- Update bbpager to 0.4.0.
- Global cleanup in blackbox and bbkeys.

PR:		ports/78967
Submitted by:	Andrew J. Caines <A.J.Caines@halplant.com>
2005-03-18 21:20:26 +00:00
Kirill Ponomarev
310f233031 Update MASTER_SITES and WWW: line
Support PLIST_FILES

PR:		ports/70269
Submitted by:	Ports Fury
2004-08-10 18:53:11 +00:00
Volker Stolz
a206f0d32d Reset maintainer. Much thanks to Stijn for maintaining the ports so far!
PR:		ports/70203
Submitted by:	Stijn Hoop (maintainer)
2004-08-10 11:04:41 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Akinori MUSHA
5c65a56754 De-pkg-comment. 2003-02-21 14:19:11 +00:00
Pete Fritchman
7a88dffb30 Update to 0.3.1.
PR:		45985
Submitted by:	Andrew J Caines <a.j.caines@halplant.com> via maintainer
2003-01-03 05:13:39 +00:00
Kris Kennaway
1e0129ee3e Fix build on -current (s/friend/friend class/)
Shown how to fix by:	kan
2002-09-07 03:14:27 +00:00
Kevin Lo
b4e8ded2bc Remove RUN_DEPENDS on blackbox - this port can be used with other window
managers too.

PR: 42083
Submitted by: MAINTAINER
2002-08-28 05:54:00 +00:00
Kevin Lo
14b3510fbb - Takeover maintainership
- Don't remove shared directory on deinstall if it's not empty

PR: 39774
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Approved by: MAINTAINER
2002-06-28 08:09:50 +00:00
Patrick Li
9f4f24ebb2 Fix typo. 2001-11-24 08:20:06 +00:00
Michael Haro
aa208802f4 update to 0.3
PR:		26079
Submitted by:	    Stijn Hoop <stijn@win.tue.nl>
2001-04-02 05:19:13 +00:00
Alexander Langer
94e5ccba72 Add bbpager 0.2.8, a pager for the BlackBox Window Manager
PR:		19358
Submitted by:	Patrick Seal <patseal@hyperhost.net>
2000-08-12 12:04:41 +00:00