1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Koop Mast
3dc5c96a1f Mark jobs unsafe.
PR:		ports/175810
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2013-02-05 12:37:26 +00:00
Jeremy Messenger
78dc195ea9 Fix the build with clang.
PR:		ports/163518
Submitted by:	Jan Beich <jbeich@tormail.net>
Feature safe:	yes
2012-03-16 03:12:33 +00:00
Pietro Cerutti
19971715f5 - Update to 0.1.6
Changes:
  * build improvements
  * remove blatantly wrong conversions from extensions
  * make it possible to distinguish format_n formats from others
  * improvements to vala/gobject introspection support

Approved by:	kwm (gnome@)
Feature safe:	yes
2011-11-22 08:03:18 +00:00
Jeremy Messenger
e5e4515545 Fix the build when it enables gobject-introspection. Without it, I get this:
---------------------------
gnome-config: not found
Package babl was not found in the pkg-config search path.
Perhaps you should add the directory containing `babl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'babl' found
---------------------------

Clearly, there is no way for babl to depends on babl (itself). O_o A weird
bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
the pkg-plist to make it easier to read. No function change.
2011-06-29 14:51:58 +00:00
Koop Mast
345d486476 Update to 0.1.4. [1]
Gir files now shipped with babl. So no need anymore for a seperate port.

PR:		ports/154430 [1]
Submitted by:	gahr@
2011-02-25 16:14:29 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Pietro Cerutti
91ad7f3bc7 - Update to 0.1.2
PR:		144225
Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
Approved by:	kwm (gnome@ team)
2010-03-24 15:19:00 +00:00
Joe Marcus Clarke
0f017c5d71 Correct the logic of the SIMD option so that packages are not built with
unwanted optimizations.

PR:		137114
Submitted by:	Anonymous <swell.k@gmail.com>
2009-08-08 21:13:31 +00:00
Joe Marcus Clarke
13cf3b21c8 * Add support for SIMDoptimizations (off by default).
* Fix the invocation of mktemp to prevent a spurious error.

PR:		137114
Submitted by:	Anonymous <swell.k@gmail.com>
2009-08-02 21:35:01 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Jeremy Messenger
ccc47b2e20 Actually bump the PORTREVISION, forgot to save it in editor. 2008-10-28 04:13:30 +00:00
Jeremy Messenger
2571da6d96 -No need to include the gnomeprefix that brings gnomehier in. [1]
-Use the gnomehack instead of a pkg-config patch in post-patch target.
-Bump the PORTREVISION.

Submitted by:	Stefan Thurner <thurners@nicsys.de> [1]
2008-10-28 04:00:16 +00:00
Joe Marcus Clarke
f5af321165 Update to 0.0.22. 2008-07-06 17:30:43 +00:00
Michael Johnson
0a0d976ca7 Add babl
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.

WWW: http://www.gegl.org/babl/
2008-04-15 01:48:26 +00:00