Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.42.0_3,1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.42.0_2,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.42.0_2,1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
3.42.0_1,1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
3.42.0,1 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 ) |
3.42.0,1 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.42.0,1 23 Apr 2022 16:54:27 |
Guido Falsi (madpilot) |
archivers/file-roller: Add missing dependencies and fix build when NAUTILUS off
Poudriere reports two linked libraries missing from file-roller
dependencies.
The one on libhandy causes it to fail to build when the NAUTILUS
option is disabled. The libhandy library happens to be already
installed by nautilus when that is present as a dependency, but the
port fails to find it when nautilus and its dependencies are not
already present in the system or poudriere jail at build time.
Reported by: poudriere QA testing
Approved by: portmgr (fixit blanket) |
3.42.0,1 22 Apr 2022 19:08:31 |
Neel Chauhan (nc) |
archivers/file-roller: Update to 3.42.0 |
3.40.0_3,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
3.40.0_2,1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
3.40.0_1,1 10 Feb 2022 17:40:22 |
Max Brazhnikov (makc) |
archivers/file-roller: really switch from p7zip to 7-zip |
3.40.0_1,1 10 Feb 2022 17:29:15 |
Max Brazhnikov (makc) |
archivers/file-roller: switch from p7zip to 7-zip
PR: 260866 261839
Approved by: tcberner@ |
3.40.0,1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
3.40.0,1 15 Aug 2021 13:41:55 |
Bernhard Froehlich (decke) |
archivers/file-roller: Add CPE information
Approved by: portmgr (blanket) |
3.40.0,1 04 May 2021 22:11:45 |
Guido Falsi (madpilot) |
archivers/file-roller: Update to 3.40.0
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D30112 |
3.38.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.38.0_1,1 07 Mar 2021 16:45:49 |
tobik |
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan |
3.38.0_1,1 29 Sep 2020 12:07:28 |
bapt |
First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0
Update cheese to 3.38.0 (Only the first 15 lines of the commit message are shown above ) |
3.38.0,1 16 Sep 2020 13:26:47 |
bapt |
update to 3.38.0 |
3.28.1,1 28 Aug 2020 22:35:09 |
madpilot |
Fix file-roller built with clang11 -fno-common on recent head.
Approved by: portmgr (fixit blanket) |
3.28.1,1 11 Nov 2018 21:33:59 |
kwm |
Update file-roller to 3.28.1.
* Add options for additional archive types [1]
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch> [1] |
3.28.0,1 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 |
3.26.1,1 20 Oct 2017 18:40:51 |
kwm |
Update file-roller to 3.26.1. |
3.20.3,1 26 Oct 2016 14:40:05 |
kwm |
Update file-roller to 3.20.3.
PR: 213199
Reported by: Sevan Janiyan <venture37@geeklan.co.uk>
MFH: 2016Q4
Security: ad479f89-9020-11e6-a590-14dae9d210b8 |
3.16.4_2,1 04 Aug 2016 03:34:41 |
marino |
archivers/file-roller: revisit r406930 (remove unzip)
Back in January, I was working under the idea that the ports unzip was
desired, but now it's clear that file-roller was just one of many ports
that had a redundant requirement on unzip. Revert my January commit
and remove the requirement on unzip completely (it's provided by all
supported releases of FreeBSD).
Approved by: infrastructure blanket (removal of redundant deps) |
3.16.4_1,1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
3.16.4_1,1 19 May 2016 10:57:35 |
amdmi3 |
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket |
3.16.4_1,1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.16.4_1,1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.16.4_1,1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
3.16.4_1,1 22 Jan 2016 13:19:37 |
marino |
archivers/file_roller: Fix ambiguous RUN_DEPENDS
file_roller requires the ports version of unzip (I'm assuming based on
makefile's specifications). However, since the full path to unzip
was not specified, the base unzip satifies the requirement which results
in the archivers/unzip package not being registered as a run dependency.
Enforce the requirement by specifying "zipinfo" instead. It is a unique
name which ensures archivers/unzip is always registered as a dependency,
thus guaranteeing the ports unzip will be available for file roller.
This requires a bump because all existing packages have a bad registry.
Reported by: fernandel on forums
Approved by: just fix it |
3.16.4,1 04 Sep 2015 11:08:25 |
kwm |
Update file-roller to 3.16.4.
Remove 8.x patch. |
3.16.3_1,1 20 Aug 2015 10:28:05 |
amdmi3 |
- Add missing option, fixing build
Approved by: portmgr blanket |
3.16.3_1,1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
3.16.3_1,1 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.14.2_1,1 19 Jul 2015 14:37:20 |
bapt |
Enforce libarchive from ports |
3.14.2,1 11 Apr 2015 17:42:53 |
truckman |
n FreeBSD 8 the name of the mtime member of struct stat was st_mtimespec.
In the early days of FreeBSD 9 (after the branch but before 9.0-RELEASE),
it was renamed to st_mtim in src rev r205792 for POSIX 2008 compliance.
This change was never merged back to 8-STABLE. There was no corresponding
bump of __FreeBSD_version, but the change happened between r900010 and
r900011. Patch the source to use the old name when building on FreeBSD 8.
Remove the BROKEN tag to allow the port to be built on FreeBSD 8.
PR: 195601
Differential Revision: https://reviews.freebsd.org/D2281
Reviewed by: kwm
Approved by: mat (mentor) |
3.14.2,1 09 Dec 2014 21:47:04 |
antoine |
Mark BROKEN on freebsd 8, fail to build
Reported by: pkg-fallout |
3.14.2,1 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.14.1,1 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_2,1 01 Sep 2014 18:25:05 |
tijl |
Add USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev |
2.32.1_1,1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.32.1_1,1 03 Jul 2014 19:06:07 |
adamw |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket) |
2.32.1_1,1 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
2.32.1_1,1 29 Mar 2014 14:16:40 |
kwm |
Stageify. |
2.32.1_1,1 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
2.32.1_1 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
2.32.1_1,1 03 Sep 2013 12:13:24 |
bapt |
Add an explicit dependency on pkgconf |
2.32.1_1,1 30 Aug 2013 01:02:57 |
bapt |
Convert archivers from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some port to the new perl world
- Convert some port from USE_GNOME=pkgconfig to USES=pkgconfig |
2.32.1_1,1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.32.1_1,1 29 Dec 2012 20:57:21 |
mezz |
-Update to new header
-OPTIONSng
-Remove the shared library version
-portlint
PR: ports/173788
ports/173809
ports/173802
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
2.32.1_1,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.32.1,1 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
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 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.2,1 25 Jul 2010 19:35:08 |
kwm |
Presenting GNOME 2.30.2. for FreeBSD. |
2.30.1.1_1,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.30.1.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 ) |
2.28.2_3,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.28.2_2,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.28.2_1,1 02 Jan 2010 22:11:22 |
marcus |
Now that -CURRENT has /usr/bin/unzip, explicitly invoke (and depend on)
archivers/unzip. |
2.28.2,1 18 Dec 2009 05:41:49 |
marcus |
Update to 2.28.2. |
2.28.1,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,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.3,1 10 Jul 2009 08:26:57 |
avl |
Add missing dependency when Nautilus extension disabled is.
Reviewed by: marcus (GNOME team)
Approved by: miwi (co-mentor) |
2.26.3,1 01 Jul 2009 07:23:42 |
avl |
Update to 2.26.3.
Reviewed by: mezz (GNOME team)
Approved by: tabthorpe (mentor) |
2.26.2,1 19 May 2009 16:19:11 |
kwm |
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,1 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.3,1 13 Jan 2009 23:45:27 |
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.4,1 01 Jul 2008 17:01:00 |
mezz |
Update to 2.22.4. |
2.22.3_1,1 06 Jun 2008 13:02:32 |
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.3,1 27 May 2008 17:34:37 |
marcus |
Update to 2.22.3. |
2.22.2_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.2,1 08 Apr 2008 22:19:11 |
mezz |
Update to 2.22.2. |
2.22.1,1 07 Apr 2008 22:15:25 |
ahze |
Update to 2.22.1 |
2.22.0_1 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 |
2.20.3,1 07 Jan 2008 22:20:12 |
mezz |
Update to 2.20.3. |
2.20.2,1 12 Dec 2007 04:32:55 |
marcus |
Update to 2.20.2. |
2.20.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 ) |
2.18.4,1 03 Jul 2007 06:38:06 |
marcus |
Update to 2.18.4. |
2.18.3,1 29 May 2007 03:38:02 |
mezz |
Update to 2.18.3. |
2.18.2_1,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}. |
2.18.2,1 16 Apr 2007 20:47:22 |
ahze |
Update to 2.18.2 |
2.18.1,1 11 Apr 2007 04:25:28 |
marcus |
Update to 2.18.1. |
2.18.0,1 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. |
2.16.3,1 30 Jan 2007 05:36:05 |
mezz |
Update to 2.16.3. |
2.16.2,1 21 Nov 2006 06:29:57 |
marcus |
Update to 2.16.2. |
2.16.1,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 ) |
2.14.4,1 01 Aug 2006 18:01:02 |
marcus |
Update to 2.14.4. |
2.14.3,1 29 May 2006 22:38:37 |
mezz |
Update to 2.14.3. |
2.14.2,1 28 May 2006 04:06:27 |
mezz |
Change the PORTNAME:
gnomemag -> gnome-mag
gnomespeech -> gnome-speech
fileroller -> file-roller
gnomeaudio -> gnome-audio
gnomemedia2 -> gnome-media
gnomedb -> gnome-db
gnomeblog -> gnome-blog
gnomepim -> gnome-pim
gnomeutils2 -> gnome-utils
bugbuddy -> bug-buddy
gnomebuild -> gnome-build
gnomecommon -> gnome-common
gnomecrash -> gnome-crash |