From b1cbc1646600a727c9a0e55dce561173b2616584 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 21 Jun 2013 18:20:24 +0000 Subject: Update to 3.6.2. Submitted by: Gustau Perez git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18577 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-wm/mutter/Makefile | 10 ++++------ x11-wm/mutter/distinfo | 4 ++-- x11-wm/mutter/files/patch-configure | 11 ----------- x11-wm/mutter/files/patch-src_core_main.c | 14 -------------- 4 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 x11-wm/mutter/files/patch-configure delete mode 100644 x11-wm/mutter/files/patch-src_core_main.c diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 361451552..0b1008dbf 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -1,9 +1,9 @@ # Created by: Pawel Worach # $FreeBSD$ -# $MCom: ports/trunk/x11-wm/mutter/Makefile 17268 2013-04-01 05:13:11Z marcus $ +# $MCom$ PORTNAME= mutter -PORTVERSION= 3.4.1 +PORTVERSION= 3.6.2 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,7 +19,6 @@ LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \ gsettings-desktop-schemas>=3.4.0:${PORTSDIR}/devel/gsettings-desktop-schemas - USE_XZ= yes USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm xfixes \ xrender xdamage @@ -27,8 +26,8 @@ USE_PYTHON= 2.5+ USES= gettext pathfix pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehier gnomeprefix intlhack gtk30 ltverhack \ - introspection:build +USE_GNOME= gnomehier gnomeprefix gtk30 intlhack introspection:build \ + ltverhack USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer LDFLAGS+= -L${LOCALBASE}/lib @@ -42,7 +41,6 @@ PLIST_SUB= VERSION=${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e 's|-Wcast-align||g' \ - -e 's|execinfo.h|disabled-execinfo.h|g' \ ${WRKSRC}/configure .include diff --git a/x11-wm/mutter/distinfo b/x11-wm/mutter/distinfo index afdef327c..6bac340f1 100644 --- a/x11-wm/mutter/distinfo +++ b/x11-wm/mutter/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/mutter-3.4.1.tar.xz) = dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449 -SIZE (gnome3/mutter-3.4.1.tar.xz) = 1597536 +SHA256 (gnome3/mutter-3.6.2.tar.xz) = 924f47681c972c3e8da610608c6aef35e61f52b338b5690e5721ed7ef8c2befc +SIZE (gnome3/mutter-3.6.2.tar.xz) = 1615792 diff --git a/x11-wm/mutter/files/patch-configure b/x11-wm/mutter/files/patch-configure deleted file mode 100644 index 9d269ab18..000000000 --- a/x11-wm/mutter/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old 2013-02-22 21:17:46.227070115 +0100 -+++ configure 2013-02-22 21:18:09.327066595 +0100 -@@ -14520,7 +14520,7 @@ - ac_fn_c_check_func "$LINENO" "backtrace" "ac_cv_func_backtrace" - if test "x$ac_cv_func_backtrace" = xyes; then : - cat >>confdefs.h <<_ACEOF --#define HAVE_BACKTRACE 1 -+#define HAVE_UNSUABLE_BACKTRACE 1 - _ACEOF - - fi diff --git a/x11-wm/mutter/files/patch-src_core_main.c b/x11-wm/mutter/files/patch-src_core_main.c deleted file mode 100644 index a248e943a..000000000 --- a/x11-wm/mutter/files/patch-src_core_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/core/main.c.orig 2010-02-12 12:17:38.000000000 -0500 -+++ src/core/main.c 2010-02-19 01:22:45.000000000 -0500 -@@ -59,7 +59,11 @@ - - #include - #include -+#ifdef __linux__ - #include -+#else -+#include -+#endif - #include - #include - #include -- cgit v1.2.3