Commit Graph

81 Commits

Author SHA1 Message Date
Martin Wilke
7c1705e15f - Update to 0.2.902
PR:		126625
Submitted by:	Mars G Miro <spry@anarchy.in.the.ph>
Approved by:	x11 (flz)
2008-08-26 14:09:11 +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
Florent Thoumie
6fd6448c02 Update x11-drivers/xf86-video-intel to 2.4.0. 2008-07-31 15:11:07 +00:00
Xin LI
95e0d68aa8 Update to 2.3.2.
Approved by:	-x11@ (rnoland)
2008-07-23 02:59:02 +00:00
Xin LI
6eb44b6171 Update to 2.1.10.
Approved by:	x11@ (flz)
2008-07-15 23:14:37 +00:00
Florent Thoumie
39f6131762 Update x11-drivers/xf86-video-nv to 2.1.9.
PR:		ports/125065
Submitted by:	delphij
2008-06-28 10:02:32 +00:00
Jung-uk Kim
582b1941ce Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128
drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128
respectively.
2008-06-27 23:26:43 +00:00
Florent Thoumie
f34ee8f90a - Fix x11-drivers/synaptics after latest xorg-server update.
- Clean up a bit while I'm here (use hardcoded xorg-server version).

Reported by:	droso
2008-06-18 14:03:48 +00:00
Chin-San Huang
b47c9bfcc7 - Add conflicts with xf86-video-sis-intel. 2008-06-14 00:04:33 +00:00
Chin-San Huang
48a424a473 Add xf86-video-sis-intel 300407, x.Org sis display driver provided by
Intel.

PR:		ports/124461
Submitted by:	Alexey Illarionov <littlesavage at orionet.ru>
2008-06-14 00:01:35 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
73c51b6762 - Update 1.2.1
PR:		122769
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
Approved by:	flz
2008-04-19 20:57:04 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
20948f3a6e - Update to 1.2.0
PR:		ports/122653
Submitted by:	Rene Ladan <r.c.ladan@gmail.com>
2008-04-11 11:58:00 +00:00
Florent Thoumie
85f98960d1 Update x11-drivers/xf86-video-intel to 2.2.1. 2008-04-01 12:04:23 +00:00
Florent Thoumie
0d211cbc6a Update x11-drivers/xf86-video-nv to 2.1.8.
PR:		ports/122278
Submitted by:	delphij
2008-03-31 10:30:55 +00:00
Pav Lucistnik
ee8ce61744 - Mark BROKEN on 5.X
Reported by:	pointyhat
2008-03-14 23:20:55 +00:00
Florent Thoumie
86d2132937 Add patch to fix possibly insecure mouse behavior when switching VT.
PR:		ports/118694
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
Obtained from:	fd.o xorg/driver/xf86-input-mouse repository
Commit id:	6a03e8bd9699a33dabcdd2bbcf51a001ddfd5534
2008-03-13 14:06:52 +00:00
Florent Thoumie
ac1af21794 - Make the IGNORE message even more explicit when there are
driver conflicts.
2008-03-13 12:38:08 +00:00
Florent Thoumie
81c87568a5 Add patch to fix mouse pointer coordinates.
PR:		ports/119820
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2008-03-13 12:06:45 +00:00
Florent Thoumie
836aebde5b Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.

PR:		ports/119418
Submitted by:	flz
Approved by:	portmgr (pav)
2008-03-07 21:47:50 +00:00
Florent Thoumie
f7c51b9810 Fix pkg-plist.
Reported by:	Jan Henrik Sylvester
2008-03-07 13:29:45 +00:00
Florent Thoumie
da8555e7ab Update x11-drivers/xf86-video-ati to 6.8.0.
PR:		ports/121271
Submitted by:	Nikolai Nespor <bugs@nespor.at>
2008-03-06 14:46:29 +00:00
Florent Thoumie
0c10280b55 Remove quirk for openchrome as it now installs openchrome_drv.so instead
of via_drv.so.

PR:		ports/120995
Submitted by:	Dimitry Andric <dimitry@andric.com>
2008-03-06 14:44:54 +00:00
Norikatsu Shigemura
337a16c5de Oops, bump PORTREVISION to remake on amd64. 2008-02-19 17:36:45 +00:00
Norikatsu Shigemura
64c2e6db28 o Fix invalid synaptics issue with x11-drivers/xf86-input-void
driver by displaing NOTICE on pkg-message.
o Fix invalid compiling on amd64.

PR:		ports/120783
Submitted and
Summraized by:	Eygene Ryabinkin  rea-fbsd a codelabs.ru
2008-02-19 17:20:21 +00:00
Florent Thoumie
a9c407578d Update xf86-video-ati to 6.7.197.
PR:		ports/119972
Submitted by:	Peter Lai <cowbert@gmail.com>
2008-02-07 11:59:04 +00:00
Florent Thoumie
e5365f62f3 Update xf86-video-nv to 2.1.7.
PR:		ports/120167
Submitted by:	delphij
2008-02-07 11:57:24 +00:00
Florent Thoumie
478cae6d9b Add glproto to USE_XORG.
Reported by:	pavbot
2008-01-18 17:49:58 +00:00
Florent Thoumie
588c273e3d - Update port to 0.2.901.
- Fix build.

