aboutsummaryrefslogtreecommitdiff
path: root/devel/glib20
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.8.4.Joe Marcus Clarke2005-11-152-3/+4
| | | | Notes: svn path=/head/; revision=148391
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-055-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=147261
* Update to 2.6.6.Joe Marcus Clarke2005-08-013-4/+6
| | | | Notes: svn path=/head/; revision=140685
* Fix patch name.Jean-Yves Lefort2005-07-201-0/+0
| | | | Notes: svn path=/head/; revision=139730
* Fix memory leaks when G_ERRORCHECK_MUTEXES is used:Jean-Yves Lefort2005-07-204-0/+267
| | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=311043 Notes: svn path=/head/; revision=139728
* Fix patchingKoop Mast2005-06-101-10/+10
| | | | | | | Noticed by: krion Notes: svn path=/head/; revision=137222
* Update to 2.6.5.Koop Mast2005-06-102-3/+3
| | | | Notes: svn path=/head/; revision=137215
* FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus hasJeremy Messenger2005-05-161-1/+1
| | | | | | | | | committed a MFC of stacksize increase in RELENG_5 a few days ago. Reviewed by: marcus Notes: svn path=/head/; revision=135334
* Update to 2.6.4.Joe Marcus Clarke2005-04-074-12/+15
| | | | Notes: svn path=/head/; revision=132664
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-126-37/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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! Notes: svn path=/head/; revision=130972
* Update MASTER_SITES for 2.3 -> 2.4.Jeremy Messenger2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=125009
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+6
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Update to 2.4.8.Joe Marcus Clarke2004-12-032-3/+3
| | | | Notes: svn path=/head/; revision=123018
* Update to 2.4.7.Joe Marcus Clarke2004-10-123-4/+5
| | | | Notes: svn path=/head/; revision=118750
* Fix a threading portability problem in which g_mutex_trylock_posix_impl() didJoe Marcus Clarke2004-09-152-2/+12
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=118170
* Update to 2.4.6Alexander Nedotsukov2004-08-133-3/+4
| | | | Notes: svn path=/head/; revision=116115
* Update to 2.4.5.Jeremy Messenger2004-07-303-4/+4
| | | | Notes: svn path=/head/; revision=115121
* Remove the previous thread stack size hack, and add a slightly better one.Joe Marcus Clarke2004-07-273-14/+37
| | | | | | | | | | 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. Notes: svn path=/head/; revision=114891
* 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> Notes: svn path=/head/; revision=114599
* Hack the default stack size for threads created with g_thread_create() toJoe Marcus Clarke2004-07-242-0/+12
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=114591
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to 2.4.4Alexander Nedotsukov2004-07-094-12/+5
| | | | Notes: svn path=/head/; revision=113282
* Update to 2.4.2Alexander Nedotsukov2004-06-043-5/+5
| | | | Notes: svn path=/head/; revision=110837
* - Remove GNOME 2.4 -> 2.6 upgrade warning. It served it's purpose.Pav Lucistnik2004-05-141-13/+0
| | | | | | | OK'ed by: marcus Notes: svn path=/head/; revision=109147
* Fix a botch patch in the 2.4.1 update that resulted in the wrong PTHREAD_LIBSJoe Marcus Clarke2004-05-042-6/+7
| | | | | | | | | being used on 5.X. Reported by: many Notes: svn path=/head/; revision=108384
* * Update to 2.4.1Joe Marcus Clarke2004-04-304-11/+14
| | | | | | | * Add a LATEST_LINK to glib20 Notes: svn path=/head/; revision=108044
* Point users to the 2.4-to-2.6 upgrade FAQ instead of the devel FAQ.Joe Marcus Clarke2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106364
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-056-49/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=106172
* - Add SIZE to GNOME portsPav Lucistnik2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104461
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Correct some obsolete MASTER_SITESJoe Marcus Clarke2003-10-061-1/+1
| | | | | | | | PR: 57557 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90336
* Grrr...actually up the PORTVERSION.Joe Marcus Clarke2003-08-261-2/+1
| | | | Notes: svn path=/head/; revision=87753
* Update to 2.2.3.Joe Marcus Clarke2003-08-262-1/+3
| | | | Notes: svn path=/head/; revision=87750
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-3/+1
| | | | Notes: svn path=/head/; revision=83119
* Update to 2.2.2.Joe Marcus Clarke2003-06-113-3/+14
| | | | Notes: svn path=/head/; revision=82720
* Ensure that pthread CFLAGS and LDFLAGS are properly passed in.Joe Marcus Clarke2003-04-292-1/+11
| | | | | | | | PR: 51533 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=79882
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-2/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-074-35/+20
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* pkg-descr claimed this was glib 1.3 ::)Adam Weinberger2002-12-101-1/+1
| | | | Notes: svn path=/head/; revision=71493
* Update to 2.0.7.Joe Marcus Clarke2002-11-043-6/+6
| | | | Notes: svn path=/head/; revision=69479
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 2.0.6.Joe Marcus Clarke2002-08-043-4/+5
| | | | Notes: svn path=/head/; revision=63941
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850