| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
Notes:
svn path=/head/; revision=238781
|
|
|
|
|
|
|
|
|
|
|
| |
ia64 doesn't have any non-serial console. It does allow xorg to
build though and in particular xorg-drivers. The latter depends on
xorg-server.
Ok'd: rnoland@
Notes:
svn path=/head/; revision=236350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=235506
|
|
|
|
| |
Notes:
svn path=/head/; revision=233381
|
|
|
|
|
|
|
|
|
|
|
| |
o Update randrproto, libXrandr and xrandr to 1.3.0
o Update xf86-video-intel to 2.6.3
o Update other less common drivers as needed
o Mark a bunch of un-maintained input drivers ignored
o Update the various slave X server ports as well
Notes:
svn path=/head/; revision=231570
|
|
|
|
|
|
|
|
|
|
|
| |
mem(4) doesn't work on sparc64, revert to the pre-libpciaccess
approach of using the tty(4) device opened by the X server there.
Hopefully we have proper MI means of doing so one day.
Approved by: flz
Notes:
svn path=/head/; revision=231409
|
|
|
|
| |
Notes:
svn path=/head/; revision=229702
|
|
|
|
|
|
|
| |
Requested by: marcus
Notes:
svn path=/head/; revision=229700
|
|
|
|
|
|
|
|
|
| |
This is reported to prevent some lockups with the nv driver on amd64.
http://bugs.freedesktop.org/show_bug.cgi?id=3168
Notes:
svn path=/head/; revision=229357
|
|
|
|
|
|
|
|
|
| |
it should be safe for hald to start even after the Xserver.
Obtained from: xorg-devel
Notes:
svn path=/head/; revision=227797
|
|
|
|
|
|
|
|
|
|
| |
a side effect of changing current operation level and sysmouse(4) lets
you open /dev/sysmouse multiple times unlike other mouse drivers.
- Check if /dev/mouse is linked to /dev/psm0 or /dev/ums0.
- Simplify the patches a little while I am here.
Notes:
svn path=/head/; revision=227623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extended PS/2 protocol without moused(8) is only supported from FreeBSD 7.1
and above.
- Try default PS/2 and USB mouse ports if /dev/sysmouse does not exist.
Previously, it was only available when HAL support was compiled in.
They should be able to handle SysMouse protocol at operation level 1.
- Check protocol for ums(4) as it only supports SysMouse protocol.
- Sync X server with mouse driver.
Reviewed by: rnoland
Notes:
svn path=/head/; revision=227485
|
|
|
|
|
|
|
| |
Reported by: pointyhat (pav)
Notes:
svn path=/head/; revision=227002
|
|
|
|
|
|
|
|
| |
PR: ports/131033
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru>
Notes:
svn path=/head/; revision=226953
|
|
|
|
|
|
|
|
| |
Reported by: pointyhat (pav)
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=226863
|
|
|
|
|
|
|
| |
Approved by: garga (mentor, implicit)
Notes:
svn path=/head/; revision=226852
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
Notes:
svn path=/head/; revision=226727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
| |
PRs are outstanding.
Notes:
svn path=/head/; revision=218184
|
|
|
|
|
|
|
|
|
|
|
| |
- SUB_FILES= pkg-plist and s/X11/Xorg/
- use MASTER_SITE_BERLIOS
- bump PORTREVISION
Prompted by: QA Tindy run
Notes:
svn path=/head/; revision=216298
|
|
|
|
| |
Notes:
svn path=/head/; revision=215291
|
|
|
|
| |
Notes:
svn path=/head/; revision=214895
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=214549
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
| |
PR: ports/124081
Submitted by: deischen
Obtained from: fd.o git repository
Notes:
svn path=/head/; revision=213862
|
|
|
|
|
|
|
| |
Suggested by: jb
Notes:
svn path=/head/; revision=213780
|
|
|
|
|
|
|
|
| |
PR: ports/123795
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Notes:
svn path=/head/; revision=213383
|
|
|
|
| |
Notes:
svn path=/head/; revision=213382
|
|
|
|
| |
Notes:
svn path=/head/; revision=213097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
|
|
|
| |
Since psm has gained write(2) support, it can be directly driven by X.org
input drivers without help of moused(8) or SysMouse protocol.
- Fix regressions without moused running.
PR: ports/122363, ports/122405
Notes:
svn path=/head/; revision=211312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Do not probe /dev/psm0 as SysMouse if HAL support is enabled.
- Add /dev/ums0 as SysMouse if HAL support is disabled.
- Do not force sysmouse(4) mode unless device is /dev/sysmouse. When
moused(8) is not running, current mode level is untouched.
- Correcly check if moused is actually running. Checking pid file is
not enough because it may be /var/run/moused.<device>.pid when it is
invoked by devd(8) for USB mice.
- Do not attach device if it is opened by moused.
- Correctly add device path for HAL.
This patch is tested with many possible combinations of moused(8), HAL,
PS/2 mouse, USB mouse, and xorg.conf.
Tested by: cokane, jkim, marcus,
Matthew Seaman (m dot seaman at infracaninophile dot co dot uk)
Notes:
svn path=/head/; revision=210334
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209811
|
|
|
|
|
|
|
| |
Reported by: marcus, erwin
Notes:
svn path=/head/; revision=209054
|
|
|
|
|
|
|
| |
Reported by: erwin
Notes:
svn path=/head/; revision=209053
|
|
|
|
|
|
|
|
|
| |
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Obtained from: fd.o xorg/xserver repository
Commit id: 27ad5d74c20f01516a1bff73be283f8982fcf0fe
Notes:
svn path=/head/; revision=208929
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=208626
|
|
|
|
|
|
|
|
|
|
|
| |
CLOCK_MONOTONIC is available.
- If FreeBSD-specific CLOCK_MONOTONIC_FAST is available, use it
instead of precise but slow gettimeofday(2) or CLOCK_MONOTONIC.
Reviewed by: stable, x11
Notes:
svn path=/head/; revision=208485
|
|
|
|
|
|
|
| |
Security: http://www.vuxml.org/freebsd/fe2b6597-c9a4-11dc-8da8-0008a18a9961.html
Notes:
svn path=/head/; revision=206063
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add local patch to fix powerpc build. [2][3]
- Fix OPTIONS handling for SUID option. [4]
PR: ports/113601 [1], ports/118850 [2],
ports/118851 [3], ports/119012 [4]
Submitted by: naddy [1], grehan [2][3],
Dmitry Marakasov [4]
Notes:
svn path=/head/; revision=204842
|
|
|
|
|
|
|
| |
- Fix build and register dependency when compiled with HAL support.
Notes:
svn path=/head/; revision=203377
|
|
|
|
|
|
|
|
|
| |
- Fix CONFIGURE_ARGS. [1]
Submitted by: alvest@earthlink.net [1]
Notes:
svn path=/head/; revision=203355
|
|
|
|
|
|
|
|
|
|
|
| |
portrevision for sparc64. While here, pet portlint.
Tested on: pointyhat
Submitted by: flz
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=202761
|
|
|
|
|
|
|
|
|
| |
xorg-server release but this one has been deemed good enough for now.
Obtained from: fd.o bugzilla
Notes:
svn path=/head/; revision=202292
|
|
|
|
|
|
|
|
| |
PR: ports/117445
Submitted by: Ildar <dar.quonb@gmai.com>
Notes:
svn path=/head/; revision=201919
|
|
|
|
|
|
|
| |
- Mark as IGNORE on alpha since it does work correctly.
Notes:
svn path=/head/; revision=201219
|
|
|
|
|
|
|
| |
Repo copied by: marcus (portmgr)
Notes:
svn path=/head/; revision=200996
|
|
|
|
|
|
|
|
|
|
| |
how to deal with it. This affects !386 only and is based on the
respective Linux support code.
Approved by: flz
Notes:
svn path=/head/; revision=200470
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|