Submitted by:	jkim
2008-01-11 12:49:29 +00:00
Florent Thoumie
6d246b980f Rollback to xf86-video-mga 1.4.7 (and patches from master as of today).
Dual-head doesn't work properly with this version but at least most
single-head setups will work correctly.

PR:		ports/117726
Submitted by:	Bernd Strauß
Discussed on:	x11@
2008-01-02 13:23:51 +00:00
Florent Thoumie
91e36c22d6 Rollback to xf86-video-intel 2.1.1 before anyone notices. 2008-01-02 13:04:50 +00:00
Florent Thoumie
251748b500 Update x11-drivers/xf86-video-radeonhd to 1.1.0.
PR:		ports/118959
Submitted by:	Rene Ladan
2008-01-02 12:20:08 +00:00
Florent Thoumie
adf42b7fb1 Update x11-drivers/xf86-video-intel to 2.2.0. 2008-01-02 12:11:01 +00:00
Mark Linimon
3acb019539 Turn off via video driver for sparc64. It doesn't make sense, and currently
doesn't build there anyway.  This is affecting the release builds.

This is a workaround: sparc64 video drivers probably need more exclusions.

Briefly discussed with:		flz
2007-12-25 07:35:52 +00:00
Florent Thoumie
84d0d567a9 Update x11-drivers/xf86-video-ati to 6.7.196. 2007-12-12 16:48:35 +00:00
Florent Thoumie
6a150e8c6c Update x11-drivers/xf86-video-i810 to 1.7.4.
PR:		ports/116386
Submitted by:	vd
2007-12-12 12:33:12 +00:00
Florent Thoumie
afdabed830 - Make intel driver default rather than i810.
- Add radeonhd in VIDEO_ON. [1]

PR:		ports/118494 [1]
Submitted by:	vehemens <vehemens@verizon.net> [1]
2007-12-12 12:19:35 +00:00
Joe Marcus Clarke
4542728396 Update to 1.0.0 which adds, among other things, working MacBook Pro support.
Submitted by:	Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Approved by:	portmgr (implicit)
		erwin
2007-12-02 18:16:38 +00:00
Ade Lovett
ccd0fca5ec Unbreak pthread-related issues on 5.x
Approved by:	portmgr
2007-11-26 17:45:55 +00:00
Mark Linimon
022234ed2a Mark as broken on 5.x: fails to find pthread.h.
Something in the infrastructure changed in the late July timeframe that
actually caused this problem.  The only major thing at that time was the
autoconf/libtool change, but I can't see how that could have caused this
failure mode.  It only happens on 5.x; 6.x and 7.x are fine.

Approved by:	portmgr (self)
2007-11-25 01:24:13 +00:00
Mark Linimon
e202be6a26 Mark as BROKEN on 5.x: fails to compile.
Reported by:	pointyhat
Approved by:	portmgr (self)
2007-11-21 23:01:49 +00:00
Xin LI
d3a44d8758 Update to 2.1.6.
Approved by:	flz (via IRC)
2007-10-25 22:23:30 +00:00
Marius Strobl
d5675b2bec Re-add patch-at_scancode.c and patch-bsd_kbd.c, which prior to
X.org 7.3 applied to the xorg-server port, so the special keys
of Sun USB keyboards can be used with the sun_usb XKB symbols
map and the LEDs of Sun RS232 keyboards work again.

Approved by:	flz
2007-10-24 20:13:25 +00:00
Martin Wilke
1d361d7347 This package contains the X.Org xf86-video-radeonhd driver.
PR:		ports/117356
Submitted by:	Rene Ladan <r.c.ladan at gmail.com>
2007-10-23 13:52:57 +00:00
Florent Thoumie
0d42245b64 Update xf86-input-mouse to 1.2.3. 2007-10-15 14:03:48 +00:00
Florent Thoumie
f9adf39215 Update xf86-video-ati to 6.7.195.
Reported by:	jkim
2007-10-09 20:08:26 +00:00
Florent Thoumie
816f004f0b - Don't add sunffb video driver to VIDEO_OFF on !sparc64 as it
breaks the build when XORG_COMPLETE is set. [1]
- Add VIDEO_EXCL, a list of mutually exclusive video drivers.
- Add openchrome to VIDEO_OFF.

Reported by:	brian [1]
2007-10-09 19:30:14 +00:00
Florent Thoumie
8be3ff4f74 Update xf86-video-mga to 1.9.100. 2007-10-09 19:13:08 +00:00
Florent Thoumie
667cf2320f Update xf86-video-nv to 2.1.5. 2007-10-09 19:12:28 +00:00