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)
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
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
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
Version 0.5.4
* Bug fix release
Version 0.5.3
* New HTML export feature to export all recursively linked notes.
* Improved "Start Here" instructions for new Tomboy users.
Version 0.5.2
* New bulleted list support (Chris Scobell).
* New configurable plugin interface (Mathias Hasselmann).
* New Backlinks Plugin.
* Improved behavior running without notification area.
Version 0.5.1
* New Managed D-Bus/DBusSharp
* Additional search interface improvements.
Version 0.5.0
* New note pinning in main menu.
* New integrated table of contents and search.
* New find bar for searching inside a single note.
* New Bugzilla plugin (David Trowbridge).
* New Tomboy icons (Jakub Steiner).
* Timestamped logging to ~/.tomboy.log.
* Number of notes in main menu configurable in GConf.
- Move to LOCALBASE
- USE_GNOME+=gnomesharp20
NOTE: deve/dbus is needed because of the bundled managed dbus#
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
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,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
- Install Evolution plugin if WITH_EVOLUTION is defined, evolution is
installed, or gmime-sharp is installed
- Install the Fixed Width and Note Of The Day plugins
Project by: http://www.mono-project.com/Mono:FreeBSD
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Initially I planned to make a large Mono commit right after Gnome 2.12
was merged but the new Gnome has in part caused me to delay merging
updates to Mono and friends.
Approved by: mezz (co-mentor)
gtk-sharp20 for affected ports.
- Also correct incorrect RUN_DEPENDS=${BUILD_DEPENDS} still remaining
in mcatalog, bless, f-spot, and gecko-sharp10.
Approved by: ahze (mentor)
* Tomboy/panelapplet/AppletFactory.cs: Subclass from GLib.Object.
Needed to work around what I can only guess is a mono 1.0.x and
1.1.x incompatibility, whereby calling protected
GLib.Object.LookupGType externally is no longer allowed.
Hopefully fixes bug #306815.
http://bugzilla.gnome.org/show_bug.cgi?id=306815
Reported by: Geraud CONTINSOUZAS <gej at jmenbra.nl>
Took from: tomboy CVS.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
- Fix the dbus by chase dbus's change in Oct 2004 for from
lib/dbus-1.0/services to share/dbus-1/services. It should fix the plist. [2]
- Bump the PORTREVISION.
Reported by: pointyhat via kris [2]
Submitted by: sajd via IRC (#freebsd-gnome) [1]
Discussed with: marcus and tmclaugh via IRC (#freebsd-gnome) [2]
-Add a missing MAN1.
-Bump the PORTREVISION.
BTW: dbus stuff is kind of bother me. I am not sure if it does right, but I
will ask marcus and tmclaugh about it. (ie: lib/dbus-1.0/services)
Reported by: pointyhat via kris [1]
Pointy hat to: tmclaugh
and easy to use, but with potential to help you organize the ideas and
information you deal with every day.
The key to Tomboy's usefulness lies in the ability to relate notes and
ideas together. Using a WikiWiki-like linking system, organizing ideas
is as simple as typing a name. Branching an idea off is easy as pressing
the Link button. And links between your ideas won't break, even when
renaming and reorganizing them.
WWW: http://www.beatniksoftware.com/tomboy/
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD