summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-22 02:20:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-06-22 02:20:24 +0800
commitb1cbc1646600a727c9a0e55dce561173b2616584 (patch)
tree299506e76c567c93982c7eeb0f7af18f0cbada8d /x11-wm
parent077d5fb086dfe97be26093839ae5d0bc0fcf87f7 (diff)
downloadmarcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.gz
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.bz2
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.lz
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.xz
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.tar.zst
marcuscom-ports-b1cbc1646600a727c9a0e55dce561173b2616584.zip
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
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/Makefile10
-rw-r--r--x11-wm/mutter/distinfo4
-rw-r--r--x11-wm/mutter/files/patch-configure11
-rw-r--r--x11-wm/mutter/files/patch-src_core_main.c14
4 files changed, 6 insertions, 33 deletions
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 <pawel.worach@gmail.com>
# $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 <bsd.port.mk>
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 <stdlib.h>
- #include <sys/types.h>
-+#ifdef __linux__
- #include <wait.h>
-+#else
-+#include <sys/wait.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <signal.h>