Commit graph

358 commits

Author SHA1 Message Date
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Koop Mast
eeabcd7024 x11-drivers/xf86-video-ati:
On other ARCH then i386/amd64 keep the old version. Since 7.x is KMS which
 is not available on the other ARCHS.

x11-drivers/xf86-video-nv:
 Fix nv driver on ppc.

x11-servers/xorg-server:
 In the powerpc case of NEW_XORG don't overwrite EXTRA_PATCHES.
 Patch update:
   < nathanw> it works around the change in behavior in libpciaccess that
                the PR mentions
   < nathanw> by porting the relevant code from the Linux backend

PR:		ports/188278
Submitted by:	jmmv@, nwhitehorn@
2014-05-29 19:32:08 +00:00
Dmitry Marakasov
54138bb6ac - Stagify
Approved by:	glebius (maintainer)
2014-05-20 17:58:22 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +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
Eitan Adler
02bee569f9 Fix ppc arch in ONLY_FOR_ARCHES
PR:		ports/187489
Submitted by:	jhibbits
Approved by:	ray (maintainer)
2014-03-20 23:13:53 +00:00
Martin Wilke
f512620b76 - Convert USE_GMAKE to USES 2014-03-15 15:45:17 +00:00
Antoine Brodin
00abedafae Mark BROKEN: Does not compile
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT xf86MagicTouch.lo -MD -MP -MF .deps/xf86MagicTouch.Tpo -c xf86MagicTouch.c  -fPIC -DPIC -o .libs/xf86MagicTouch.o
xf86MagicTouch.c:9:10: fatal error: 'xf86Version.h' file not found
#include <xf86Version.h>
         ^
1 error generated.

Reported by:	pkg-fallout
2014-03-08 11:48:40 +00:00
Rene Ladan
8c2bb3c399 Remove expired ports:
2014-02-28 x11-drivers/xf86-video-radeonhd: Abandond upstream since 2010
2014-02-28 net/asterisk10: asterisk 10 reached EOL on 2013-12-15
2014-02-28 10:37:48 +00:00
Baptiste Daroussin
bff0250c8c Support stage 2014-02-24 13:49:02 +00:00
Koop Mast
6673f81c7e Only use the KMS driver on i386/amd64. This allows the old version to
be used on powerpc for example even if WITH_NEW_XORG is set.

Submitted by:	nwhitehorn@
2014-02-05 17:46:08 +00:00
Rene Ladan
51ff9e2a87 Remove expired ports:
20140130 multimedia/kino: Not developed since 2009, declared dead 05.08.2013 on there website.
2014-01-31 x11-drivers/xf86-video-imstt: Broken, unsupported and unmaintained upstream.
2014-01-31 x11-drivers/xf86-video-via: Broken, not supported upstream.
2014-01-31 multimedia/vdr-plugin-softdevice: Broken after ffmpeg update (not sure it ever worked)
2014-01-31 sysutils/mbmon: Use sysutils/xmbmon instead. This port will be removed soon
2014-01-31 dns/bind96: EOL in January 2014, consider moving to Bind 9.8 or 9.9
2014-01-31 x11-drivers/xf86-video-nouveau: Not supported, missing kernel support. use the nvidia driver.
2014-01-31 00:24:59 +00:00
Rene Ladan
36c9d20315 - Reroll distribution file and host it locally to match WRKSRC enforced
by bsd.xorg.mk instead of using the directory layout generated by GitHub
- Use bz2 compression, default of bsd.xorg.mk
- Remove redundant USE_XORG definition (implied by XORG_CAT=driver)

Approved by:	maintainer (ray)
2014-01-08 00:06:46 +00:00
Rene Ladan
afa5ad4f60 Add armv6 as allowed architecture.
OK from:	ray
2014-01-05 00:46:20 +00:00
Rene Ladan
9228ef1c1e Limit to arm/ppc/ppc64/sparc64
Submitted by:	maintainer (ray)
2014-01-04 23:37:36 +00:00
Rene Ladan
d22bd99aac This package contains the X.Org xf86-video-scfb driver.
Framebuffer access via FreeBSD syscons.

