aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cairo
Commit message (Collapse)AuthorAgeFilesLines
* Update cairo to 1.16.0.kwm2019-03-234-60/+9
| | | | | PR: 233742 Submitted by: Charlie Li <ml+freebsd@vishwin.info>
* Do not set CONFIGURE_ARGS twicetobik2019-01-081-4/+1
|
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-304-28/+139
| | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
* Change x11/xorgproto to become a build depzeising2018-09-121-1/+1
| | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
* Switch to xorgproto instead of individual packageszeising2018-08-011-2/+2
| | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
* Update LICENSEsunpoet2017-09-251-1/+3
| | | | | | - Add LICENSE_FILE Approved by: portmgr (blanket)
* - Update WWWamdmi32017-09-071-1/+1
| | | | Approved by: portmgr blanket
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Update cairo to 1.14.8.kwm2017-03-082-6/+8
| | | | | * Record indirect gettext-runtime dependancy for the GLIB option. * Activate the gnome framework properly (don't depend on the workaround)
* graphics/cairo: clean upjbeich2016-07-261-15/+9
| | | | | | | | | | | - Convert to option helpers - Fix LICENSE combination - Add missing X11 dependencies [1] PR: 198996 [1] Submitted by: yuri@rawbw.com [1] Approved by: portmgr blanket MFH: 2016Q3
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix packaging of cairo in poudriere when the glib option is disabled.kwm2016-01-201-5/+5
| | | | | | | | | cairo-sphinx doesn't have a disable switch, but it checks for the present of glib. Add the sphinx plist files under the GLIB option, so that when sphinx plist entries are consistent, regardless if glib is installed or not. PR: 195187
* Update cairo to 1.14.6.kwm2015-12-112-5/+4
|
* Unbreak INDEXantoine2015-11-091-2/+2
|
* Update port Makefile to support mips build of cairo.sbruno2015-11-095-14/+25
| | | | | | | Add License Information PR: 201683 Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
* Collapse the EGL option into the OPENGL option.kwm2015-08-062-8/+5
| | | | The build fails if EGL is selected but OPENGL isn't.
* Fix endianness detection on head with strings(1) from ELF toolchain.jkim2015-08-061-2/+3
| | | | | Approved by: gnome (maintainer, timeout > 6 months) MFH: 2015Q3
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-064-13/+43
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Add CPE infoamdmi32015-05-141-1/+2
| | | | Approved by: portmgr blanket
* graphics category: Remove $PTHREAD_LIBSmarino2015-03-261-1/+1
| | | | | | graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
* Bump portrevision after png updatebapt2014-12-261-0/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Update to 1.12.18.kwm2014-12-096-67/+7
| | | | | | | Don't depend on libX11 when X11 option is disabled. [1] PR: 195569 [1] Submitted by: madpilot@ [1]
* Cleanup plistbapt2014-10-211-2/+0
|
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-181-0/+11
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* The cairo port is now updated to 1.12.16.kwm2014-09-124-63/+86
| | | | | | | | | | | We delayed the update of cairo to the 1.12 series as long as we possibly could, but 1.10 was blocking updates to other ports, e.g. pango and gtk30. Continued availability of cairo 1.10 would prevent building of any GTK+ applications. Cairo 1.12 exposes some driver bugs in xf86-video-intel 2.7.1, and may expose bugs in other older drivers. These bugs manifest as display artifacts. Conversely, this update fixes some graphical glitches with xorg-server 1.12.
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Support stagebapt2014-04-112-8/+12
| | | | Switch to USES=libtool
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* The FreeBSD graphics/x11 team proudly presentszeising2013-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | graphics)
* Add pkgconfig as build to fix the build with non default options. [1]kwm2013-05-261-4/+4
| | | | | | | | While here convert the pixman depend to USE_XORG, and remove the versions in lib_depends. PR: ports/178984 Submitted by: Garrett Wollman <wollman@xyz.csail.mit.edu>
* - Remove the gobject enable flag in the global since there is an option tomezz2013-03-201-4/+3
| | | | | disable it. - gnomehack -> USES=pathfix
* For building with libGL we also need dri2proto. Make it available for portskwm2013-01-161-1/+1
| | | | | | using cairo when cairo is build with OpenGL support (off by default). Submitted by: zeising@
* - Update xcb-util to 0.3.9garga2012-12-111-1/+1
| | | | | | | - Update xcb-util-wm to 0.3.9 - Update xcb-util-keysyms to 0.3.9 - Update xcb-util-image to 0.3.9 - Bump PORTREVISION on dependant ports
* Convert to OptionsNGbapt2012-09-261-20/+18
| | | | | | | | | When OPENGL option is activated, then cairo.pc hard depends on glproto.p, thus glproto is now also a run dependency of cairo if OPENGL is activated, this unbreak building ports depending on cairo if OPENGL option is activated and WITH_NEW_XORG and WITH_KMS are sets Approved by: gnome (kwm)
* Mark as broken on ARM.linimon2012-09-041-0/+4
| | | | | | PR: ports/170946 Submitted by: linimon Hat: portmgr
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* Back out the update of 1.12.2. Our Xorg stuff doesn't work with newer cairomezz2012-05-263-28/+14
| | | | | | | very well to some certain machines, which those have to be fixed first before we can update cairo. Bump the PORTEPOCH. Reported by: several
* Unbreak the reference port.kwm2012-05-241-1/+2
| | | | Submitted by: pointyhat via pav
* Update to 1.12.2.mezz2012-05-223-13/+26
|
* Adjust necesary ports to build with xcb-util 0.3.8garga2012-01-151-3/+3
| | | | | | | | | | | audio/pulseaudio is being updated to 0.9.23 x11/startup-notification is being updated to 0.12 Both was approved by kwm@ x11-wm/awesome is being updated to 3.4.11 Exp-run by: pav@
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+0
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Fix plist after last commit. bump portrevision.kwm2011-03-301-1/+2
| | | | | PR: ports/156056 Submitted by: ohauer@
* Make GLib dependency optional.bland2011-03-292-8/+16
|
* Enable the tee surface backend, needed by firefox 4.kwm2011-03-022-1/+4
| | | | Submitted by: beat
* Update to 1.10.2.kwm2011-02-283-16/+4
| | | | | PR: ports/153983 Submitted by: Takefu <takefu@airport.fm>
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Fix the build on 6.X.marcus2010-11-261-0/+14
| | | | | Reported by: erwin via pointyhat Obtained from: cairo developers
* Add a patch from Ubuntu to fix gradient rendering problems resulting inmarcus2010-11-222-1/+15
| | | | | | | ugly displays, bad performance, etc. Reported by: many Obtained from: http://repos.archlinux.org/wsvn/packages/cairo/trunk/cairo-1.10.0-buggy_gradients.patch
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-204-27/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
* - Chase direct-fb updatepav2010-06-031-0/+1
| | | | Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-112-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
* - fix build for png-1.4.1dinoex2010-03-281-1/+2
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* -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
* Remove patch obsolete by previous commit.bland2009-06-171-11/+0
|
* Update to 1.8.8bland2009-06-172-5/+5
|
* Properly initialize a variable to fix a crash when rendering certainmarcus2009-02-262-1/+12
| | | | | | progress bars. Obtained from: http://cgit.freedesktop.org/cairo/commit/?id=efa9e1088cbf1b5331cc0bab3348520f3b91ae4b
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-104-35/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Chase xcb-util shlib bumpmiwi2009-01-091-1/+1
|
* Add XCB support with optional. Enable it by default, since future version ofmezz2008-10-202-2/+16
| | | | | | | | x11-wm/awesome needs it. Bump the PORTREVISION. PR: ports/126993 Submitted by: bf <bf2006a@yahoo.com> Requested by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-012-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - 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)
* Downgrade cairo back to 1.4.14. It has been reported that 1.5 was causingmarcus2008-03-303-18/+7
| | | | | | | | redraw performance problems for some users. The hope was that 1.6 would have been ready for GNOME 2.22, but this did not happen. Cairo 1.6 will be imported with GNOME 2.24. Discussed with: ahze
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-10/+21
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* Add a backup MASTER_SITE for cairo.marcus2008-02-261-1/+3
| | | | Requested by: pav
* Update to 1.4.14.marcus2008-01-223-15/+4
|
* Update to 1.4.12.marcus2007-12-122-6/+6
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* This patch is no longer needed with 1.4.10.marcus2007-06-281-72/+0
|
* Update to 1.4.10ahze2007-06-282-5/+5
|
* Add a patch from Freedesktop git to fix a crash with OpenOfficemarcus2007-06-232-1/+73
| | | | | | applications. Obtained from: Freedesktop git
* Update to 1.4.8ahze2007-06-092-5/+5
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 1.4.6.marcus2007-05-022-4/+4
|
* Update to 1.4.4.marcus2007-04-152-4/+4
|
* Update to 1.4.2ahze2007-03-202-4/+4
|
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-193-13/+10
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* Pass PTHREAD_LIBS in pkgconfig filesahze2006-12-181-1/+3
|
* Update to 1.2.6ahze2006-11-032-4/+4
|
* Fix the build on 4.X.marcus2006-10-161-0/+14
| | | | | Submitted by: shaun Approved by: portmgr (implicit)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-143-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* - Add header in these *-reference ports.mezz2006-06-011-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus
* Move the cairo programming reference to the cairo-reference port.jylefort2006-05-112-50/+7
|
* - Update to 1.0.4ahze2006-03-163-58/+8
| | | | - Add MASTER_SITE_LOCAL because cairographics.org is sllooowww
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* Fix the build in the WITHOUT_X11 case.marcus2005-12-311-0/+51
| | | | Reported by: James Risner <risner@stdio.com>
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* - Treat xorg-server-snap as a broken X.org version with respect to surfacepav2005-11-172-0/+12
| | | | repeating. This fixes the wallpaper corruption in Nautilus.
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-054-24/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* - Remove two patch that were needed for a cvs snapshot we had on marcuscom cvsahze2005-03-113-26/+1
| | | | | | | to fix build with XFree86 PR: ports/78668 Submitted by: vs
* Unbreak WITHOUT_X11vs2005-03-092-3/+8
|
* Add more info to pkg-descrahze2005-03-091-0/+5
|
* - Update to 0.4.0ahze2005-03-097-189/+61
|
* Fix bogus CONFIGURE_ENV: PTHREAD_CLFAGS & _LDFLAGS don't existvs2005-03-081-2/+2
|
* Transfer MAINTAINER to gnome@FreeBSD.orgahze2005-03-031-1/+1
|
* - Take "Cairo is" out of beginning of COMMENTahze2005-02-241-1/+1
| | | | | PR: ports/78006 Submitted by: danfe
* Move bsd.port.pre.mk up a few lines so it works with WITH_GLITZahze2005-02-171-2/+2
| | | | Pointed out by: adamw
* - Add forgotten patch to fix build with glitzahze2005-02-171-0/+166
| | | | Reported by: adamw
* - Update to 0.3.0ahze2005-02-165-54/+36
| | | | | | | - Add WITHOUT_GLITZ OPTION [1] - Add WITHOUT_X11 knob Requested by: debugger via irc [1]
* Temporarily remove cairographics.org from MASTER_SITES since the distfile eitherahze2004-12-121-2/+1
| | | | does not exist or md5 does not match what is in distinfo
* Add MASTER_SITE_LOCAL to MASTER_SITES untilahze2004-11-201-2/+3
| | | | | | freedesktop.org is back in order Approved by: adamw (implicit)
* Update to 0.2.0 to fix fetchahze2004-11-104-7/+63
| | | | | Pointed out by: pointyhat via kris Approved by: marcus (co mentor)
* add cairoahze2004-11-093-0/+48
Cairo is a vector graphics library with cross-device output support. Currently supported output targets include the X Window System and in-memory image buffers. PostScript and PDF file output is planned. Cairo is designed to produce identical output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension). PR: ports/72407 Approved by: adamw (mentor)