non port: graphics/cairo/Makefile |
SVNWeb
|
Number of commits found: 111 (showing only 100 on this page) |
Sat, 17 Sep 2022
|
[ 14:26 Adriaan de Groot (adridg) ] 064fa58
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Fri, 27 May 2022
|
[ 09:11 Tijl Coosemans (tijl) ] 6fd90bd
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
|
Mon, 24 May 2021
|
[ 19:16 Neel Chauhan (nc) ] dbca720
graphics/cario: Update to 1.17.4
Differential Revision: https://reviews.freebsd.org/D29793
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 25 Sep 2020
|
[ 11:04 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>
|
[ 06:54 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
|
Sun, 13 Sep 2020
|
[ 16:37 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.
|
Sat, 12 Sep 2020
|
[ 05:28 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@
|
Thu, 10 Sep 2020
|
[ 18:55 tcberner ] (Only the first 10 of 47 ports in this commit are shown above. )
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
|
Thu, 11 Jun 2020
|
[ 18:32 jbeich ]
graphics/cairo: simplify non-GLX case after r538507
Submitted by: manu
|
[ 18:16 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.
|
[ 18:13 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)
|
[ 16:39 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
|
Tue, 5 Nov 2019
|
[ 22:21 zeising ] (Only the first 10 of 36 ports in this commit are shown above. )
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.
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Sat, 23 Mar 2019
|
[ 10:06 kwm ]
Update cairo to 1.16.0.
PR: 233742
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
|
Tue, 8 Jan 2019
|
[ 11:23 tobik ]
Do not set CONFIGURE_ARGS twice
|
Sun, 30 Sep 2018
|
[ 11:58 kwm ] (Only the first 10 of 732 ports in this commit are shown above. )
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
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] (Only the first 10 of 331 ports in this commit are shown above. )
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
|
Tue, 31 Jul 2018
|
[ 18:41 zeising ] (Only the first 10 of 254 ports in this commit are shown above. )
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
|
Sun, 24 Sep 2017
|
[ 18:49 sunpoet ]
Update LICENSE
- Add LICENSE_FILE
Approved by: portmgr (blanket)
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Wed, 8 Mar 2017
|
[ 15:33 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)
|
Mon, 25 Jul 2016
|
[ 23:48 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
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 10 Dec 2015
|
[ 21:50 kwm ]
Update cairo to 1.14.6.
|
Mon, 9 Nov 2015
|
[ 15:06 antoine ]
Unbreak INDEX
|
[ 14:59 sbruno ]
Update port Makefile to support mips build of cairo.
Add License Information
PR: 201683
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
|
Thu, 6 Aug 2015
|
[ 07:50 kwm ]
Collapse the EGL option into the OPENGL option.
The build fails if EGL is selected but OPENGL isn't.
|
Wed, 5 Aug 2015
|
[ 21:40 jkim ]
Fix endianness detection on head with strings(1) from ELF toolchain.
Approved by: gnome (maintainer, timeout > 6 months)
MFH: 2015Q3
|
[ 19:13 kwm ] (Only the first 10 of 601 ports in this commit are shown above. )
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
|
Wed, 13 May 2015
|
[ 23:15 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Wed, 25 Mar 2015
|
[ 20:09 marino ] (Only the first 10 of 35 ports in this commit are shown above. )
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] (Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Tue, 9 Dec 2014
|
[ 10:54 kwm ]
Update to 1.12.18.
Don't depend on libX11 when X11 option is disabled. [1]
PR: 195569 [1]
Submitted by: madpilot@ [1]
|
Fri, 12 Sep 2014
|
[ 06:34 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.
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 )
|
Fri, 11 Apr 2014
|
[ 15:20 bapt ]
Support stage
Switch to USES=libtool
|
Mon, 16 Dec 2013
|
[ 11:11 zeising ] (Only the first 10 of 402 ports in this commit are shown above. )
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]
|
Sun, 29 Sep 2013
|
[ 17:01 zeising ] (Only the first 10 of 142 ports in this commit are shown above. )
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 )
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sun, 26 May 2013
|
[ 08:48 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>
|
Tue, 19 Mar 2013
|
[ 16:15 mezz ]
- Remove the gobject enable flag in the global since there is an option to
disable it.
- gnomehack -> USES=pathfix
|
Wed, 16 Jan 2013
|
[ 11:38 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@
|
Mon, 10 Dec 2012
|
[ 19:08 garga ] (Only the first 10 of 19 ports in this commit are shown above. )
- 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
|
Wed, 26 Sep 2012
|
[ 10:12 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)
|
Tue, 4 Sep 2012
|
[ 03:05 linimon ] (Only the first 10 of 12 ports in this commit are shown above. )
Mark as broken on ARM.
PR: ports/170946
Submitted by: linimon
Hat: portmgr
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 26 May 2012
|
[ 03:54 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
|
Thu, 24 May 2012
|
[ 13:55 kwm ]
Unbreak the reference port.
Submitted by: pointyhat via pav
|
Mon, 21 May 2012
|
[ 22:36 mezz ]
Update to 1.12.2.
|
Sun, 15 Jan 2012
|
[ 12:48 garga ] (Only the first 10 of 14 ports in this commit are shown above. )
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@
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Wed, 30 Mar 2011
|
[ 09:26 kwm ]
Fix plist after last commit. bump portrevision.
PR: ports/156056
Submitted by: ohauer@
|
Tue, 29 Mar 2011
|
[ 12:43 bland ]
Make GLib dependency optional.
|
Wed, 2 Mar 2011
|
[ 13:53 kwm ]
Enable the tee surface backend, needed by firefox 4.
Submitted by: beat
|
Mon, 28 Feb 2011
|
[ 11:38 kwm ]
Update to 1.10.2.
PR: ports/153983
Submitted by: Takefu <takefu@airport.fm>
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 21 Nov 2010
|
[ 19:43 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
|
Sat, 20 Nov 2010
|
[ 15:37 kwm ] (Only the first 10 of 609 ports in this commit are shown above. )
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 )
|
Thu, 3 Jun 2010
|
[ 12:35 pav ]
- Chase direct-fb update
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
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 )
|
Sun, 28 Mar 2010
|
[ 09:58 dinoex ]
- fix build for png-1.4.1
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Wed, 17 Jun 2009
|
[ 00:40 bland ]
Update to 1.8.8
|
Wed, 25 Feb 2009
|
[ 22:23 marcus ]
Properly initialize a variable to fix a crash when rendering certain
progress bars.
Obtained from:
http://cgit.freedesktop.org/cairo/commit/?id=efa9e1088cbf1b5331cc0bab3348520f3b91ae4b
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ] (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Thu, 8 Jan 2009
|
[ 17:15 miwi ]
- Chase xcb-util shlib bump
|
Sun, 19 Oct 2008
|
[ 16:02 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>
|
Mon, 30 Jun 2008
|
[ 20:16 mezz ] (Only the first 10 of 69 ports in this commit are shown above. )
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 )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Sun, 30 Mar 2008
|
[ 02:27 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
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ] (Only the first 10 of 712 ports in this commit are shown above. )
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
|
Mon, 25 Feb 2008
|
[ 21:45 marcus ]
Add a backup MASTER_SITE for cairo.
Requested by: pav
|
Tue, 22 Jan 2008
|
[ 04:54 marcus ]
Update to 1.4.14.
|
Wed, 12 Dec 2007
|
[ 04:38 marcus ]
Update to 1.4.12.
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
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 )
|
Thu, 28 Jun 2007
|
[ 00:22 ahze ]
Update to 1.4.10
|
Sat, 23 Jun 2007
|
[ 00:10 marcus ]
Add a patch from Freedesktop git to fix a crash with OpenOffice
applications.
Obtained from: Freedesktop git
|
Sat, 9 Jun 2007
|
[ 03:51 ahze ]
Update to 1.4.8
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 1 May 2007
|
[ 21:47 marcus ]
Update to 1.4.6.
|
Sat, 14 Apr 2007
|
[ 21:04 marcus ]
Update to 1.4.4.
|
Tue, 20 Mar 2007
|
[ 11:01 ahze ]
Update to 1.4.2
|
Mon, 19 Mar 2007
|
[ 05:14 marcus ] (Only the first 10 of 461 ports in this commit are shown above. )
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
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.
|
Sun, 17 Dec 2006
|
[ 22:11 ahze ]
Pass PTHREAD_LIBS in pkgconfig files
|
Fri, 3 Nov 2006
|
[ 02:11 ahze ]
Update to 1.2.6
|
Sat, 14 Oct 2006
|
[ 08:35 marcus ] (Only the first 10 of 577 ports in this commit are shown above. )
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
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, (Only the first 15 lines of the commit message are shown above )
|
Wed, 31 May 2006
|
[ 22:18 mezz ] (Only the first 10 of 72 ports in this commit are shown above. )
- Add header in these *-reference ports.
- 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...
================================ (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 May 2006
|
[ 19:43 jylefort ]
Move the cairo programming reference to the cairo-reference port.
|
Wed, 15 Mar 2006
|
[ 21:37 ahze ]
- Update to 1.0.4
- Add MASTER_SITE_LOCAL because cairographics.org is sllooowww
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Wed, 16 Nov 2005
|
[ 23:20 pav ]
- Treat xorg-server-snap as a broken X.org version with respect to surface
repeating. This fixes the wallpaper corruption in Nautilus.
|
Sat, 5 Nov 2005
|
[ 04:53 marcus ] (Only the first 10 of 369 ports in this commit are shown above. )
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
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.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 10 Mar 2005
|
[ 18:31 ahze ]
- Remove two patch that were needed for a cvs snapshot we had on marcuscom cvs
to fix build with XFree86
PR: ports/78668
Submitted by: vs
|
Number of commits found: 111 (showing only 100 on this page) |