summaryrefslogtreecommitdiff
path: root/devel/glib20/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si()Marcel Moolenaar2008-04-251-37/+0
| | | | | | | | | and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC intrinsincs before GCC-4.1.0. With GCC 4.2.x in the tree, this breaks the build. The glib20 code already has the right intrinsincs, so we can eliminate this patch. Ok'd by: marcus@
* Update to 2.16.2.Joe Marcus Clarke2008-04-011-11/+0
|
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-2412-73/+293
| | | | | | | | | | | | | | | | | | | | | | 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
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-244-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove support for a separate X11BASE.Joe Marcus Clarke2007-05-201-2/+2
| | | | Approved by: portmgr (implicit)
* Update to 2.12.12.Joe Marcus Clarke2007-05-021-6/+6
|
* Remove a patch which is no longer required.Joe Marcus Clarke2007-01-161-53/+0
|
* Update to 2.12.7.Joe Marcus Clarke2007-01-051-6/+14
|
* Update to 2.12.5Michael Johnson2006-12-191-11/+0
|
* Restore the collation patch.Jean-Yves Lefort2006-10-192-0/+127
| | | | Approved by: portmgr (marcus)
* Restore a patch to fix the build on ia64 that was removed during theJoe Marcus Clarke2006-10-171-0/+37
| | | | | | GNOME 2.16 import. Approved by: portmgr (implicit)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-147-378/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Remove the ICU crash workaround and really fix the issue. IfJean-Yves Lefort2006-10-051-3/+3
| | | | | | | resultLength is smaller than the length needed to store the collation key, ucol_getSortKey() sometimes does not obey resultLength and overflows the result buffer... - Plug a memory leak in the icu patch.
* Fix string collation by using the icu library, since the FreeBSD libcJean-Yves Lefort2006-08-232-0/+127
| | | | does not support UTF-8 collation.
* Fix the build on ia64.Joe Marcus Clarke2006-07-061-0/+37
| | | | Submitted by: marcel
* Presenting GNOME 2.14.1 for FreeBSD! CheckoutJoe Marcus Clarke2006-04-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke <kysd@po.harenet.ne.jp> Pascal Hofstee <caelian@gmail.com> rmgls@wanadoo.fr tmclaugh Yuri Pankov <yuri.pankov@gmail.com> sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee <caelian@gmail.com> QuiRK on #freebsd-gnome Vladimir Timofeev <vovkasm@gmail.com>
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-052-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Fix patch name.Jean-Yves Lefort2005-07-201-0/+0
|
* Fix memory leaks when G_ERRORCHECK_MUTEXES is used:Jean-Yves Lefort2005-07-203-0/+266
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=311043
* Fix patchingKoop Mast2005-06-101-10/+10
| | | | Noticed by: krion
* Update to 2.6.4.Joe Marcus Clarke2005-04-071-8/+8
|
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-123-27/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* Fix a threading portability problem in which g_mutex_trylock_posix_impl() didJoe Marcus Clarke2004-09-151-2/+11
| | | | | | | | | | | | not check for a return of EDEADLK, thus causing certain threaded applications to break (e.g. bmp) with libpthread. This is slated to be committed in the next release of glib. See http://bugzilla.gnome.org/show_bug.cgi?id=152009 for more details. Submitted by: Pascal Hofstee <caelian@gmail.com> Reviewed by: portmgr Approved by: portmgr (implicit and no objections from linimon)
* Remove the previous thread stack size hack, and add a slightly better one.Joe Marcus Clarke2004-07-272-11/+34
| | | | | | | This new hack sets a default thread stack size of 1 MB (more in line with Linux), but allows programmers to override that down to the minimum stack size. This is subject to change again, but this is far better than the hack that was previously in place.
* Correct a patch that marcus has made a simple mistake with the path.Jeremy Messenger2004-07-241-2/+2
| | | | | | gthread.h -> glib/gthread.h Reported by: Mike Harding <mvh@ix.netcom.com>
* Hack the default stack size for threads created with g_thread_create() toJoe Marcus Clarke2004-07-241-0/+11
| | | | | | | | be 256 KB instead of the default (64 KB on platforms other than ia64, and 256 KB on ia64). This fixes some stack overflows seen in applications such as gnome-cups-manager.
* Update to 2.4.4Alexander Nedotsukov2004-07-091-8/+0
|
* Fix a botch patch in the 2.4.1 update that resulted in the wrong PTHREAD_LIBSJoe Marcus Clarke2004-05-041-6/+6
| | | | | | being used on 5.X. Reported by: many
* * Update to 2.4.1Joe Marcus Clarke2004-04-301-7/+7
| | | | * Add a LATEST_LINK to glib20
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-052-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
* Ensure that pthread CFLAGS and LDFLAGS are properly passed in.Joe Marcus Clarke2003-04-291-1/+10
| | | | | PR: 51533 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-071-26/+3
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Revert sobomax's removal of --export-dynamic. This is needed for ports likeJoe Marcus Clarke2002-06-301-12/+0
| | | | | | | | | | | | | bugbuddy which require the signal handler symbols to be exported to libglade. Other ports which require libglade may also benefit from --export-dynamic. If you find GNOME 2.0 applications that complain libglade cannot find a certain signal handler, recompile the port after updating to this revision of glib20. The problem should go away. Note, this may not be the optimum fix, but it is what the GNOME people probably intended, and gets things working for GNOME 2.0 Final.
* Don't leak --export-dynamic into installed gmodule-2.0.pc.Maxim Sobolev2002-06-171-0/+12
|
* Don't touch charset.alias file installed by libiconv.Maxim Sobolev2002-06-041-3/+12
|
* Use USE_LIBTOOL.Maxim Sobolev2002-04-262-49/+12
|
* Remove iconv->giconv hack.Maxim Sobolev2002-03-281-88/+0
| | | | | PR: 36265 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 2.0.0.Maxim Sobolev2002-03-111-31/+85
| | | | | PR: 35541 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update all components of the GNOME 2.0 to the versions included into GNOMEMaxim Sobolev2002-02-271-9/+9
| | | | 2.0-beta release.
* - Update to 1.3.13 - the version shipped with the GNOME2 alpha 2;Maxim Sobolev2002-02-122-14/+31
| | | | | - switch to .bz2 distfile; - move distfile into gnome2 DIST_SUBDIR.
* glibconfig.h was getting installed in /, rather than below PREFIXAde Lovett2002-02-081-15/+6
| | | | | | and was being compensated for by a post-install target. Fix the underlying problem, bumping PORTREVISION.
* Update to 1.3.12 and merge in dlsym() patches from gtk12 port.Maxim Sobolev2002-01-184-48/+74
|
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net>
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
|
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | Submitted by: Ports Fury
* Update to 1.3.9.Maxim Sobolev2001-10-242-21/+21
|
* Update to 1.3.6.Maxim Sobolev2001-08-015-536/+47
|
* Update to 1.3.5.Maxim Sobolev2001-05-142-22/+507
|
* Update to 1.3.4.Maxim Sobolev2001-04-302-32/+30
| | | | Approved by: maintainer
* Update to 1.3.2.Maxim Sobolev2000-11-203-18/+90
|