On behalf of:	ray
2014-01-04 22:49:48 +00:00
Niclas Zeising
092c9db9f0 Fix includes so that portrevision gets set properly.
Noted by:	Christian Weisgerber <naddy@mips.inka.de>
2013-12-16 19:10:23 +00:00
Niclas Zeising
e1d7e6cc34 Disconnect deprecated drivers. 2013-12-16 17:24:54 +00:00
Niclas Zeising
77889a40a1 Mark as ignore and set expiration date.
Port abandoned upstream, reports of it causing trouble using KMS.
Please use x11-drivers/xf86-video-ati instead.
2013-12-16 15:49:55 +00:00
Niclas Zeising
b917386f74 Fix staging with the non-default UTILS option.
Noticed by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
2013-12-16 15:44:55 +00:00
Niclas Zeising
47be7a61c9 Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.

Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0

Fix dissapearing cursor in xf86-video-vmware [2]

Stagify all x11@-owned ports

Bump portrevisions for xf86-* ports due to xserver version change.

Fix fallout from updates where needed.

Thanks to:	all testersi, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/184684 [1], ports/181385 [2]
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by:	portmgr (bdrewery), core (jhb) [0]
2013-12-16 11:11:09 +00:00
Niclas Zeising
a10e23a6bd Update to 1.6.3.
Stagify.
2013-12-10 20:11:22 +00:00
Niclas Zeising
34a23c610c Update to 1.2.8
Stagify
2013-11-07 21:53:34 +00:00
Niclas Zeising
a963b68f58 Update to 6.9.2
Stagify.
2013-11-07 21:46:34 +00:00
Niclas Zeising
af4c2bfeac Update to 2.3.7
Stagify.
2013-11-07 21:45:08 +00:00
Alex Kozlov
a0a7565d1d - Support STAGEDIR
- Fix svn properties

Approved by:	x11 (kwm)
2013-10-14 07:29:35 +00:00
Alex Kozlov
ad2a141411 - Fix various distinfo artifacts
Approved by:	portmgr (bapt)
2013-10-07 10:16:07 +00:00
Niclas Zeising
aeeb855c1b Fix build with old xorg on 10-CURRENT.
Submitted by:	Fredrik Nystrom <fredrik@lysator.liu.se>
2013-10-01 17:56:36 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Koop Mast
d28b1c2538 Update to 1.2.2 [1].
while here enable stage support.

Submitted by:	marius@ [1]
2013-09-24 13:40:13 +00:00
Baptiste Daroussin
b6a8e68895 Add NO_STAGE all over the place in preparation for the staging support (cat: x11-drivers) 2013-09-20 23:48:39 +00:00
Niclas Zeising
8e7927a5d8 Update to 0.3.7 2013-09-12 10:01:07 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Niclas Zeising
df9f193fa4 Update to 6.9.1 2013-08-14 14:40:17 +00:00
Niclas Zeising
c12f1e4b1a Update to 1.4.1 for new xorg. 2013-08-14 14:38:13 +00:00
Niclas Zeising
31d40af7f0 Update to 6.9.4
Obtained from:	xorg development repo
2013-06-26 15:35:12 +00:00
Niclas Zeising
3bee15e4a1 Update to 1.6.2
Obtained from:	xorg development repo
2013-06-26 15:34:37 +00:00
Niclas Zeising
320f8a4246 Update to 2.21.9 for new xorg.
Obtained from:	xorg developmen repo
2013-06-21 11:56:30 +00:00
Niclas Zeising
9f89b6a8f7 Update to 2.21.8 for new xorg.
Obtained from:	xorg development repo
2013-06-04 20:00:06 +00:00
Niclas Zeising
ab791b9a27 Revert changes to this file that accidentally snuck in in r319899. 2013-06-04 19:50:50 +00:00
Niclas Zeising
d516c8b663 Fix security issues in xorg client libraries.
Most libraries were updated to newer versions, in some cases patches
were backported instead.

