Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.42.2 21 Oct 2024 09:36:02 |
Robert Clausecker (fuz) |
x11/pixman: fix build on armv7
- due to a regression in some binutils>2.40 version, the assembly code
no longer assembles. Remove leading zeros from local labels to fix
this.
- the arm64 assembly code has some other issue which appears to have
been fixed upstream in 0.43.0, so don't bother with that; PR 276296
will address this.
See also: https://gitlab.freedesktop.org/pixman/pixman/-/issues/96
MFH: 2024Q4 |
0.42.2 17 Jun 2023 21:39:22 |
Piotr Kubaj (pkubaj) |
x11/pixman: allow altivec on powerpc with compatible MACHINE_CPU |
0.42.2 04 Nov 2022 08:47:37 |
Emmanuel Vadot (manu) |
x11/pixman: Update to 0.42.2
Release notes (0.42.0):
https://lists.freedesktop.org/archives/pixman/2022-October/004993.html
Release notes (0.42.2):
https://lists.freedesktop.org/archives/pixman/2022-November/004994.html
For now disable neon on aarch64, it's borked.
PR: 67538
Security: CVE-2022-44638
Sponsored by: Beckhoff Automation GmbH & Co. KG |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.40.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.40.0_1 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
0.40.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.40.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.40.0_1 30 Aug 2020 16:15:55 |
pkubaj |
x11/pixman: bump PORTREVISION
In r547064 package has changed. |
0.40.0 30 Aug 2020 15:28:29 |
pkubaj |
x11/pixman: support AltiVec on powerpc64
Altivec on powerpc64 works just fine with pixman. Also add a patch to fix
runtime AltiVec detection on FreeBSD.
Since pixman-ppc.c requires newer GCC, add USES=compiler:c11.
PR: 249005
Approved by: zeising (maintainer) |
0.40.0 07 May 2020 20:48:05 |
zeising |
x11/pixman: Update to 0.40.0
Update x11/pixman to 0.40.0
This is a fairly big release.
Big thanks to antoine@ for help with the exp-run!
Changelog:
https://lists.x.org/archives/xorg-announce/2020-April/003043.html
PR: 246186 (exp-run) |
0.38.4 03 Nov 2019 21:56:38 |
zeising |
Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports |
0.38.4 04 Jul 2019 15:38:20 |
zeising |
x11/pixman: Update to 0.38.4
PR: 233737
Submitted by: Charlie Li (original version)
exp-run by: antoine
Sponsored by: B3 Init (zeising) |
0.34.0_1 03 Dec 2018 10:48:06 |
jbeich |
x11/pixman: mark as LLD_UNSAFE
/usr/bin/ld: error: can't create dynamic relocation R_ARM_V4BX against local
symbol in readonly segment; recompile object files with -fPIC
>>> defined in ./.libs/libpixman-arm-simd.a(pixman-arm-simd-asm-scaled.o)
>>> referenced by pixman-arm-simd-asm-scaled.o:(.text+0x1B8) in archive
./.libs/libpixman-arm-simd.a
PR: 233740
Reported by: Charlie Li
Approved by: portmgr blanket |
0.34.0_1 03 Dec 2018 10:47:50 |
jbeich |
x11/pixman: actually use GNU as from devel/binutils
./pixman-arm-simd-asm.h:695: Warning: ignoring redefinition of register alias
'wk4'
./pixman-arm-neon-asm.h:941: Warning: ignoring redefinition of register alias
'dst_w'
./pixman-arm-neon-asm.h:702: Warning: ignoring redefinition of register alias
'orig_w'
pixman-arm-neon-asm-bilinear.S:612: Warning: ignoring redefinition of register
alias 'top'
PR: 221814 233740
Reported by: Charlie Li
Approved by: portmgr blanket |
0.34.0 08 Oct 2017 18:57:09 |
jbeich |
x11/pixman: unbreak on armv7
<instantiation>:1:1: error: unknown directive
.func fname
^
<instantiation>:4:1: note: while in macro instantiation
pixman_asm_function fname
^
pixman-arm-simd-asm-scaled.S:152:1: note: while in macro instantiation
generate_nearest_scanline_func
pixman_scaled_nearest_scanline_0565_0565_SRC_asm_armv6, 1, h, 80, 32
^
<instantiation>:39:29: error: invalid immediate shift value
and TMP1, VXMASK, VX, asr #(16 - bpp_shift)
^
pixman-arm-simd-asm-scaled.S:152:1: note: while in macro instantiation
generate_nearest_scanline_func
pixman_scaled_nearest_scanline_0565_0565_SRC_asm_armv6, 1, h, 80, 32
^ |
0.34.0 05 Sep 2017 14:04:11 |
swills |
x11/pixman: fix build on armv6 with clang 5
PR: 221814
Submitted by: mikael.urankar@gmail.com |
0.34.0 21 Apr 2016 14:01:06 |
swills |
x11/pixman: fix build on powerpc64/powerpc
Reviewed by: dumbbell, kwm |
0.34.0 10 Feb 2016 12:49:21 |
kwm |
Update pixman to 0.34.0. |
0.32.8 20 Oct 2015 18:49:47 |
jmmv |
Avoid building unnecessary demos and tests.
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 |
0.32.8 20 Oct 2015 13:35:02 |
kwm |
Update pixman to 0.32.8.
Add portscout macro to ignore devel versions.
Obtained from: Xorg devel repo |
0.32.6_1 08 May 2015 01:21:48 |
amdmi3 |
- Add LICENSE
- Add CPE info
Approved by: portmgr blanket |
0.32.6_1 18 Apr 2015 15:34:37 |
kwm |
Misc X.org port updates:
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. (Only the first 15 lines of the commit message are shown above ) |
0.32.6 04 Feb 2015 22:06:58 |
kwm |
Unfumble the patch to fix the build with clang 3.6.
Noticed by: dim@ doing clang 3.6 tests. |
0.32.6 03 Feb 2015 19:09:00 |
kwm |
Fix the build with clang 3.6.
PR: 197201
Submitted by: amdmi3@ |
0.32.6 01 Nov 2014 14:44:15 |
kwm |
Update the following Xorg components:
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 |
0.32.4_3 05 Jul 2014 23:21:46 |
sbruno |
Move include of float.h to enable build on armv6
PR: 190983
Submitted by: andrew@freebsd.org
Reviewed by: mat@freebsd.org |
0.32.4_2 23 Apr 2014 13:25:17 |
tijl |
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).
(Only the first 15 lines of the commit message are shown above ) |
0.32.4_1 16 Apr 2014 18:28:50 |
zeising |
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 (Only the first 15 lines of the commit message are shown above ) |
0.32.4 04 Feb 2014 18:39:42 |
kwm |
Fix SIMD check, and only check MACHINE_CPU if it is defined. |
0.32.4 16 Dec 2013 11:11:10 |
zeising |
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] |
0.30.2 29 Sep 2013 18:50:23 |
eadler |
pixman is stage safe already |
0.30.2 29 Sep 2013 17:01:42 |
zeising |
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)
(Only the first 15 lines of the commit message are shown above ) |
0.30.0 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.30.0 04 Aug 2013 12:53:54 |
az |
- Convert to new perl framework
Approved by: bapt@ (x11@) |
0.30.0 21 Jun 2013 11:55:39 |
zeising |
Update to 0.30.0
Obtained from: xorg development repo |
0.28.2 25 May 2013 14:37:03 |
zeising |
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
(Only the first 15 lines of the commit message are shown above ) |
0.24.2 05 Jan 2013 22:57:40 |
kwm |
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@ |
0.24.2 03 Feb 2012 16:25:16 |
eadler |
Update to 0.24.2
Changes:
- Fix for broken gradients with repeat mode NONE
- Misc. other bug fixes.
Reviewed by: miwi
Obtained from: xorg-dev repo |
0.24.0 20 Jan 2012 16:32:06 |
danfe |
- Check for supported CPU features per MACHINE_CPU variable; it is both more
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) |
0.24.0 28 Nov 2011 23:35:08 |
eadler |
-update pixman to 0.24.0
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 |
0.22.2 07 Sep 2011 21:19:05 |
eadler |
- update xset to the latest version in the xorg-devel tree
- 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) |
0.22.0 23 Jun 2011 19:22:18 |
kwm |
Update to 0.22.0.
Fix typo in SIMD option comment [1]
Submitted by: Edho P Arief <edhoprima@gmail.com> [1]
With hat: x11 |
0.21.4 25 Feb 2011 16:52:50 |
miwi |
- Please welcome Xorg 7.5.1
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 |
0.18.4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.18.4 17 Nov 2010 13:20:03 |
kwm |
Update to 0.18.4.
Approved by: miwi (x11@ hat) |
0.16.6 11 Feb 2010 16:26:04 |
rnoland |
Update to 0.16.6 |
0.16.0 19 Sep 2009 20:25:01 |
rnoland |
Update to 0.16.0
- Incorporate patch from PR #133175, which adds optional mmx/sse2 detection
Feature safe: yes
PR: 133175
Submitted by: Anonymous <swell.k@gmail.com> |
0.15.4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
0.15.4 15 May 2009 12:50:44 |
rnoland |
Update to 0.15.4 |
0.15.2 10 Apr 2009 17:23:28 |
rnoland |
Update to 0.15.2 |
0.14.0 13 Feb 2009 06:39:41 |
rnoland |
Update to 0.14.0 |
0.13.2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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). |
0.12.0 10 Jan 2009 05:22:13 |
marcus |
Presenting GNOME 2.24 for FreeBSD.
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 (Only the first 15 lines of the commit message are shown above ) |
0.10.0_2 30 Jun 2008 20:16:22 |
mezz |
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
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..
-------------------------------------------------------
(Only the first 15 lines of the commit message are shown above ) |
0.9.6 09 Nov 2007 11:50:50 |
flz |
Update to 0.9.6.
PR: ports/117854
Submitted by: cokane
Approved by: portmgr (erwin) |
0.9.5_3 29 Oct 2007 15:11:57 |
flz |
Disable SSE extensions as they're causing issues on machines without SSE
and gcc 4.2.1.
PR: ports/116551
Submitted by: Adam Kirchhoff <adamk@voicenet.com> |
0.9.5_2 15 Sep 2007 13:58:26 |
flz |
Disable dependency on gtk20.
Submitted by: mezz |
0.9.5_1 14 Sep 2007 00:45:30 |
flz |
Don't override default xorg USE_GNOME settings when gtk20 is present. |
0.9.5 13 Sep 2007 19:45:08 |
flz |
- Update X.org ports to 7.3.
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25.
I hope that nobody will be bored enough on Christmas to remove them on
that day.
Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ |