From 34d827c1729a9251171b94d400d8ea750bc1cdb7 Mon Sep 17 00:00:00 2001 From: gusi Date: Thu, 31 Jul 2014 10:24:00 +0000 Subject: Update cinnamon to 2.2.14 and related ports to the last version available. While here: - switch maintainership to gnome@FreeBSD.org - convert those ports with options to the compact form - stop using paths in {run/lib}_depends and instead use the package:dir form - ensure no USE_AUTOTOOLS= libtool is used. Those doing the autofoo dance must use libtoolize instead I will drop keepla in the future. I did no want to mix that with this commit. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19786 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-src_compositor_meta-texture-rectangle.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h (limited to 'x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h') diff --git a/x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h b/x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h deleted file mode 100644 index 81593c066..000000000 --- a/x11-wm/muffin/files/patch-src_compositor_meta-texture-rectangle.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/compositor/meta-texture-rectangle.h.orig 2013-11-23 13:42:35.000000000 +0000 -+++ src/compositor/meta-texture-rectangle.h 2014-03-31 08:00:34.766125773 +0000 -@@ -34,10 +34,8 @@ - meta_texture_rectangle_new (unsigned int width, - unsigned int height, - CoglPixelFormat format, -- CoglPixelFormat internal_format, - unsigned int rowstride, -- const guint8 *data, -- GError **error); -+ const guint8 *data); - - gboolean - meta_texture_rectangle_check (CoglTexture *texture); -- cgit v1.2.3