aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgnomeuimm26
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Presenting GNOME 2.14.1 for FreeBSD! CheckoutJoe Marcus Clarke2006-04-302-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Switch to <target>:: convention for both patch-autotools and run-autotools,Ade Lovett2005-11-191-1/+1
| | | | | | | | to allow for easier overriding of these targets by port Makefiles, if they need to. Notes: svn path=/head/; revision=148768
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 2.12.0.Joe Marcus Clarke2005-11-052-3/+4
| | | | Notes: svn path=/head/; revision=147323
* Fix build failure triggered by pkgconfig update.Alexander Nedotsukov2005-04-221-0/+2
| | | | Notes: svn path=/head/; revision=133910
* Update to 2.10.0. Note: this release is API and ABI compatible withJoe Marcus Clarke2005-03-122-6/+14
| | | | | | | 2.6.x, so a repocopy to libgnomeuimm210 is not needed. Notes: svn path=/head/; revision=131008
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* USE_INTLTOOL_VER -> USE_INC_LIBTOOL_VER to let lthack actuallyAlexander Nedotsukov2004-08-171-1/+1
| | | | | | | | | | | | | axe .la garbage. I didn't pay much attention to the fact how _INC get lost after repocopy when was told about this problem in x11-tookits/libpanelappetmm. Reported by: pointyhat Notes: svn path=/head/; revision=116455
* Add libgnomeuimm 2.6.0 after repocopy from libgnomeuimm,Alexander Nedotsukov2004-07-085-117/+87
| | | | | | | C++ wrapper for libgnomeui library. Notes: svn path=/head/; revision=113205
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Chase libgnomemm shared library version.Alexander Nedotsukov2003-10-121-1/+2
| | | | Notes: svn path=/head/; revision=90936
* Update to 2.0.0Alexander Nedotsukov2003-09-264-17/+5
| | | | Notes: svn path=/head/; revision=89458
* Redone patch with accidently removed trailing spaces.Alexander Nedotsukov2003-08-291-8/+8
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87986
* Workaround gcc 2.95.x static_cast<> bug on -STABLEAlexander Nedotsukov2003-08-272-1/+36
| | | | | | | | | PR: 56030 Submitted by: Sergey Akifyev <asa@gascom.ru> (based on) Approved by: marcus (mentor) Notes: svn path=/head/; revision=87817
* Update to 1.3.17Alexander Nedotsukov2003-08-253-4/+3
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=87700
* - Change my maintainer address.Alexander Nedotsukov2003-08-172-13/+2
| | | | | | | | | - Use gnomehack for pkgconfig libdir. Approved by: marcus (mentor) Notes: svn path=/head/; revision=87106
* Fix build with GCC 3.3.1. Bump PORTREVISION since the header change willJoe Marcus Clarke2003-07-232-0/+12
| | | | | | | | | affect dependent ports. Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=85410
* Add libgnomeuimm, the C++ bindings for libgnomeui.Joe Marcus Clarke2003-06-156-0/+119
Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=83070