diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 17:45:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-10 17:45:22 +0800 |
commit | 2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab (patch) | |
tree | 5e06fc71e2f273410427cffa6b3947e5db7a7089 /x11-wm | |
parent | 659d94c2d8fba69c8ed2c6ea5ae59c1cfc33d9ce (diff) | |
download | marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.gz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.bz2 marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.lz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.xz marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.tar.zst marcuscom-ports-2c73bc6269e3e976b0ed7914af8aa3f8f0f0deab.zip |
Update to 2.9.3, and add Render support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3369 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/metacity/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/metacity/files/patch-configure | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 2c4f00595..7cadcafeb 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.9.2 +PORTVERSION= 2.9.3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 USE_GNOME= gnomeprefix intlhack gnomehack gnomehier gconf2 INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --enable-render CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index d92cedca7..56df5bb3e 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/metacity-2.9.2.tar.bz2) = 4ab2efa3d3b2fe3043f53f991e85a0b5 -SIZE (gnome2/metacity-2.9.2.tar.bz2) = 2220582 +MD5 (gnome2/metacity-2.9.3.tar.bz2) = f0980d33030bbaba5c7853c7c733b585 +SIZE (gnome2/metacity-2.9.3.tar.bz2) = 2230545 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure new file mode 100644 index 000000000..09c5caee7 --- /dev/null +++ b/x11-wm/metacity/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Jan 10 04:40:58 2005 ++++ configure Mon Jan 10 04:41:11 2005 +@@ -25377,7 +25377,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 + |