Most notably, x11/libX11 was updated to 1.6.0

Security:	CVE-2013-1981
		CVE-2013-1982
		CVE-2013-1983
		CVE-2013-1984
		CVE-2013-1985
		CVE-2013-1986
		CVE-2013-1987
		CVE-2013-1988
		CVE-2013-1989
		CVE-2013-1990
		CVE-2013-1991
		CVE-2013-1992
		CVE-2013-1993
		CVE-2013-1994
		CVE-2013-1995
		CVE-2013-1996
		CVE-2013-1997
		CVE-2013-1998
		CVE-2013-1999
		CVE-2013-2000
		CVE-2013-2001
		CVE-2013-2002
		CVE-2013-2003
		CVE-2013-2004
		CVE-2013-2005
		CVE-2013-2062
		CVE-2013-2063
		CVE-2013-2064
		CVE-2013-2066
2013-06-04 19:31:29 +00:00
Koop Mast
121a853021 Fix the options menu with bmake.
PR:		ports/179172
Submitted by:	tijl@
2013-06-03 18:38:53 +00:00
Niclas Zeising
5c9d222854 Add xf86-input-fpit to x11-drivers/Makefile, forgotten during the xorg
update.
2013-05-26 00:17:24 +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
Rene Ladan
d3e65c61d0 Remove expired port:
2013-05-10 x11-drivers/xf86-video-ati613: Old version, use xf86-video-ati instead

OK'd by:	kwm
2013-05-10 12:10:43 +00:00
Rene Ladan
3718bc996d Remove unmaintained, expired ports:
2013-04-09 x11-drivers/xf86-video-radeonhd-devel: Unsupported devel version
2013-04-10 devel/ros-image_common: Depends on devel/ros_common which is broken for more than 6 months
2013-04-10 devel/ros-laser_pipeline: Depends on devel/ros_common which is broken for more than 6 months
2013-03-01 databases/php52-rrdtool: PHP 5.2 series is strongly discouraged for new installations, migrate now
2013-03-05 devel/ros-common: Broken for more than 6 month

Feature safe:	yes
2013-04-16 15:37:34 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Niclas Zeising
8ed49557f8 Add a new xorg module, to use with USE_XORG: xorg-macros. This module
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.

Reviewed by:	kwm, bapt
Obtained from:	xorg development repo (partly)
2013-03-11 19:14:28 +00:00
Koop Mast
393b97e227 Explicit disable KMS support. Because the ati driver only check if libdrm is
build with KMS support and doesn't have a idea if the kernel supports it or
not. This will be revised when TTM/KMS support because available via src.

This should help people that accidently enabled KMS support in libdrm.

Obtained from:	xorg-dev repo
2013-03-11 10:41:37 +00:00
Niclas Zeising
7fdde7815e Mark deprecated and set expiration date.
This is an old driver version, please use xf86-video-ati instead.
If there is any trouble with xf86-video-ati that this driver solves, please
contact x11@ asap.
2013-03-10 17:33:52 +00:00
Niclas Zeising
0e8ffbf796 Mark deprecated and set removal date.
This is a unsupported devel version, with no owner.  Use
x11-drivers/xf86-video-radeonhd instead.
2013-03-09 22:45:46 +00:00
Niclas Zeising
7f27fa95ba Remove xf86-video-intel29 here as well. 2013-02-21 21:07:14 +00:00
Niclas Zeising
854dc268b8 Remove expired port.
deprecated because:	not supported
expiration date:	2012-02-15
2013-02-21 12:37:10 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Baptiste Daroussin
031c2f0e64 Bring back to the futur the deprecation date 2013-01-27 11:41:38 +00:00
Niclas Zeising
0fb0a4f47c Mark deprecated and set an expiration date one month for now. This port has
been unsupported and marked IGNORE for almost 9 months.

