aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/k3d
ModeNameSize
-rw-r--r--Makefile3417logstatsplainblame
-rw-r--r--distinfo147logstatsplainblame
d---------files447logstatsplain
-rw-r--r--pkg-descr674logstatsplainblame
-rw-r--r--pkg-plist67635logstatsplainblame
sertions'>+5 | | | | | | | | | | The pixmap package does not install neither the demos nor the tests it includes, yet these get built as part of "make all". Disable them to shorten build times and, particularly, to workaround ld(1) crashes triggered by them in powerpc64; see PR bin/202284 for details. Reviewed by: kwm (maintainer), bdrewery (mentor) Differential Revision: https://reviews.freebsd.org/D3372 * Update pixman to 0.32.8.kwm2015-10-203-5/+6 | | | | | | Add portscout macro to ignore devel versions. Obtained from: Xorg devel repo * - Add LICENSEamdmi32015-05-081-1/+4 | | | | | | - Add CPE info Approved by: portmgr blanket * Misc X.org port updates:kwm2015-04-182-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo * Unfumble the patch to fix the build with clang 3.6.kwm2015-02-051-14/+11 | | | | Noticed by: dim@ doing clang 3.6 tests. * Fix the build with clang 3.6.kwm2015-02-041-0/+21 | | | | | PR: 197201 Submitted by: amdmi3@ * Update the following Xorg components:kwm2014-11-013-6/+4 | | | | | | | | | | | | | | | | libXext to 1.3.3 libxcb and xcb-proto to 1.11 libxkbcommon to 0.5.0 pixman to 0.32.6 xinit to 1.3.4 xkeyboard-config to 2.13 xrandr to 1.4.3 xtrans to 1.3.5 Use INSTALL_TARGET=install-strip for stripping. Drop @dirrm[try] from plist Obtained from: xorg-dev repo * Move include of float.h to enable build on armv6sbruno2014-07-062-1/+17 | | | | | | PR: 190983 Submitted by: andrew@freebsd.org Reviewed by: mat@freebsd.org * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-172-19/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * Fix SIMD check, and only check MACHINE_CPU if it is defined.kwm2014-02-051-1/+3 | * Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-3/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | 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] * pixman is stage safe alreadyeadler2013-09-301-1/+0 | * The FreeBSD graphics/x11 team proudly presentszeising2013-09-303-6/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | x11) * - Convert to new perl frameworkaz2013-08-041-1/+2 | | | | Approved by: bapt@ (x11@) * Update to 0.30.0zeising2013-06-212-3/+3 | | | | Obtained from: xorg development repo * The FreeBSD x11 team proudly presentszeising2013-05-252-4/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! * Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and helpkwm2013-01-061-9/+4 | | | | | | rendered with deciphering the monster that is xorg-drivers. With hat: x11@ * Update to 0.24.2eadler2012-02-042-7/+4 | | | | | | | | | Changes: - Fix for broken gradients with repeat mode NONE - Misc. other bug fixes. Reviewed by: miwi Obtained from: xorg-dev repo * - Check for supported CPU features per MACHINE_CPU variable; it is both moredanfe2012-01-211-6/+7 | | | | | | | | clear, in line with what most other ports do, and more generic (no need to account for amd64 which always has MMX and SSE2) - Rephrase OPTION line a bit to fit in 80-char terminal while I am here Approved by: x11 (eadler) * -update pixman to 0.24.0eadler2011-11-292-3/+3 | | | | | | | | | | | | | new features: - Faster bilinear scaling on SSE2 and ARM NEON - Several new fast paths for ARM NEON - Support for the iwMMXt vector instruction set - Improved support for building with MSVC - General cleanups and bugfixes Obtained from: xorg-devel repo Feature safe: yes * - update xset to the latest version in the xorg-devel treeeadler2011-09-082-3/+3 | | | | | | | | | - update xrandr to the latest version in the xorg-devel tree - update xproto to the latest version in xorg-devel tree as required by xset and xrandr - update pixman to the latest version in the xorg-devel tree Reviewed by: kwm Approved by: bapt (mentor) * Update to 0.22.0.kwm2011-06-242-4/+4 | | | | | | | Fix typo in SIMD option comment [1] Submitted by: Edho P Arief <edhoprima@gmail.com> [1] With hat: x11 * - Please welcome Xorg 7.5.1miwi2011-02-263-7/+3 | | | | | | | | | | | | | | | | | | | | | | | | The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * Update to 0.18.4.kwm2010-11-172-4/+4 | | | | Approved by: miwi (x11@ hat) * Update to 0.16.6rnoland2010-02-122-4/+4 | * Update to 0.16.0rnoland2009-09-202-6/+19 | | | | | | | | - Incorporate patch from PR #133175, which adds optional mmx/sse2 detection Feature safe: yes PR: 133175 Submitted by: Anonymous <swell.k@gmail.com> * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -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 * Update to 0.15.4rnoland2009-05-152-4/+4 | * Update to 0.15.2rnoland2009-04-112-4/+4 | * Update to 0.14.0rnoland2009-02-132-4/+4 | * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-242-4/+4 | | | | | | | | - 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). * Presenting GNOME 2.24 for FreeBSD.marcus2009-01-102-5/+5 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 * First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-013-4/+8 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus) * Update to 0.9.6.flz2007-11-092-5/+4 | | | | | | PR: ports/117854 Submitted by: cokane Approved by: portmgr (erwin) * Disable SSE extensions as they're causing issues on machines without SSEflz2007-10-291-2/+2 | | | | | | | and gcc 4.2.1. PR: ports/116551 Submitted by: Adam Kirchhoff <adamk@voicenet.com> * Disable dependency on gtk20.flz2007-09-151-8/+5 | | | | Submitted by: mezz * Don't override default xorg USE_GNOME settings when gtk20 is present.flz2007-09-141-1/+2 |