aboutsummaryrefslogtreecommitdiff
path: root/lang/vala
Commit message (Collapse)AuthorAgeFilesLines
* lang/vala: Add CPE informationBernhard Froehlich2021-09-111-1/+2
| | | | Approved by: portmgr (blanket)
* lang/vala: Update to 0.48.18Neel Chauhan2021-08-032-4/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update vala to 0.48.10Baptiste Daroussin2020-09-255-143/+23
| | | | | | | | | | | note that 0.50.x results for now in too many breakage to do the upgrade yet. As a result disable vala support in anjuta Unbreak net-im/dino, which has been marked as broken during the glib upgrade Notes: svn path=/head/; revision=550041
* Move some gnome@ ports to desktop@Tobias C. Berner2020-09-101-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=548219
* Remove write-only variable (it was introduced in r313633 and used for bothAlexey Dokuchaev2020-08-111-3/+1
| | | | | | | MAN1 and PLIST_SUB at those times, but never garbage-collected afterward). Notes: svn path=/head/; revision=544672
* Update vala to 0.40.15.Koop Mast2019-04-283-4/+5
| | | | Notes: svn path=/head/; revision=500358
* Update vala to 0.40.11.Koop Mast2018-11-133-4/+7
| | | | Notes: svn path=/head/; revision=484880
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-303-20/+62
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=480951
* Upgrade devel/vala from 0.36.13 to 0.36.15:Don Lewis2018-08-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vala 0.36.15 released on Jul 16, 2018 Changes * Various improvements and bug fixes: + Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues + codegen: - Handle delegate_target attribute of fields [#520] - Free generic elements of glib collections [#694765] - Fix warning for source_funcs parameter of g_source_new() - Actually treat GLib.Source as compact class - Consistently use gpointer for delegate targets - Unify some delegate-type check patterns + girparser: - Add support for bool delegate_target [#520] - Allow changing the type of constants using metadata [#643] + girwriter: - Output deprecated="1" - construct-only properties don't have a setter method - Don't write any custom attributes [#608] - Add boolean GIR visible attribute to allow skipping symbols + Fix links in the Manual + Allow TypeModule subclasses as parameter-type in module-init-method [#648] + vala: Report error for error-domains without any code + parser: Accept "empty" enums/error-domains [#253] + codewriter: Output bodies of code-blocks if in VAPIGEN mode [#253] * Bindings: + glib-2.0: - Do not mark simple-type out-parameters as nullable [#634] - Make Source.attach() use the default MainContext by default - Make Bytes.slice() use the memory-efficient Bytes.from_bytes() [#638] - Fix Bytes.with_free_func() + gio-2.0: - Mark ActionEntry.parameter_type/state fields as nullable [#632] - Delegate fields of DBus*VTable do not have implicit target fields - Apply delegate_target = false on ActionEntry callbacks and make them weak [#630] - Add default to all io_priority parameters - Add custom IOError.from_errno() to make it work as expected [#253] + gobject-2.0: Add lower_case_csuffix attributes to Type* symbols + gstreamer-rtsp-server-1.0: Update from 1.12+ git master [#653] Vala 0.36.14 released on May 22, 2018 Changes * Various improvements and bug fixes: + Warn if --gir is used without --library [#708693] + Report an error if rank attribute is required but was not found [#660991] + scanner: Accept \R and \N escape sequences in regex literals [#749576] + scanner: Accept backreferences \1 through \99 in regex literals [#728574] + codegen: - Avoid critical in get_basic_type_info() when there is no signature [#729517] - Fix serializing multidimensional arrays [#735437] - Guard get_default_ref_sink_function() against null base-class - Respect cname ccode-attribute of lockable fields - Fix casting of length for "ref" array parameters + girparser: Add support for NoAccessorMethod metadata + girparser: Deal with missing "name" attribute by falling back on "c:type" + girwriter: Drop errornous indent + girwriter: Properly output variadic methods and use introspectable="0" + genie: Add support for the \v escape character [#664689] + genie: Add support for the \uXXXX escape sequence * Bindings: + glib-2.0: Fix IConv.iconv() [#634753] + glib-2.0: Mark str parameter of Variant.take_string() as owned + gobject-2.0: Make constructor of ParamSpecBoxed public + gstreamer: Cherry-pick some fixes from 0.42 + gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group properties + json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullable [#795265] + sqlite3: Add additional constants for flags of Database.open_v2() [#795627] + webkit2gtk-4.0: Update to 2.20.1 and cherry-pick some fixes from 0.42 Notes: svn path=/head/; revision=477444
* Fix plist after r468231.Raphael Kubo da Costa2018-04-252-0/+2
| | | | Notes: svn path=/head/; revision=468260
* Upgrade lang/vala to version 0.36.13:Don Lewis2018-04-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gstreamer: Cherry-pick some fixes from 0.40 - vala: Fix return-type of BasicBlock.get_successors() https://bugzilla.gnome.org/show_bug.cgi?id=794979 - gdbus: Fix missing declaration of _fd_list for async methods https://bugzilla.gnome.org/show_bug.cgi?id=794566 - gtk+-4.0: Hide dedicated constructors of compact classes bound as structs https://bugzilla.gnome.org/show_bug.cgi?id=794733 - tests: Add GLib.ParamSpec tests to increase coverage - glib-2.0: Use g_value_*et_schar instead of depecated g_value_*et_char g_value_get_char is broken on platforms where the char type is unsigned, such as ARM and PowerPC. - gobject-2.0: Add ParamSpecGType - gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually() Those methods are changing the passed iter structure and therefore it needs be marked as ref for vala taking this into account. https://bugzilla.gnome.org/show_bug.cgi?id=794345 - gdk-3.0,gtk+-3.0: Update to 3.22.29 - posix: Include sys/sysmacros.h for major(), minor() and makedev() Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since glibc 2.25. https://bugzilla.gnome.org/show_bug.cgi?id=794651 - gobject-2.0: Cherry-pick some changes from 0.38 - webkit2gtk-4.0: Update to 2.20.0 - clutter-1.0: Avoid duplications of implemented interfaces - codegen: Don't add target fields for captured delegates without target - codegen: Don't add length fields for captured fixed-length array variables - gstreamer-1.0: Cherry-pick some fixes from 0.38 - gtk+-4.0: Fix TreeView.is_blank_at_pos() - gtk+-3.0: Fix TreeView.is_blank_at_pos() - posix: Fix sig*set and sigprocmask parameters to be out/ref https://bugzilla.gnome.org/show_bug.cgi?id=727425 - purple: Update to 2.12.0 - vapi: Fix wrong attributes - libgnome-menu-3.0: Add deps file - gitignore: ignore macOS metadata files - vala: The rank of an array-initializer should match the target's rank https://bugzilla.gnome.org/show_bug.cgi?id=744923 - Fix recursive declaration in generic base type https://bugzilla.gnome.org/show_bug.cgi?id=688732 - vala: Properly handle array-initializers inside struct-initializers https://bugzilla.gnome.org/show_bug.cgi?id=622178 - codegen: Don't append fixed-length of array fields in initializers - valac: Always use the given "pkg-config" and respect PKG_CONFIG envar Notes: svn path=/head/; revision=468231
* Upgrade lang/vala to 0.36.12:Don Lewis2018-02-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | 0.36.12 - manual: Update from wiki.gnome.org - compiler: Prefix headers for set_cheader_override() if includedir is given - codegen: Avoid critical when connecting dynamic signals - codegen: Fix GDestroyNotify of delegate parameters in delegate declaration 0.36.11 * Regression fix - codegen: Don't try to infer error argument on async begin methods [#793158] This was a regression introduced by [#614294] PR: 225947 Reported by: Ryan Stark <rstark@rackspace.com>, cpm Notes: svn path=/head/; revision=462082
* Upgrade vala from 0.36.7 to 0.36.10, which fixes the bug in versionsDon Lewis2018-01-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | 0.36.8 and 0.36.9 that broke the x11/altyo build as reported in PR 225476. * Various bug fixes: - girparser: + Set NoAccessorMethod for non-readable and construct-only properties + Ignore conflicting closure/destroy indexes + Don't accept methods as property-accessor which throw errors [#792998] - codegen: + Infer error parameter from abstract/virtual base methods [#614294] + Fix return-type for cancelled async creation methods of classes [#792942] - vala: Variadic constructors without a real first parameter are not allowed PR: 225476 Notes: svn path=/head/; revision=460545
* Downgrade vala from 0.36.9 to 0.36.7 and bump PORTEPOCH. Vala versionsDon Lewis2018-01-292-4/+5
| | | | | | | | | | | 0.36.8 and 0.36.9 incorrectly generate vte-2.91.vapi when building x11-toolkits/vte3, which breaks the build of x11/altyo. PR: 225476 Reported by: antoine (portmgr) Notes: svn path=/head/; revision=460236
* Update lang/vala to 0.36.9.Don Lewis2018-01-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Vala 0.36.5 =========== * Various bug fixes: - codegen: + Initialize temp-variable for fixed-size arrays to zero first [#787152] + Actually write declaration for GNodeTraverseFunc wrapper [#786845] + Don't transfer ownership of variable if target-type is unknown [#736774] + Adjust format-index for printf/scanf-methods which throw errors [#781061] + Include glib-object.h for Enums/Structs with type_id - vapigen: Mark given source-files as such and force girparser to handle them - tests: Fix some syntax issues [#786652] - Add .editorconfig file [#786620] Vala 0.36.6 =========== * Various bug fixes: - codegen: Support renamed signals [#731547] - Optimize (de)serialization of arrays with type-signature "ay" [#772426] - codegen: Try to use a more unique internal define for properties [#787436] - vala: Update list of used attributes - method: Include ownership transfer classifier for return-type mismatch Vala 0.36.7 =========== * Various bug fixes: - codegen: Prioritize "array_length=true" over "array_null_terminated=true" [#788775] - codegen: Avoid possible conflicts with internal property/signal defines [#788964] Vala 0.36.8 =========== * Various bug fixes: - Enforce name-length >= 3 for structs using GType [#764041] - Report error for missing type-parameter on enclosing type [#587905] - Discover invalid member access to instance field [#790903] - Improve error output of mismatching overriding methods - vala: Don't transform an explicit "null" into valid format-string [#791215] - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283] - Improve error message for missing type-parameter on enclosing type [#587905] * GIR parser: - Allow change of parameter names - Handle metadata for fields inside a transparent union - Accept setters with boolean return-type as valid property-accessor - Don't mark simple-type out-parameters with '?' as nullable Vala 0.36.9 =========== * Various improvements and bug fixes: - codegen: Add destroy param when invoking delegate returned by delegate [#792077] - gidlparser: Update type qualifiers - vala: Fix parameter type inference of overridden async methods [#792660] - codewriter: Don't use string.replace() to apply header_to_override [#731322] Notes: svn path=/head/; revision=459892
* Update lang/vala to 0.36.4Don Lewis2018-01-245-27/+50
| | | | | | | | | | | | Regenerate patch files with makepatch Update WWW in pkg-descr PR: 221941 Submitted by: cpm Notes: svn path=/head/; revision=459813
* - Update to 0.30.2Olivier Duchateau2016-07-262-6/+5
| | | | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 210440 Submitted by: myself Approved by: The GNOME team (timeout > 1 month) Notes: svn path=/head/; revision=419143
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-142-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* Update vala to 0.28.1.Koop Mast2015-09-042-5/+4
| | | | | | | Obtained from: gnome devel repo Notes: svn path=/head/; revision=396147
* * Add PORTSCOUT macros to only show stable gnome versions.Koop Mast2015-08-081-0/+2
| | | | | | | | | | | * Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk so that all -reference ports get ignored. * Add some PORTSCOUT=ignore:1 here and there for software that won't get any updates anymore. Or are slave ports, so only the master port will get checked. Notes: svn path=/head/; revision=393729
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.Koop Mast2015-08-053-9/+12
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=393607
* Update vala to 0.26.2.Koop Mast2015-01-152-4/+3
| | | | | | | | | PR: 196695 Submitted by: olivierd@ Obtained from: gnome dev repo Notes: svn path=/head/; revision=377078
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-196-84/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Cleanup plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371587
* Convert a bunch of USE_XZ to USES=tar:xz.Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363392
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Stagify, use new lib_depends syntax. add libtool to USES.Koop Mast2014-03-083-14/+16
| | | | | | | | | | | Update www and pkg-descr in vala-vapi. PR: ports/186780 (based on) ports/186781 (based on) Submitted by: olivierd@ Notes: svn path=/head/; revision=347506
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-313-7/+10
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* - Avoid of using SITE_PERLAndrej Zverev2013-05-231-2/+2
| | | | | | | | | PR: ports/178878 Submitted by: az Approved by: kwm@ (gnome@) Notes: svn path=/head/; revision=318898
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-2/+2
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-083-31/+79
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313633
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300222
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284620
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Update the glib and gtk stack to the lastest stable releases.Koop Mast2011-07-303-251/+265
| | | | | | | | | | | Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import. Notes: svn path=/head/; revision=278556
* Update to 0.10.4.Koop Mast2011-03-142-4/+3
| | | | Notes: svn path=/head/; revision=270904
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-204-238/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-103-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* These directories are handled by gnomehier.Joe Marcus Clarke2010-02-132-2/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=249745
* Update to 0.7.10.Joe Marcus Clarke2010-02-125-4/+28
| | | | | | | | PR: 143665 Submitted by: Dmitry <dmitry2006@yandex.ru> Notes: svn path=/head/; revision=249739
* Update to 0.7.9.Joe Marcus Clarke2009-12-203-5/+14
| | | | Notes: svn path=/head/; revision=246316
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-283-234/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* Update to 0.6.1.Joe Marcus Clarke2009-04-132-4/+4
| | | | Notes: svn path=/head/; revision=232278