CVS log for ports/x11/pixman/Makefile
Up to [FreeBSD] / ports / x11 / pixman
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 3 16:25:16 2012 UTC (6 days, 18 hours ago) by eadler
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -5 lines
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
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 20 16:32:06 2012 UTC (2 weeks, 6 days ago) by danfe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -6 lines
- 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)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Nov 28 23:35:08 2011 UTC (2 months, 1 week ago) by eadler
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
-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
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 7 21:19:04 2011 UTC (5 months ago) by eadler
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- 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)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 23 19:22:18 2011 UTC (7 months, 2 weeks ago) by kwm
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Update to 0.22.0. Fix typo in SIMD option comment [1] Submitted by: Edho P Arief <edhoprima@gmail.com> [1] With hat: x11
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 25 16:52:15 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- 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
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:34:07 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 17 13:20:02 2010 UTC (14 months, 3 weeks ago) by kwm
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Update to 0.18.4. Approved by: miwi (x11@ hat)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Feb 11 16:26:04 2010 UTC (23 months, 4 weeks ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 0.16.6
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 19 20:25:01 2009 UTC (2 years, 4 months ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +16 -3 lines
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>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:36:10 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
-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
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri May 15 12:50:44 2009 UTC (2 years, 8 months ago) by rnoland
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 0.15.4
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Apr 10 17:23:28 2009 UTC (2 years, 10 months ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update to 0.15.2
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Feb 13 06:39:40 2009 UTC (2 years, 11 months ago) by rnoland
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update to 0.14.0
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 23 16:28:15 2009 UTC (3 years ago) by flz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- 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).
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 10 05:22:01 2009 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
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 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
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jun 30 20:16:22 2008 UTC (3 years, 7 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1 lines
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.. ------------------------------------------------------- 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)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 9 11:50:50 2007 UTC (4 years, 3 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
Update to 0.9.6. PR: ports/117854 Submitted by: cokane Approved by: portmgr (erwin)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 29 15:11:57 2007 UTC (4 years, 3 months ago) by flz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 15 13:58:26 2007 UTC (4 years, 4 months ago) by flz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -8 lines
Disable dependency on gtk20. Submitted by: mezz
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Sep 14 00:45:30 2007 UTC (4 years, 4 months ago) by flz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Don't override default xorg USE_GNOME settings when gtk20 is present.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Sep 13 19:45:01 2007 UTC (4 years, 4 months ago) by flz
Branches: MAIN
- 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@
