- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team)
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)
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.3.2
* New editing effects: Soft Focus and Straighten.
* Lots of fixes to the OpenGL slideshow introduced in 0.3.1
Version 0.3.1
* Export to 23hq.com and SmugMug (Thomas Van Machelen)
* New red-eye removal algorithm. Threshold value for redeye
removal is read from gconf. Default is set to -15 (Stephane Delcroix)
* Accepts dropped URIs from Firefox. Drag an image from Firefox and drop
it in f-spot --view (Stephane Delcroix)
Version 0.3.0
* New User Guide
* Bug fixes and improvements
Version 0.2.2
* Switch to managed dbus#
* new search interface
- Move to LOCALBASE
- USE_GNOME+=gnomesharp20
- Add missing INSTALLS_ICONS and USE_GETTEXT
NOTE: deve/dbus is needed because of the bundled managed dbus#
PR: 108091
Submitted by: Christoph Moench-Tegeder (0.3.1)
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
use ltverhack. For the remianing two libraries just do the patching
using REINPLACE_CMD in post-patch
Project by: BSD# <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.
- Correct numerous DllImport errors. The C symbol must be defined in the
C library that is being imported. Not sure why this is not a problem
on Linux.
- Include bsd.mono.mk.
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>