diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-14 22:33:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-14 22:33:32 +0800 |
commit | 6f4fc5df72d10fafa97152d17466c46038303a72 (patch) | |
tree | cee69a2d36104f135c898342e298ac9390195c6e /x11-wm | |
parent | ddceb6e620821fcd2dea5e9d407b5afff3842ff8 (diff) | |
download | marcuscom-ports-6f4fc5df72d10fafa97152d17466c46038303a72.tar.gz marcuscom-ports-6f4fc5df72d10fafa97152d17466c46038303a72.tar.zst marcuscom-ports-6f4fc5df72d10fafa97152d17466c46038303a72.zip |
Update to 2.13.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5276 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-src_window-props.c | 18 |
3 files changed, 23 insertions, 5 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 67eb3c48e..89c4bf53f 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,11 +3,11 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.62 2005/11/19 18:05:56 marcus Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.63 2005/11/22 18:15:48 marcus Exp $ # PORTNAME= metacity -PORTVERSION= 2.13.3 +PORTVERSION= 2.13.5 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index 1a40419a2..569c3ea16 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/metacity-2.13.3.tar.bz2) = 9ca694057e9c829279a5f5efcb5f7560 -SHA256 (gnome2/metacity-2.13.3.tar.bz2) = 892fb2bc7b8141800eab329acd178147dfd7853299abe163c6d798769b126529 -SIZE (gnome2/metacity-2.13.3.tar.bz2) = 1717833 +MD5 (gnome2/metacity-2.13.5.tar.bz2) = 7f5e01d096cdd2bcbae89384561a1e51 +SHA256 (gnome2/metacity-2.13.5.tar.bz2) = 08ad3f2e1ba99d58478b5e1cb1240cce051b37f7126b08d6be366e7f2b64cad7 +SIZE (gnome2/metacity-2.13.5.tar.bz2) = 1721639 diff --git a/x11-wm/metacity/files/patch-src_window-props.c b/x11-wm/metacity/files/patch-src_window-props.c new file mode 100644 index 000000000..e32aacf7f --- /dev/null +++ b/x11-wm/metacity/files/patch-src_window-props.c @@ -0,0 +1,18 @@ +--- src/window-props.c.orig Wed Dec 14 09:27:03 2005 ++++ src/window-props.c Wed Dec 14 09:28:57 2005 +@@ -20,6 +20,7 @@ + * 02111-1307, USA. + */ + ++#include <sys/param.h> + #include <config.h> + #include "window-props.h" + #include "xprops.h" +@@ -194,6 +195,7 @@ reload_net_wm_user_time (MetaWindow * + } + + #define MAX_TITLE_LENGTH 512 ++#define HOST_NAME_MAX MAXHOSTNAMELEN + + /** + * Called by set_window_title and set_icon_title to set the value of |