diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-08 18:51:34 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-08 18:51:34 +0800 |
commit | 77aa43669359356c3cab5041fdfcd537e1cabf09 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /accessibility/atkmm | |
parent | 0fdeab2269ff13fcc43d09958d528d0ce5ec786a (diff) | |
download | freebsd-ports-gnome-77aa43669359356c3cab5041fdfcd537e1cabf09.tar.gz freebsd-ports-gnome-77aa43669359356c3cab5041fdfcd537e1cabf09.tar.zst freebsd-ports-gnome-77aa43669359356c3cab5041fdfcd537e1cabf09.zip |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Diffstat (limited to 'accessibility/atkmm')
-rw-r--r-- | accessibility/atkmm/Makefile | 17 | ||||
-rw-r--r-- | accessibility/atkmm/distinfo | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index 34a9448cf6f6..0ee57c149d40 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -1,26 +1,21 @@ -# New ports collection makefile for: atkmm -# Date created: 24 June 2010 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/accessibility/atkmm/Makefile,v 1.10 2011/06/11 18:55:54 mezz Exp $ -# +# $MCom: ports/accessibility/atkmm/Makefile,v 1.12 2012/09/01 23:02:08 mezz Exp $ PORTNAME= atkmm -PORTVERSION= 2.22.5 +PORTVERSION= 2.22.6 CATEGORIES= accessibility gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm - -USE_BZIP2= yes +USE_XZ= yes USE_LDCONFIG= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -USE_GNOME= gnomehack atk +USE_GNOME= gnomehack atk glibmm +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/accessibility/atkmm/distinfo b/accessibility/atkmm/distinfo index e48166c7e49a..2ed888d233c3 100644 --- a/accessibility/atkmm/distinfo +++ b/accessibility/atkmm/distinfo @@ -1,2 +1,2 @@ -SHA256 (atkmm-2.22.5.tar.bz2) = 61e03e5e67952c8fd9919049fae680bd0f2a1547344394f36b98b05b34b7be6c -SIZE (atkmm-2.22.5.tar.bz2) = 715419 +SHA256 (atkmm-2.22.6.tar.xz) = 0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6 +SIZE (atkmm-2.22.6.tar.xz) = 562892 |