[Midnightbsd-cvs] mports: metacity/files: Not necessary anymore

stevan at midnightbsd.org stevan at midnightbsd.org
Wed Jun 18 22:12:19 EDT 2008


Log Message:
-----------
Not necessary anymore

Removed Files:
-------------
    mports/x11-wm/metacity/files:
        patch-configure
        patch-src_window-props.c

-------------- next part --------------
--- x11-wm/metacity/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig	2007-09-16 11:47:50.000000000 -0400
-+++ configure	2007-09-16 11:48:17.000000000 -0400
-@@ -28087,7 +28087,6 @@
- 
-   if test x$have_xrender = xyes; then
-      echo "Building with Render"
--     METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION"
-   fi
- fi ## have_composite
- 
-@@ -33175,7 +33174,7 @@
- "
- 
- METACITY_MINOR_VERSION=20
--if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
-+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then
-    stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
-    echo "This is the UNSTABLE branch of metacity"
-    echo -n "Use 2.$stable_version.x for stable "
--- x11-wm/metacity/files/patch-src_window-props.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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


More information about the Midnightbsd-cvs mailing list