Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.16.4 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 |
3.12.11_1 29 Apr 2015 17:05:20
  |
truckman  |
Remove USES=compiler:c++11-lib from mail/evolution. While it fixes
the build failure on FreeBSD 8 (and probably 9), the application
fails to start because the base version of libstdc++ is loaded at
runtime, which does not satify the requirements of webkit-gtk3. The
reason is that evolution does not directly link to libstdc++, so
the rpath added to it by USES=compiler:c++11-lib has no effect. The
first shared library that links to libstdc++ belongs to
evolution-data-server, which does not have USES=compiler:c++11-lib,
which causes the base version of libstdc++ to be loaded.
Unconditionally add USES=compiler:c++11-lib to
databases/evolution-data-server. Adding the rpath to its shared
libraries will cause the newer version of libstdc++ to be loaded
when evolution starts and fix the runtime error on FreeBSD 8 and
9. For standard versions of FreeBSD 10 and higher on amd64 and (Only the first 15 lines of the commit message are shown above ) |
3.12.11 27 Mar 2015 09:24:40
  |
kwm  |
Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Perez <gustau.perez@gmail.com> for helping to keep thes
ports updated.
Obtained from: GNOME dev repo |
3.12.10 15 Jan 2015 16:49:19
  |
kwm  |
Update evolution suite to 3.12.10.
Fix build of mail/evolution on 9.x and 8.x after webkit updates [1]
PR: 196079 [1]
196706 [1]
Submitted by: truckman@, lawrence chen <beastie@tardisi.com> |
3.12.9 30 Dec 2014 20:13:47
  |
kwm  |
Update cinnamon to 2.4, this should fix [1] and [2].
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates.
Update evolution suite to 3.12.9.
Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3].
PR: 195290 [1], 195289 [2], 195455 [3]
Obtained from: gnome devel repo |
3.12.8 03 Dec 2014 09:18:24
  |
kwm  |
Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez
Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.
Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.
PR: 195414
Obtained from: gnome dev repo |
3.12.7 22 Nov 2014 18:18:39
  |
kwm  |
We currently only support kerberos from base. Make sure it disabled and
not accidently picked up by configure.
PR: 194760
Submitted by: Neel Chauhan <neel@neelc.org> |
3.12.7 19 Nov 2014 11:49:06
  |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
2.32.1_12 07 Oct 2014 15:58:38
  |
bapt  |
Fix without gperf in base |
2.32.1_12 02 Sep 2014 14:44:06
  |
tijl  |
Delete calls to g_thread_init. It isn't needed with glib 2.32 and up
and the port doesn't link with libgthread-2.0.
Reported by: antoine |
2.32.1_12 21 Aug 2014 22:50:30
  |
mandree  |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
2.32.1_11 28 Jul 2014 06:43:09
  |
novel  |
- Update security/libtasn1 to 4.0
- Add USES= libtool and set INSTALL_TARGET to install-strip
- Drop useless bsd.port.options.mk include
- Bump PORTREVISION of ports that depend on libtasn1 as
shlib version has changed
- Add an UPDATING entry for that
Exp-run by: antoine |
2.32.1_10 24 Jul 2014 18:34:16
  |
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.32.1_9 23 Jul 2014 10:28:04
  |
tijl  |
Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt) |
2.32.1_9 04 Jul 2014 09:41:00
  |
tijl  |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
2.32.1_8 22 Jun 2014 10:44:30
  |
tijl  |
Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
(Only the first 15 lines of the commit message are shown above ) |
2.32.1_8 17 May 2014 21:28:59
  |
kwm  |
Catch up with libxml2 api breakage in 2.9.x |
2.32.1_7 01 May 2014 08:31:24
  |
kwm  |
There is no _WITH/_WITHOUT support in bsd.options.mk. Use _ON/_OFF instead
for the kerberos option and fix typo in _OFF line.
Submitted by: John Hein <john.hein@microsemi.com> |
2.32.1_7 29 Apr 2014 21:09:27
  |
kwm  |
Fix kerberos enable/disable flags.
PR: ports/189037 (based on)
Submitted by: barbara@ |
25 Apr 2014 06:30:29

|
bapt  |
Switch to USES=libtool
Use options helpers
Use options sub
strip binaries |
2.32.1_6 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 ) |
2.32.1_5 31 Mar 2014 20:39:35
  |
kwm  |
Stagify. |
2.32.1_5 17 Dec 2013 21:30:56
  |
bapt  |
Fix LIB_DEPENDS conversion
Reported by: truckman |
2.32.1_5 11 Dec 2013 18:08:53
  |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
