aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/metacity
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.10.3.Joe Marcus Clarke2005-07-242-3/+3
| | | | Notes: svn path=/head/; revision=139991
* Update to 2.10.2.Jeremy Messenger2005-06-282-4/+3
| | | | Notes: svn path=/head/; revision=138087
* Fix some really weird plist corruption.Joe Marcus Clarke2005-04-132-1/+5
| | | | | | | Reported by: GNOME Tinderbox Notes: svn path=/head/; revision=133203
* Update to 2.10.1.Adam Weinberger2005-04-113-7/+7
| | | | Notes: svn path=/head/; revision=133109
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-124-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 to 2.8.13.Joe Marcus Clarke2005-02-202-3/+3
| | | | Notes: svn path=/head/; revision=129334
* Tweak better CONFLICTS: s/expocity*/expocity-[0-9]*/gJeremy Messenger2004-12-231-1/+1
| | | | Notes: svn path=/head/; revision=125012
* Update to 2.8.8Michael Johnson2004-12-062-3/+3
| | | | Notes: svn path=/head/; revision=123342
* Use new GCONF_SCHEMAS.Jeremy Messenger2004-11-232-3/+2
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=122241
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-074-17/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Hack around a window focus problem in the new metacity. This is a messy hack,Joe Marcus Clarke2004-08-062-0/+14
| | | | | | | | | | | but it will do until the bug can be fixed for real. See http://bugzilla.gnome.org/show_bug.cgi?id=149028 for more details. PR: 70087 Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=149276 Notes: svn path=/head/; revision=115523
* Update to 2.8.2.Joe Marcus Clarke2004-08-042-5/+5
| | | | Notes: svn path=/head/; revision=115384
* 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
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-24/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Register conflicts with new port x11-wm/expocity.Volker Stolz2004-05-261-0/+1
| | | | Notes: svn path=/head/; revision=110049
* Update to 2.8.1Alexander Nedotsukov2004-05-053-4/+8
| | | | Notes: svn path=/head/; revision=108436
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-054-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
* Update to 2.6.5. The most notable change is that while usingJoe Marcus Clarke2004-02-163-17/+4
| | | | | | | | focus-follows-mouse, clicking inside a window will raise it as it did under 2.4.x. Notes: svn path=/head/; revision=101001
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 2.6.3Alexander Nedotsukov2003-10-283-15/+16
| | | | Notes: svn path=/head/; revision=92371
* Update to 2.6.2.Adam Weinberger2003-10-023-2/+5
| | | | Notes: svn path=/head/; revision=90012
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-184-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Fix theme loading on Sparc64.Joe Marcus Clarke2003-06-012-0/+12
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=81817
* Update to 2.4.55.Joe Marcus Clarke2003-05-223-3/+9
| | | | Notes: svn path=/head/; revision=81728
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-5/+2
| | | | Notes: svn path=/head/; revision=79439
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* 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
* Remove the WWW link. There really is no website of metacity anymore.Joe Marcus Clarke2003-02-091-2/+0
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=75200
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-073-5/+16
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Update to 2.4.21.Joe Marcus Clarke2003-01-253-2/+3
| | | | Notes: svn path=/head/; revision=73966
* Update to 2.4.13.Joe Marcus Clarke2003-01-193-7/+28
| | | | Notes: svn path=/head/; revision=73527
* Remove share/gnome/themes.Joe Marcus Clarke2003-01-131-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=73013
* Update to 2.4.3.Joe Marcus Clarke2002-10-303-2/+3
| | | | Notes: svn path=/head/; revision=69133
* Use bzip'ed distfile like other gnome ports do.Maxim Sobolev2002-10-082-1/+2
| | | | Notes: svn path=/head/; revision=67618
* Update to 2.4.2.Joe Marcus Clarke2002-10-053-18/+20
| | | | Notes: svn path=/head/; revision=67353
* Update to 2.4.1.Joe Marcus Clarke2002-09-173-2/+6
| | | | Notes: svn path=/head/; revision=66472
* Update to 2.4.0.Joe Marcus Clarke2002-08-243-86/+105
| | | | | | | Reported by: Franz Klammer <klammer@webonaut.com> Notes: svn path=/head/; revision=64940
* Use USE_REINPLACE.Maxim Sobolev2002-07-181-6/+7
| | | | Notes: svn path=/head/; revision=63205
* Update to 2.3.987.Joe Marcus Clarke2002-06-122-2/+2
| | | | Notes: svn path=/head/; revision=61144
* Update to 2.3.610.Maxim Sobolev2002-06-043-4/+16
| | | | Notes: svn path=/head/; revision=60590
* Fix Xinerama support. Bump PORTREVISION.Joe Marcus Clarke2002-05-221-1/+3
| | | | Notes: svn path=/head/; revision=59712
* Add metacity 2.3.377, a window manager for the adult in you. Metacity is goingMaxim Sobolev2002-05-226-0/+169
to replace Sawfish in GNOME2 desktop. PR: 38397 Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=59686