Approved by:	kwm, miwi (mentors, implicit)
2013-01-15 21:22:40 +00:00
Koop Mast
abd0c3f1f4 Readd vmware and voodoo video drivers which got lost in the OptionNG conversion.
Reported by:	dim@
2013-01-11 22:29:10 +00:00
Koop Mast
c3c2e7cbff Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and help
rendered with deciphering the monster that is xorg-drivers.

With hat:	x11@
2013-01-05 22:57:40 +00:00
Boris Samorodov
b3de4ee38f . incorporate an upstream patch to fix wrong read Protocol and Device
from xorg.conf: http://cgit.freedesktop.org/xorg/driver/xf86-input-mouse/commit/?id=b65651974ee5620086b484086ea12d78c92fa369
. trim makefile headers.

PR:		ports/171433
Submitted by:	Martin Birgmeier <Martin.Birgmeier@aon.at>
Approved by:	x11 (maintainer timeout 8+ weeks)
Feature safe:	yes
2012-11-07 08:36:25 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Niclas Zeising
7761aefad2 Fix the build of xorg related ports when the base system is compiled with
clang as system compiler and cpp is clang cpp (as opposed to GNU cpp).
This is done by removing the configure test for cpp completely.  Using
clang cpp will make some manual pages as well as some scripts get slightly
wierd whitespace formatting.  However, it does not affect the function of
the scripts or the instructions in the manual pages.

PR:             ports/166373
Submitted by:   Jakub Lach <jakub_lach@mailplus.pl> (PR)
Patch by:       me (with ideas from PR and mailing list)
Tested by:      Jakub Lach <jakub_lach@mailplus.pl>, me
Approved by:    kwm (mentor)
Obtained from:  xorg staging area
2012-07-29 18:26:00 +00:00
Michael Scheidell
eab30481dd - Update to 0.15.0
PR:		ports/168968
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	The little elves
2012-06-18 08:06:44 +00:00
Koop Mast
bc97700dd3 Teach the KMS intel driver how the KMS i915 kernel module in head is named.
Reviewed by:	miwi@
2012-06-07 10:27:21 +00:00
Baptiste Daroussin
ebb04f49c2 Convert to new options framework 2012-05-31 14:49:26 +00:00
Kevin Lo
526afa4abb Fix pkglist
PR:	ports/168019
Submitted by:	Esa Karkkainen <ejk at iki dot fi>
2012-05-18 01:32:43 +00:00
Mikhail Teterin
7a46714791 Unbreak by upgrading to 0.9. 2012-05-07 14:15:44 +00:00
Pav Lucistnik
b1f493fe55 - Mark BROKEN: bad plist
tar: lib/xorg/modules/drivers/vmwlegacy_drv.so: Cannot stat: No such file or directory
  tar: lib/xorg/modules/drivers/vmwlegacy_drv.la: Cannot stat: No such file or directory
  tar: Error exit delayed from previous errors.

Reported by:	pointyhat
2012-05-02 22:10:25 +00:00
Pav Lucistnik
4e3e16e847 - Fix patching
PR:		ports/167265
Submitted by:	John W. O'Brien <john@saltant.com>
2012-05-02 22:08:59 +00:00
Koop Mast
a7e11d3c34 Fix patching by removing a obsolete patch.
Reported by:	rakuco@
2012-04-21 22:06:49 +00:00
Martin Wilke
29e347e197 - Please welcome Xorg 7.5.2
The Xorg Team is pleased to announce the next round of Xorg updates.
       The team created a new flag called WITH_NEW_XORG that users can include
       in /etc/make.conf. This was created for the intel KMS work being done
       althouthough It probably works for other chips. Unfortunately, the intel
       KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users.
       Older version of FreeBSD will not be supported. Intel users will need
       to patch their source manually with Konstantin?s KMS kernel patch to get
       the newer chips to work. Please carefully read UPDATING entry.

Changes:

        - libdrm 2.4.31 (including KMS support)
        - mesa 7.11.2
        - xorg-server 1.10.6
        - a lot of new Graphic Drivers.

    I would like to thank:

         Koop Mast
         Eitan Adler
         Niclas Zeising
         and all helpers and testers from x11@.
