Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.4_2,3 17 Sep 2022 14:26:59 |
Adriaan de Groot (adridg) |
graphics/cairo: make documentation available in devhelp
GNOME devhelp looks for documentation in particular places,
and cairo was putting it somewhere subtly different.
Switch DOCSDIR (since it was already being used in the
Makefile and pkg-plist, this is the smallest change)
to point to where it should. This approach is copied
from devel/libsoup/ and was suggested by Sean Champ.
PR: 263852 263785 |
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) |
1.17.4_1,3 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 ) |
1.17.4_1,3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.17.4_1,3 27 May 2022 09:11:04 |
Tijl Coosemans (tijl) |
graphics/cairo: prepare for autoconf 2.71
- configure.ac contains GTK_DOC_CHECK and the new autoreconf runs
gtkdocize in that case so add a build dependency.
- fix post-patch commands that patch files which are regenerated by
autoreconf.
- remove old patches while here.
PR: 263454 |
1.17.4,3 23 Nov 2021 10:42:45 |
Tobias C. Berner (tcberner) Author: Trond Endrestøl |
graphics/cairo: define _WITH_CPU_SET_T to fix build on -CURRENT
Changes in 90fa9705d5cd hide functionality behind _WITH_CPU_SET_T,
and require consumers to opt-in.
Error:
--- cairo-perf-micro.o ---
cairo-perf-micro.c:418:5: error: unknown type name 'cpu_set_t'; did you mean
'cpusetid_t'?
cpu_set_t affinity;
^~~~~~~~~
cpusetid_t
/usr/include/sys/types.h:86:22: note: 'cpusetid_t' declared here
typedef __cpusetid_t cpusetid_t;
^
PR: 259787 |
1.17.4,3 18 Jun 2021 19:27:50 |
Jan Beich (jbeich) Author: Evgeniy Khramtsov |
graphics/cairo: unbreak without X11 after dbca720cdec9
gl-device-release.c:33:8: error: unknown type name 'Window'
static Window
^
gl-device-release.c:34:21: error: unknown type name 'Display'
create_test_window (Display *display,
^
gl-device-release.c:35:7: error: unknown type name 'GLXContext'; did you mean
'EGLContext'?
GLXContext glx_context,
^~~~~~~~~~
EGLContext
/usr/local/include/EGL/egl.h:64:15: note: 'EGLContext' declared here
typedef void *EGLContext;
^ (Only the first 15 lines of the commit message are shown above ) |
1.17.4,3 24 May 2021 19:16:44 |
Neel Chauhan (nc) |
graphics/cario: Update to 1.17.4
Differential Revision: https://reviews.freebsd.org/D29793 |
1.16.0_1,3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.0_1,3 25 Sep 2020 11:04:56 |
manu |
graphics/cairo: Change GL option from SINGLE to RADIO
This allow to not select any GL renderer as before.
Pointy hat to: manu
Reported by: Yasuhiro KIMURA <yasu@utahime.org> |
1.16.0_1,3 25 Sep 2020 06:54:37 |
manu |
graphics/cairo: Allow GLESv2 backend as an options
This is useful for X11-less setups.
Reviewed by: tcberner
Approved by: desktop (tcberner@)
Differential Revision: https://reviews.freebsd.org/D26437 |
1.16.0,3 13 Sep 2020 16:37:21 |
yuri |
graphics/cairo: Roll back r548287 thyat upgraded cairo to 1.17.2 due to run-time
problems that it caused
PR: 249290
Reported by: Stefan Ehmann <shoesoft@gmx.net> et al. |
1.17.2,2 12 Sep 2020 05:28:43 |
yuri |
graphics/cairo: Update 1.16.0 -> 1.17.2
PR: 246816
Approved by: gnome (maintainer; timeout 100+ days). later maintainer was changed
to desktop@ |
1.16.0,2 10 Sep 2020 18:55:41 |
tcberner |
Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.
As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.
[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D26362 |
1.16.0,2 11 Jun 2020 18:32:33 |
jbeich |
graphics/cairo: simplify non-GLX case after r538507
Submitted by: manu |
1.16.0,2 11 Jun 2020 18:16:43 |
jbeich |
graphics/cairo: drop RUN_DEPENDS on xorgproto
Cairo API doesn't expose any of xorgproto headers. Even if some
consumers *implicitly* depend on xorgproto via cairo the bootlegging
still occurs: cairo -> libX11 -> libXdmcp -> xorgproto. |
1.16.0,2 11 Jun 2020 18:13:22 |
jbeich |
graphics/cairo: drop xorgproto from OPENGL
X11 already depends on xorgproto while GLX requires X11.
$ pkg info -ql xorgproto | sed '/include/!d; s,.*include/,,' |
fgrep --exclude='*config*' --exclude='*ChangeLog*' -rnf - .
./boilerplate/cairo-boilerplate-glx.c:37:#include <X11/X.h>
./src/cairo-xlib-surface-shm.c:145:#include <X11/Xproto.h>
./src/cairo-xlib-surface-shm.c:148:#include <X11/extensions/shmproto.h>
./src/cairo-xlib-surface-shm.c:150:#include <X11/extensions/shmstr.h>
./src/cairo-xlib-xrender-private.h:56:#include <X11/extensions/renderproto.h>
./src/cairo-xlib-xrender-private.h:219:/* Copied from X11/extensions/render.h */
./src/cairo-xlib-xrender-private.h:533:/* Copied from
X11/extensions/renderproto.h */
./src/cairo-xlib-xrender-private.h:535:#include <X11/Xmd.h>
Submitted by: manu (based on) |
1.16.0,2 11 Jun 2020 16:39:04 |
jbeich |
graphics/cairo: divorce OPENGL from X11
- OPENGL enables EGL, so don't require GLX
- cairo-gl uses libOpenGL with libglvnd
- libglvnd lacks libGL if built without X11 |
1.16.0,2 05 Nov 2019 22:21:16 |
zeising |
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.16.0,2 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.16.0,2 23 Mar 2019 10:06:48 |
kwm |
Update cairo to 1.16.0.
PR: 233742
Submitted by: Charlie Li <ml+freebsd@vishwin.info> |
1.15.12,2 08 Jan 2019 11:23:35 |
tobik |
Do not set CONFIGURE_ARGS twice |
1.15.12,2 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
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 |
1.14.8_3,2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
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 |
1.14.8_2,2 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
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 |
1.14.8_1,2 24 Sep 2017 18:49:07 |
sunpoet |
Update LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket) |
1.14.8_1,2 07 Sep 2017 09:01:43 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.14.8_1,2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.14.8,2 08 Mar 2017 15:33:43 |
kwm |
Update cairo to 1.14.8.
* Record indirect gettext-runtime dependancy for the GLIB option.
* Activate the gnome framework properly (don't depend on the workaround) |
1.14.6_1,2 25 Jul 2016 23:48:35 |
jbeich |
graphics/cairo: clean up
- 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 |
1.14.6,2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.14.6,2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.14.6,2 20 Jan 2016 13:02:56 |
kwm |
Fix packaging of cairo in poudriere when the glib option is disabled.
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 |
1.14.6,2 10 Dec 2015 21:50:14 |
kwm |
Update cairo to 1.14.6. |
1.14.2_1,2 09 Nov 2015 15:06:35 |
antoine |
Unbreak INDEX |
1.14.2_1,2 09 Nov 2015 14:59:36 |
sbruno |
Update port Makefile to support mips build of cairo.
Add License Information
PR: 201683
Submitted by: Carlos J Puga Medina <cpm@fbsd.es> |
1.14.2,2 06 Aug 2015 07:50:30 |
kwm |
Collapse the EGL option into the OPENGL option.
The build fails if EGL is selected but OPENGL isn't. |
1.14.2,2 05 Aug 2015 21:40:12 |
jkim |
Fix endianness detection on head with strings(1) from ELF toolchain.
Approved by: gnome (maintainer, timeout > 6 months)
MFH: 2015Q3 |
1.14.2,2 05 Aug 2015 19:13:26 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
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 |
1.12.18_1,2 13 May 2015 23:15:12 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.12.18_1,2 25 Mar 2015 20:09:43 |
marino |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
1.12.18_1,2 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.12.18,2 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.12.18,2 09 Dec 2014 10:54:35 |
kwm |
Update to 1.12.18.
Don't depend on libX11 when X11 option is disabled. [1]
PR: 195569 [1]
Submitted by: madpilot@ [1] |
1.12.16_1,2 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.12.16_1,2 18 Oct 2014 12:20:43 |
jhb |
The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD and
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) |
1.12.16_1,2 12 Sep 2014 06:34:28 |
kwm |
The cairo port is now updated to 1.12.16.
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. |
1.10.2_10,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 ) |
1.10.2_9,2 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 ) |
1.10.2_8,2 11 Apr 2014 15:20:44 |
bapt |
Support stage
Switch to USES=libtool |
1.10.2_7,2 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] |
1.10.2_6,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 ) |
1.10.2_5,2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.10.2_5,2 26 May 2013 08:48:28 |
kwm |
Add pkgconfig as build to fix the build with non default options. [1]
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> |
1.10.2_5,2 19 Mar 2013 16:15:33 |
mezz |
- Remove the gobject enable flag in the global since there is an option to
disable it.
- gnomehack -> USES=pathfix |
1.10.2_5,2 16 Jan 2013 11:38:15 |
kwm |
For building with libGL we also need dri2proto. Make it available for ports
using cairo when cairo is build with OpenGL support (off by default).
Submitted by: zeising@ |
1.10.2_5 10 Dec 2012 19:08:03 |
garga |
- Update xcb-util to 0.3.9
- 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 |
1.10.2_4,2 26 Sep 2012 10:12:43 |
bapt |
Convert to OptionsNG
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) |
1.10.2_4,2 04 Sep 2012 03:05:24 |
linimon |
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr |
1.10.2_4,2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.10.2_3,2 26 May 2012 03:54:11 |
mezz |
Back out the update of 1.12.2. Our Xorg stuff doesn't work with newer cairo
very well to some certain machines, which those have to be fixed first before
we can update cairo. Bump the PORTEPOCH.
Reported by: several |
1.12.2,1 24 May 2012 13:55:53 |
kwm |
Unbreak the reference port.
Submitted by: pointyhat via pav |
1.12.2,1 21 May 2012 22:36:09 |
mezz |
Update to 1.12.2. |
1.10.2_3,1 15 Jan 2012 12:48:12 |
garga |
Adjust necesary ports to build with xcb-util 0.3.8
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@ |
1.10.2_2,1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
1.10.2_2,1 30 Mar 2011 09:26:16 |
kwm |
Fix plist after last commit. bump portrevision.
PR: ports/156056
Submitted by: ohauer@ |
1.10.2_1,1 29 Mar 2011 12:43:28 |
bland |
Make GLib dependency optional. |
1.10.2_1,1 02 Mar 2011 13:53:46 |
kwm |
Enable the tee surface backend, needed by firefox 4.
Submitted by: beat |
1.10.2,1 28 Feb 2011 11:38:15 |
kwm |
Update to 1.10.2.
PR: ports/153983
Submitted by: Takefu <takefu@airport.fm> |
1.10.0_3,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.10.0_3,1 26 Nov 2010 07:46:48 |
marcus |
Fix the build on 6.X.
Reported by: erwin via pointyhat
Obtained from: cairo developers |
1.10.0_3,1 21 Nov 2010 19:43:40 |
marcus |
Add a patch from Ubuntu to fix gradient rendering problems resulting in
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 |
1.10.0_2,1 20 Nov 2010 15:37:08 |
kwm |
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
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 (Only the first 15 lines of the commit message are shown above ) |
1.8.10_1,1 03 Jun 2010 12:35:42 |
pav |
- Chase direct-fb update
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> |
1.8.10_1,1 10 May 2010 21:19:08 |
kwm |
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
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. (Only the first 15 lines of the commit message are shown above ) |
1.8.8_1,1 28 Mar 2010 09:58:58 |
dinoex |
- fix build for png-1.4.1 |
1.8.8_1,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.8.8,1 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 |
1.8.8,1 17 Jun 2009 00:52:02 |
bland |
Remove patch obsolete by previous commit. |
1.8.8,1 17 Jun 2009 00:40:57 |
bland |
Update to 1.8.8 |
1.8.6_1,1 25 Feb 2009 22:23:32 |
marcus |
Properly initialize a variable to fix a crash when rendering certain
progress bars.
Obtained from:
http://cgit.freedesktop.org/cairo/commit/?id=efa9e1088cbf1b5331cc0bab3348520f3b91ae4b |
1.8.6 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 ) |
1.6.4_4,1 08 Jan 2009 17:15:26 |
miwi |
- Chase xcb-util shlib bump |
1.6.4_3,1 19 Oct 2008 16:02:22 |
mezz |
Add XCB support with optional. Enable it by default, since future version of
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> |
1.6.4_2,1 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 ) |
1.4.14 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [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) |
1.4.14,1 30 Mar 2008 02:27:00 |
marcus |
Downgrade cairo back to 1.4.14. It has been reported that 1.5 was causing
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 |
1.5.14 24 Mar 2008 03:50:55 |
marcus |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
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 |
1.4.14 25 Feb 2008 21:45:09 |
marcus |
Add a backup MASTER_SITE for cairo.
Requested by: pav |
1.4.14 22 Jan 2008 04:54:54 |
marcus |
Update to 1.4.14. |
1.4.12 12 Dec 2007 04:38:20 |
marcus |
Update to 1.4.12. |
1.4.10_1 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
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 (Only the first 15 lines of the commit message are shown above ) |
1.4.10 28 Jun 2007 00:25:27 |
marcus |
This patch is no longer needed with 1.4.10. |
1.4.10 28 Jun 2007 00:22:15 |
ahze |
Update to 1.4.10 |
1.4.8_1 23 Jun 2007 00:10:34 |
marcus |
Add a patch from Freedesktop git to fix a crash with OpenOffice
applications.
Obtained from: Freedesktop git |
1.4.8 09 Jun 2007 03:51:05 |
ahze |
Update to 1.4.8 |
1.4.6_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4.6 01 May 2007 21:47:56 |
marcus |
Update to 1.4.6. |
1.4.4 14 Apr 2007 21:04:11 |
marcus |
Update to 1.4.4. |
1.4.2 20 Mar 2007 11:01:14 |
ahze |
Update to 1.4.2 |