aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgnomecanvas
Commit message (Collapse)AuthorAgeFilesLines
* - Add header in these *-reference ports.Jeremy Messenger2006-05-311-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix a few of pkg-descr by chase the rename. - Move all PORTREVISION and PORTEPOCH to top with ?=. - Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and USE_XLIB. This fix ports to use the correct mtree when you change the prefix, for example: Incorrect: (Without USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (With USE_X_PREFIX) ================================ # cd /usr/ports/x11-toolkits/gtk20 # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================ - Change a several of *-reference ports to install in LOCALBASE instead X11BASE, but only two gtkmm*-reference couldn't be change at the moment. Bump the PORTREVISION for change prefix. Discussed with: marcus Notes: svn path=/head/; revision=164120
* Move the libgnomecanvas programming reference to theJean-Yves Lefort2006-05-102-30/+10
| | | | | | | libgnomecanvas-reference port. Notes: svn path=/head/; revision=161965
* Presenting GNOME 2.14.1 for FreeBSD! CheckoutJoe Marcus Clarke2006-04-303-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=160863
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesJoe Marcus Clarke2005-11-054-9/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The purpose of 2.10.2 is to eliminate the need for this patch. The underlyingJoe Marcus Clarke2005-05-242-11/+1
| | | | | | | bug has now been fixed. Notes: svn path=/head/; revision=136077
* Update to 2.10.2.Adam Weinberger2005-05-242-4/+3
| | | | Notes: svn path=/head/; revision=136060
* Remove a g_assert() that was causing applications such as evolution to crash.Joe Marcus Clarke2005-05-202-0/+12
| | | | | | | | | | The new code NULLs out the canvas member of the item structure, so this assert should no longer be needed. Reported by: pav Notes: svn path=/head/; revision=135734
* Update to 2.10.1.Koop Mast2005-05-193-32/+4
| | | | | | | Bug fix release. Notes: svn path=/head/; revision=135632
* - Don't remove directories that belong to libglade portPav Lucistnik2005-03-132-2/+1
| | | | Notes: svn path=/head/; revision=131047
* Presenting GNOME 2.10 for FreeBSD!Joe Marcus Clarke2005-03-123-33/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-073-7/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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.6.1.1.Joe Marcus Clarke2004-04-283-14/+3
| | | | Notes: svn path=/head/; revision=107846
* Update to 2.6.1.Joe Marcus Clarke2004-04-204-3/+16
| | | | Notes: svn path=/head/; revision=107663
* Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best releaseJoe Marcus Clarke2004-04-055-54/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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=104462
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* 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 GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-183-26/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 2.2.1.Joe Marcus Clarke2003-05-183-3/+34
| | | | Notes: svn path=/head/; revision=81278
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-5/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* * Update to 2.2.0.2Joe Marcus Clarke2003-02-284-8/+6
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=76607
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-073-9/+17
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Remove share/doc/libgnomecanvas.Joe Marcus Clarke2003-01-131-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=72986
* Update to 2.0.5.Joe Marcus Clarke2002-11-213-2/+4
| | | | Notes: svn path=/head/; revision=70639
* 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.4.Joe Marcus Clarke2002-09-063-2/+3
| | | | Notes: svn path=/head/; revision=65741
* Update to 2.0.3.Joe Marcus Clarke2002-08-293-3/+7
| | | | Notes: svn path=/head/; revision=65220
* Update to 2.0.2.Joe Marcus Clarke2002-08-073-3/+4
| | | | Notes: svn path=/head/; revision=64171
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-2/+3
| | | | Notes: svn path=/head/; revision=62815
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009
* Allow libgnomwcanvas to be built when gtk-doc is present.Joe Marcus Clarke2002-06-161-1/+2
| | | | | | | Reported by: laurent wan <laurent.wan@free.fr> Notes: svn path=/head/; revision=61332
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.Joe Marcus Clarke2002-06-153-3/+4
| | | | Notes: svn path=/head/; revision=61311
* Update to the latest GNOME 2 snapshot. This will be done it two parts.Joe Marcus Clarke2002-06-113-3/+22
| | | | | | | | This first part is the GNOME 2 API. The next part will contain the desktop components. Notes: svn path=/head/; revision=61095
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.Joe Marcus Clarke2002-05-281-1/+1
| | | | Notes: svn path=/head/; revision=60202
* Add MAINTAINER line.Joe Marcus Clarke2002-05-221-0/+2
| | | | | | | Reported by: Edward Glowacki <glowack2@msu.edu> Notes: svn path=/head/; revision=59716
* Back to betas...Update to GNOME 2.0 beta 5.Joe Marcus Clarke2002-05-193-23/+5
| | | | Notes: svn path=/head/; revision=59482
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-05-121-1/+1
| | | | Notes: svn path=/head/; revision=58959
* Update to GNOME 2.0 RC 1.Joe Marcus Clarke2002-05-022-3/+3
| | | | Notes: svn path=/head/; revision=58444
* Add patch necessary for USE_LIBTOOL.Maxim Sobolev2002-04-261-0/+13
| | | | Notes: svn path=/head/; revision=58167
* - Update to 1.115.0 (version found in the GNOME2 beta4);Maxim Sobolev2002-04-264-49/+5
| | | | | | | - use USE_LIBTOOL. Notes: svn path=/head/; revision=58166
* Update to GNOME 2.0 beta3.Joe Marcus Clarke2002-04-063-3/+5
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=57392
* Bring up already ported portion on GNOME2 development platform on par withMaxim Sobolev2002-03-113-3/+7
| | | | | | | GNOME2 beta2 release. Notes: svn path=/head/; revision=55883