| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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;
^
gl-device-release.c:36:7: error: unknown type name 'XVisualInfo'
XVisualInfo *visual_info)
^
gl-oversized-surface.c:38:2: error: use of undeclared identifier 'GLX_RGBA'
GLX_RGBA,
^
gl-oversized-surface.c:39:2: error: use of undeclared identifier 'GLX_RED_SIZE'
GLX_RED_SIZE, 1,
^
gl-oversized-surface.c:40:2: error: use of undeclared identifier 'GLX_GREEN_SIZE'
GLX_GREEN_SIZE, 1,
^
gl-oversized-surface.c:41:2: error: use of undeclared identifier 'GLX_BLUE_SIZE'
GLX_BLUE_SIZE, 1,
^
gl-oversized-surface.c:42:2: error: use of undeclared identifier 'GLX_ALPHA_SIZE'
GLX_ALPHA_SIZE, 1,
^
gl-surface-source.c:33:5: error: unknown type name 'Display'
Display *dpy;
^
gl-surface-source.c:34:5: error: unknown type name 'GLXContext'; did you mean 'EGLContext'?
GLXContext ctx;
^~~~~~~~~~
EGLContext
/usr/local/include/EGL/egl.h:64:15: note: 'EGLContext' declared here
typedef void *EGLContext;
^
gl-surface-source.c:42:5: error: implicit declaration of function 'glXDestroyContext' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
glXDestroyContext (arg->dpy, arg->ctx);
^
gl-surface-source.c:42:5: note: did you mean 'eglDestroyContext'?
/usr/local/include/EGL/egl.h:156:31: note: 'eglDestroyContext' declared here
EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
^
gl-surface-source.c:43:5: error: implicit declaration of function 'XCloseDisplay' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
XCloseDisplay (arg->dpy);
^
gl-device-release.c:38:5: error: use of undeclared identifier 'Colormap'
Colormap colormap;
^
gl-device-release.c:39:5: error: use of undeclared identifier 'XSetWindowAttributes'
XSetWindowAttributes window_attributes;
^
gl-device-release.c:40:5: error: use of undeclared identifier 'Window'
Window window = None;
^
gl-device-release.c:42:5: error: use of undeclared identifier 'colormap'
colormap = XCreateColormap (display,
^
gl-device-release.c:42:16: error: implicit declaration of function 'XCreateColormap' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
colormap = XCreateColormap (display,
^
gl-device-release.c:43:8: error: implicit declaration of function 'RootWindow' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
RootWindow (display, visual_info->screen),
^
gl-device-release.c:45:8: error: use of undeclared identifier 'AllocNone'
AllocNone);
^
gl-oversized-surface.c:43:2: error: use of undeclared identifier 'GLX_DOUBLEBUFFER'
GLX_DOUBLEBUFFER,
^
gl-oversized-surface.c:44:2: error: use of undeclared identifier 'None'
None
^
gl-oversized-surface.c:47:5: error: use of undeclared identifier 'Display'
Display *display;
^
gl-oversized-surface.c:47:14: error: use of undeclared identifier 'display'
Display *display;
^
gl-oversized-surface.c:48:5: error: use of undeclared identifier 'XVisualInfo'
XVisualInfo *visual_info;
^
gl-oversized-surface.c:48:18: error: use of undeclared identifier 'visual_info'
XVisualInfo *visual_info;
^
gl-oversized-surface.c:49:5: 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;
^
gl-oversized-surface.c:54:5: error: use of undeclared identifier 'display'
display = XOpenDisplay (NULL);
^
gl-surface-source.c:52:2: error: use of undeclared identifier 'GLX_RGBA'
GLX_RGBA,
^
gl-surface-source.c:53:2: error: use of undeclared identifier 'GLX_RED_SIZE'
GLX_RED_SIZE, 1,
^
gl-surface-source.c:54:2: error: use of undeclared identifier 'GLX_GREEN_SIZE'
GLX_GREEN_SIZE, 1,
^
gl-surface-source.c:55:2: error: use of undeclared identifier 'GLX_BLUE_SIZE'
GLX_BLUE_SIZE, 1,
^
gl-surface-source.c:56:2: error: use of undeclared identifier 'GLX_ALPHA_SIZE'
GLX_ALPHA_SIZE, 1,
^
gl-surface-source.c:57:2: error: use of undeclared identifier 'GLX_DOUBLEBUFFER'
GLX_DOUBLEBUFFER,
^
gl-surface-source.c:58:2: error: use of undeclared identifier 'None'
None
^
gl-surface-source.c:60:5: error: use of undeclared identifier 'XVisualInfo'
XVisualInfo *visinfo;
^
gl-surface-source.c:60:18: error: use of undeclared identifier 'visinfo'
XVisualInfo *visinfo;
^
gl-device-release.c:46:5: error: use of undeclared identifier 'window_attributes'
window_attributes.colormap = colormap;
^
gl-device-release.c:46:34: error: use of undeclared identifier 'colormap'
window_attributes.colormap = colormap;
^
gl-device-release.c:47:5: error: use of undeclared identifier 'window_attributes'
window_attributes.border_pixel = 0;
^
gl-device-release.c:48:5: error: use of undeclared identifier 'window'
window = XCreateWindow (display, RootWindow (display, visual_info->screen),
^
gl-device-release.c:48:14: error: implicit declaration of function 'XCreateWindow' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
window = XCreateWindow (display, RootWindow (display, visual_info->screen),
^
gl-oversized-surface.c:54:15: error: implicit declaration of function 'XOpenDisplay' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
display = XOpenDisplay (NULL);
^
gl-oversized-surface.c:55:9: error: use of undeclared identifier 'display'
if (display == NULL)
^
gl-oversized-surface.c:58:5: error: use of undeclared identifier 'visual_info'
visual_info = glXChooseVisual (display, DefaultScreen (display), rgba_attribs);
^
gl-oversized-surface.c:58:19: error: implicit declaration of function 'glXChooseVisual' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
visual_info = glXChooseVisual (display, DefaultScreen (display), rgba_attribs);
^
gl-oversized-surface.c:58:45: error: implicit declaration of function 'DefaultScreen' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
visual_info = glXChooseVisual (display, DefaultScreen (display), rgba_attribs);
gl-surface-source.c:61:5: error: unknown type name 'GLXContext'; did you mean 'EGLContext'?
GLXContext ctx;
^~~~~~~~~~
EGLContext
/usr/local/include/EGL/egl.h:64:15: note: 'EGLContext' declared here
typedef void *EGLContext;
^
gl-surface-source.c:65:5: error: use of undeclared identifier 'Display'
Display *dpy;
^
gl-surface-source.c:65:14: error: use of undeclared identifier 'dpy'
Display *dpy;
^
gl-surface-source.c:67:5: error: use of undeclared identifier 'dpy'
dpy = XOpenDisplay (NULL);
^
gl-surface-source.c:67:11: error: implicit declaration of function 'XOpenDisplay' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
dpy = XOpenDisplay (NULL);
^
gl-surface-source.c:68:9: error: use of undeclared identifier 'dpy'
if (dpy == NULL)
^
gl-oversized-surface.c:58:60: error: use of undeclared identifier 'display'
visual_info = glXChooseVisual (display, DefaultScreen (display), rgba_attribs);
^
PR: 256180
Reported by: shrdlu19@gmail.com
Approved by: maintainer timeout (3 weeks)
|
|
|
|
|
| |
PR: 233742
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Add License Information
PR: 201683
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Don't depend on libX11 when X11 option is disabled. [1]
PR: 195569 [1]
Submitted by: madpilot@ [1]
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/153983
Submitted by: Takefu <takefu@airport.fm>
|
|
|
|
|
| |
Reported by: erwin via pointyhat
Obtained from: cairo developers
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
| |
progress bars.
Obtained from: http://cgit.freedesktop.org/cairo/commit/?id=efa9e1088cbf1b5331cc0bab3348520f3b91ae4b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
applications.
Obtained from: Freedesktop git
|
|
|
|
|
| |
Submitted by: shaun
Approved by: portmgr (implicit)
|
|
|
|
| |
- Add MASTER_SITE_LOCAL because cairographics.org is sllooowww
|
|
|
|
| |
Reported by: James Risner <risner@stdio.com>
|
|
|
|
| |
repeating. This fixes the wallpaper corruption in Nautilus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
to fix build with XFree86
PR: ports/78668
Submitted by: vs
|
| |
|
|
|
|
| |
Reported by: adamw
|
|
|
|
|
|
|
| |
- Add WITHOUT_GLITZ OPTION [1]
- Add WITHOUT_X11 knob
Requested by: debugger via irc [1]
|
|
Pointed out by: pointyhat via kris
Approved by: marcus (co mentor)
|