2.32.1_5 03 Nov 2013 09:22:00
  |
novel  |
- Chase security/libtasn1 update
- Add UPDATING entry |
2.32.1_4 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
2.32.1_4 02 Jun 2013 19:15:40
  |
bapt  |
Chase libtasn1 switching from USE_GNOME=pkgconfig to USES=pkgconfig
That has made pkgconf being a Build deps instead of Build+Run deps thus ports
depending on pkgconf need an explicit dependency |
2.32.1_4 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.32.1_4 22 Mar 2013 13:03:27
  |
kwm  |
Forgot to remove the plist part of the IMAP option (which was commented out
anyway) in the last commit.
Submitted by: pointyhat via miwi |
2.32.1_4 19 Mar 2013 10:40:22
  |
kwm  |
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt |
2.32.1_4 08 Mar 2013 11:32:12
  |
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
2.32.1_4 08 Mar 2013 10:51:36
  |
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
2.32.1_4 06 Feb 2013 17:30:08
  |
novel  |
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports |
2.32.1_3 30 Dec 2012 05:14:02
  |
mezz  |
-Update devel/libical to 0.48.
-Update the header
-OPTIONSng
-Use the ltverhack to correct the shared library version (44 -> 0).
Bump the rest ports that depend on devel/libical because of shared library
version has been changed. Document the update in UPDATING.
PR: ports/173540
Remind by: Marcin Cieslak <saper@saper.info> |
2.32.1_2 13 Jun 2012 07:36:50
 |
truckman  |
Rev 1.13 did not fix the build with Heimdal 1.5.x because the
extra include files required by the updated <com_err.h> were
guarded by "#if HAVE_COM_ERR_H", which configure does not define
when compiling the test program. There was also an extra inclusion
of <com_err.h> inside the #if/#endif block. For some odd reason, a number
of the other include file tests in the configure script are written
with an extra #include, but it is harmless in those cases because the
#if conditions are not met.
Remove the #if test and the redundant include from the test program for
<com_err.h>. Make a similar fix to the test for <et/com_err.h>.
Reviewed by: mezz |
2.32.1_2 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.32.1_1 20 May 2012 16:27:31
 |
mezz  |
Fix the build with Heimdal 1.5.x.
PR: ports/167989
Reported by: truckman |
2.32.1_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 |
2.32.1_1 30 Jul 2011 09:39:44
 |
kwm  |
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12. |
2.32.1_1 04 Jun 2011 22:34:45
 |
mezz  |
Remove heimdal support because it doesn't build.
PR: ports/154095
Submitted by: David Demelier <demelier.david@gmail.com> |
2.32.1_1 25 Feb 2011 01:32:18
 |
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
2.32.1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2.32.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 ) |
2.30.3 15 Aug 2010 05:47:26
 |
marcus  |
Update to 2.30.3. |
2.30.2.1_2 27 Jul 2010 19:56:09
 |
olgeni  |
Bump PORTREVISION in a few more ports affected by the libgcrypt
upgrade (they have references to libgcrypt.so.16). |
2.30.2.1_1 25 Jul 2010 19:35:08
 |
kwm  |
Presenting GNOME 2.30.2. for FreeBSD. |
2.30.1_2 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.30.1_1 22 May 2010 05:56:51
 |
marcus  |
Update libical to 0.44. |
2.30.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 ) |
2.28.2_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.28.2_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.28.2 16 Dec 2009 23:22:54
 |
marcus  |
Update to 2.28.2. |
2.28.1 28 Nov 2009 20:06:37
 |
marcus  |
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above ) |
2.26.3_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 |
2.26.3_1 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.26.2 04 Jul 2009 11:24:12
 |
kwm  |
Fix the build when gtkdoc isn't installed.
Submitted by: QAT |
2.26.3 03 Jul 2009 13:22:08
 |
kwm  |
Update to 2.26.3. |
2.26.2 18 May 2009 17:51:41
 |
marcus  |
Update to 2.26.2. |
2.26.1.1 24 Apr 2009 06:38:26
 |
kwm  |
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus) |
2.26.0 10 Apr 2009 05:56:28
 |
marcus  |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
2.24.5 28 Feb 2009 19:52:43
 |
marcus  |
Update to 2.24.5. |
2.24.4.1 03 Feb 2009 18:41:04
 |
marcus  |
Update to 2.24.4. |
2.24.3_1 18 Jan 2009 17:04:08
 |
novel  |
Chase libtasn1 shared library version bump. |
2.24.3 13 Jan 2009 03:51:40
 |
