Index: head/x11-wm/metacity/Makefile =================================================================== --- head/x11-wm/metacity/Makefile (revision 81816) +++ head/x11-wm/metacity/Makefile (revision 81817) @@ -1,35 +1,36 @@ # New ports collection makefile for: metacity # Date created: 21 May 2002 # Whom: Garrett Rooney # # $FreeBSD$ # PORTNAME= metacity PORTVERSION= 2.4.55 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A window manager for the adult in you LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL= yes USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure .include Property changes on: head/x11-wm/metacity/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/x11-wm/metacity/files/patch-src_theme-parser.c =================================================================== --- head/x11-wm/metacity/files/patch-src_theme-parser.c (nonexistent) +++ head/x11-wm/metacity/files/patch-src_theme-parser.c (revision 81817) @@ -0,0 +1,11 @@ +--- src/theme-parser.c.orig Sat May 24 19:12:06 2003 ++++ src/theme-parser.c Sat May 24 19:12:43 2003 +@@ -4261,7 +4261,7 @@ + GError *error; + ParseInfo info; + char *text; +- int length; ++ gsize length; + char *theme_file; + char *theme_dir; + MetaTheme *retval; Property changes on: head/x11-wm/metacity/files/patch-src_theme-parser.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property