| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
the do-install target. This means that the test for .if defined(WITH_NEW_XORG)
will always be false unless it's actually set in make.conf. WITH_NEW_XORG is
automatically set for OSVERSION > 100704, but the port can't access that.
Apply a really inelegant kludge that simply tries to install the manpage
from both possible places. One will fail, and one will succeed.
Notes:
svn path=/head/; revision=365098
|
|
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=364347
|
|
|
|
|
|
|
| |
Approved by: kwm
Notes:
svn path=/head/; revision=363410
|
|
|
|
|
|
|
|
|
|
|
|
| |
being done in libpciaccess, so this is functionally a no-op in most cases
and unifies behavior. Besides aesthetic appeal, the ability to directly mmap()
all of physical memory through /dev/console on PowerPC is about to go away
on -CURRENT, which means everything should converge on /dev/mem.
Approved by: kwm
Notes:
svn path=/head/; revision=363409
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=360686
|
|
|
|
| |
Notes:
svn path=/head/; revision=359186
|
|
|
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes:
svn path=/head/; revision=359185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
Notes:
svn path=/head/; revision=355734
|
|
|
|
|
|
|
|
|
| |
from spamming the user.
Submitted by: marino@
Notes:
svn path=/head/; revision=354175
|
|
|
|
|
|
|
|
|
| |
PR: ports/188276
Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
Pointy hat to: me
Notes:
svn path=/head/; revision=352744
|
|
|
|
|
|
|
|
|
|
| |
Use INSTALL_TARGET=install-strip for stripping.
Allow user to package xorg-server again.
Obtained from: debian [1]
Notes:
svn path=/head/; revision=351995
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351411
|
|
|
|
| |
Notes:
svn path=/head/; revision=346730
|
|
|
|
|
|
|
|
|
|
| |
WWW: http://www.xrdp.org/
PR: ports/185793
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
Notes:
svn path=/head/; revision=343824
|
|
|
|
| |
Notes:
svn path=/head/; revision=342436
|
|
|
|
| |
Notes:
svn path=/head/; revision=341122
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
|
| |
PR: ports/184952
Submitted by: marino@
Notes:
svn path=/head/; revision=338299
|
|
|
|
|
|
|
|
|
| |
Fix typo in vfbserver port.
Obtained from: xorg-dev repo
Notes:
svn path=/head/; revision=338291
|
|
|
|
|
|
|
|
| |
Reported and tested by: Andrea Venturoli <ml@netfence.it>
Approved by: x11 (kwm)
Notes:
svn path=/head/; revision=338091
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Port supports staging
PR: ports/184875
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes:
svn path=/head/; revision=337067
|
|
|
|
| |
Notes:
svn path=/head/; revision=336637
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=336621
|
|
|
|
|
|
|
| |
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
Notes:
svn path=/head/; revision=331523
|
|
|
|
|
|
|
| |
Reviewed by: zeising@
Notes:
svn path=/head/; revision=331484
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was missed in the mesa update.
This syncs x11-server/xorg-server with the xorg development repo
Bump portrevision again in case.
Apologies for the churn!
Obtained from: xorg development repo
Notes:
svn path=/head/; revision=328762
|
|
|
|
|
|
|
| |
Submitted by: Barbara Guida <bar@FreeBSD.org>
Notes:
svn path=/head/; revision=328758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=328711
|
|
|
|
|
|
|
| |
x11-servers)
Notes:
svn path=/head/; revision=327782
|
|
|
|
|
|
|
|
| |
Noted by: clang
Obtained from: xorg development repo
Notes:
svn path=/head/; revision=324704
|
|
|
|
|
|
|
| |
Approved by: bapt@ (x11@)
Notes:
svn path=/head/; revision=324238
|
|
|
|
|
|
|
|
| |
Remove useless deps on gmake
Trim header
Notes:
svn path=/head/; revision=322011
|
|
|
|
|
|
|
|
|
| |
Bump portrevision for 1.12
Obtained from: xorg development repo
Notes:
svn path=/head/; revision=321899
|
|
|
|
|
|
|
|
|
|
|
|
| |
There have been some reports of problems with pointer focus and other
related issues in Mwm and open-motif without this patch.
Bump portrevision for old xorg.
PR: ports/179397
Submitted by: William Bulley <web@umich.edu>
Notes:
svn path=/head/; revision=321811
|
|
|
|
|
|
|
|
|
|
|
| |
https://bugs.freedesktop.org/show_bug.cgi?id=18451
http://cgit.freedesktop.org/xorg/xserver/patch/?id=6dae7f3
Analyzed by: dim
PR: ports/179625
Notes:
svn path=/head/; revision=321157
|
|
|
|
|
|
|
|
|
| |
not owned by xorg-server. This will fix poudriere -t
Submitted by: miwi
Notes:
svn path=/head/; revision=321076
|
|
|
|
|
|
|
|
| |
PR: ports/179229
Submitted by: jhibbits (PR), zeising (patch)
Notes:
svn path=/head/; revision=320937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=319055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=313929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
using www/llgal
2013-02-27 finance/tinyerp-server: No more upstream, no more public distfiles, consider using finance/openerp-server
2013-02-27 ports-mgmt/portcheck: No more upstream, no more public distfiles
2013-02-28 security/sslproxy: Abandoned upstream
2013-02-28 x11-themes/e17-theme-darkness: No more public distfiles
2013-02-28 x11-themes/e17-theme-cthulhain: Dead upstream since 2008
2013-02-28 x11-servers/driglide: 3dfx is dead, fails to compile on recent versions of freebsd
2013-02-28 mail/gmime: Superceded with version 2.4
2013-02-28 archivers/bsdar: part of the base system
Notes:
svn path=/head/; revision=313385
|
|
|
|
|
|
|
|
|
|
| |
Noticed by: Barbara Guida <barbara.freebsd@gmail.com>
PR: ports/175776 [1]
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
Approved by: kwm, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=311444
|
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/174286 (inspired by)
Submitted by: deeptech71 <deeptech71@gmail.com>
Tested by: crees, kwm
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg-dev repo
Notes:
svn path=/head/; revision=310652
|
|
|
|
|
|
|
|
|
|
|
| |
xorg-server. Without this patch, xorg-server compiled with clang segfaults.
Bump portrevision since clang is default compiler on current.
Reviewed by: kwm
Approved by: kwm, miwi (mentors, implicit)
Notes:
svn path=/head/; revision=308898
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=308494
|
|
|
|
|
|
|
|
| |
Approved by: eadler, kwm (x11@)
Feature safe: yes
Notes:
svn path=/head/; revision=307452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the nvidia-driver. Install the libraries in port specific directories.
Use pkg-install and pkg-deinstall scripts to update the hardlinks to the
default locations of these files.
While here clean up some @dirrmtry lines in xorg-server plist for directories
that aren.t created by xorg-server.
Motivator: pkgng
Inspiration: irc, freebsd-x11@ mailinglist discussion (sorry can't find it
anymore to give credit the people)
Reviewed by: danfe@ (for nvidia parts), bapt@
Approved by: danfe@ (for nvidia parts)
With hat: x11@
Notes:
svn path=/head/; revision=303429
|
|
|
|
| |
Notes:
svn path=/head/; revision=303332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=301687
|