marcus  |
Update to 2.24.3. |
2.24.2 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 ) |
2.22.3_2 05 Jan 2009 19:04:45
 |
delphij  |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
2.22.3_1 05 Jan 2009 17:27:29
 |
pav  |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
2.22.3_1 03 Aug 2008 06:48:51
 |
marcus  |
Enable keyring support and depend on gnome-keyring.
PR: 126101
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> |
2.22.3 05 Jul 2008 18:50:01
 |
marcus  |
Fix the build with Heimdal from ports.
Reported by: timur |
2.22.3 01 Jul 2008 03:05:21
 |
marcus  |
Update to 2.22.3. |
2.22.2_1 06 Jun 2008 13:17:10
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.22.2 26 May 2008 20:12:23
 |
mezz  |
Update to 2.22.2. |
2.22.1.1 11 May 2008 07:33:40
 |
marcus  |
* Fix the build with the new Heimdal on -CURRENT [1]
* Allow other BDD versions to be used, but display a warning if BDB 41
is not used [2]
Submitted by: mezz [1]
Requested by: ade [2] |
2.22.1.1 03 May 2008 01:26:03
 |
marcus  |
Update to 2.22.1.1. |
2.22.1_1 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) |
2.22.1 07 Apr 2008 15:50:33
 |
ahze  |
Update to 2.22.1 |
2.22.0 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.12.3_1 14 Jan 2008 19:19:18
 |
marcus  |
Do not install any developer docs as we explicitly say we do not want
gtk-doc. |
1.12.3 09 Jan 2008 00:59:32
 |
marcus  |
Fix the installation with gtk-doc is not installed.
Submitted by: Roy Marples <roy@marples.name> |
1.12.3 08 Jan 2008 02:59:17
 |
marcus  |
Update to 1.12.3 and fix a bug where Evolution crashes on startup for
first time users on 6.X. |
1.12.2 12 Dec 2007 04:33:46
 |
marcus  |
Update to 1.12.2. |
1.12.1_2 05 Nov 2007 04:33:45
 |
marcus  |
Fix an off-by-one error that triggered a segfault for first-time users.
PR: 117791
Submitted by: "Robert C. Noland III" <rnoland@2hip.net>
Approved by: portmgr (implicit) |
1.12.1_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.10.3.1_1 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.10.3.1 04 Oct 2007 00:21:24
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
1.10.3.1 03 Jul 2007 17:35:23
 |
mezz  |
Update to 1.10.3.1. |
1.10.3 03 Jul 2007 05:47:39
 |
marcus  |
Update to 1.10.3. |
1.10.2_1 28 Jun 2007 03:49:36
 |
marcus  |
* Fix a remote code execution vulnerability in the IMAP provider [1]
* Fix maildir support [2]
Submitted by: delphij [1]
Yuri Pankov <yuri@darklight.org.ru> [2]
Obtained from: GNOME SVN [1]
http://bugzilla.gnome.org/show_bug.cgi?id=352346 [2]
Security: This commit contains a fix for CVE-2007-3257 [1] |
1.10.2 29 May 2007 03:06:04
 |
mezz  |
Update to 1.10.2. |
1.10.1_2 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.10.1_1 26 Apr 2007 20:16:51
 |
marcus  |
Fix a crash that can occur when calendar timezone files lack a TZNAME
field.
Reported by: Yuri Pankov <yuri.pankov@gmail.com>
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=425129#c21 |
1.10.1 11 Apr 2007 15:06:02
 |
marcus  |
Remove some bits from this patch that are handled by post-patch.
Reported by: julien maatouk <julien.maatouk@ntt.eu> |
1.10.1 11 Apr 2007 04:05:05
 |
marcus  |
Fix the build when malloc debugging is enabled. |
1.10.1 10 Apr 2007 18:37:43
 |
marcus  |
Update to 1.10.1. |
1.10.0 19 Mar 2007 05:14:07
 |
marcus  |
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. |
1.8.3 30 Jan 2007 00:18:56
 |
ahze  |
Update to 1.8.3 |
1.8.2 20 Nov 2006 18:45:52
 |
marcus  |
Update to 1.8.2. |
1.8.1_1 18 Oct 2006 21:18:53
 |
marcus  |
Correct path to patched file.
Approved by: portmgr (implicit) |
1.8.1_1 18 Oct 2006 21:15:30
 |
marcus  |
Restore a patch that was lost in the GNOME 2.16 update and re-fix the
problem where Evolution would run out of memory on 64-bit platforms.
Reported by: cokane
Approved by: portmgr (implicit) |
1.8.1 14 Oct 2006 08:35:50
 |
marcus  |
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 ) |