2012-04-21 17:03:32 +00:00
Baptiste Daroussin
ba56649f1a Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month 2012-04-09 23:51:44 +00:00
Michael Scheidell
931dbb63a0 - Unbreak port
- Update to 40.0.11.1
- Reset portmaintainer

PR:		ports/165464
Submitted by:	Peter Kosyh <gl00my@mail.ru>
Feature safe:	yes
2012-03-12 18:39:51 +00:00
Eitan Adler
36ffb32d5a Remove whitespace after b.p.m to help reduce false postives when searching for other junk after b.p.m
Trivial non-functional change so maintainer not contacted

Submitted by:	Alex Kozlov
2012-02-08 14:01:32 +00:00
Martin Wilke
7278f581fd - Add WWW 2012-02-04 15:10:49 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Eitan Adler
c6a684b256 Update to 6.14.3
Changes:

     * Support for more cards, in particular Llano APUs.
     * vdpau/XvMC support (currently only available for >= R3xx via
       Gallium3D).
     * Tiling fixes, enable it on more cards by default.
     * And many more!

PR:		ports/162592
Submitted by:	wblock
Reviewed by:	Alex Keda <admin@lissyara.su>
2012-01-13 04:38:35 +00:00
Eitan Adler
5b45a624f5 Both of these ports have been BROKEN for nearly a year; it is time to get rid of them.
x11-drivers/xf86-input-citron
x11-drivers/xf86-input-fpit
2012-01-07 22:54:42 +00:00
Eitan Adler
c9eb26e654 - These two ports will soon be deleted so remove them from the meta port. 2012-01-07 22:52:16 +00:00
Pav Lucistnik
79966b134f - Connect xf86-video-intel29 to the build
Feature safe:	yes
2011-11-17 18:51:08 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
690535e580 - Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
2011-10-29 07:04:53 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Stanislav Sedov
422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00
Koop Mast
bbcd8abe55 Update to 6.14.2.
PR:		ports/157572 (based on)
Submitted by:	Warren Block <wblock@wonkity.com>
2011-07-19 15:18:31 +00:00
Koop Mast
bb7ff0d680 Add a patch to UMS support
Thanks to jkim@ for pointing the patch out.

Obtained from:	xf86-video-ati git
2011-03-27 08:07:35 +00:00
Martin Wilke
4ce565659c - Update to 6.14.1 2011-03-25 11:19:15 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Koop Mast
14d9e3b200 Remove patch that is causing trouble for users of specific ATI cards.
Reported by:	many!
Discussed with:	miwi@
With hat:	x11
2011-03-09 14:25:15 +00:00
Koop Mast
7c2cacfb17 Replace a custom ARCH check in Mk/bsd.xorg.mk for xf86-video-sunffb with
ONLY_FOR_ARCHS=sparc64 in the port itself.
axe md5 in distinfo.

PR:		ports/154393
Submitted by:	Eitan Adler <lists@eitanadler.com>
Approved by:	x11 (miwi)
2011-03-01 10:11:42 +00:00
Martin Wilke
2b15b288a4 - Restore BROKEN does not build 2011-02-28 04:43:28 +00:00
Martin Wilke
de45b346fd - Fix fetch
- Drop md5 support

Reported by:	few peoples via irc
2011-02-27 02:38:18 +00:00
Koop Mast
7c5edbc319 Update distinfo to unbreak build. 2011-02-25 20:18:41 +00:00
Martin Wilke
0c857af46b - Add some missing patches 2011-02-25 18:07:12 +00:00
Martin Wilke
ee821757b5 - Connect xf86-video-ati613 to the build 2011-02-25 16:58:21 +00:00
Martin Wilke
5e99f4bcfa - Bump PORTREVISION after xorg update
- While here remove 6.X gruft
2011-02-25 16:55:47 +00:00
Martin Wilke
a33aa552f7 - Bump PORTREVISION after xorg update
- while here remove 6.X gruft and md5 support
2011-02-25 16:54:23 +00:00