From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 06:53:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4439ED4; Tue, 22 Apr 2014 06:53:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6DA41B12; Tue, 22 Apr 2014 06:53:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3M6rvUI075379; Tue, 22 Apr 2014 06:53:57 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3M6rvc3075376; Tue, 22 Apr 2014 06:53:57 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404220653.s3M6rvc3075376@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 Apr 2014 06:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351757 - head/x11-wm/metacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 06:53:58 -0000 Author: bapt Date: Tue Apr 22 06:53:57 2014 New Revision: 351757 URL: http://svnweb.freebsd.org/changeset/ports/351757 QAT: https://qat.redports.org/buildarchive/r351757/ Log: Support stage modernize Modified: head/x11-wm/metacity/Makefile head/x11-wm/metacity/pkg-plist Modified: head/x11-wm/metacity/Makefile ============================================================================== --- head/x11-wm/metacity/Makefile Tue Apr 22 06:51:09 2014 (r351756) +++ head/x11-wm/metacity/Makefile Tue Apr 22 06:53:57 2014 (r351757) @@ -10,18 +10,18 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A window manager for the adult in you +COMMENT= Window manager for the adult in you BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity -USE_BZIP2= yes USE_XORG= x11 xcomposite xdamage -USES= gettext gmake pkgconfig -USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20 +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes +USE_GNOME= gnomeprefix intlhack gconf2 gtk20 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -29,10 +29,6 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/ GCONF_SCHEMAS= metacity.schemas -MAN1= metacity-message.1 metacity-theme-viewer.1 \ - metacity-window-demo.1 metacity.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' \ ${WRKSRC}/configure Modified: head/x11-wm/metacity/pkg-plist ============================================================================== --- head/x11-wm/metacity/pkg-plist Tue Apr 22 06:51:09 2014 (r351756) +++ head/x11-wm/metacity/pkg-plist Tue Apr 22 06:53:57 2014 (r351757) @@ -13,7 +13,12 @@ lib/libmetacity-private.a lib/libmetacity-private.la lib/libmetacity-private.so lib/libmetacity-private.so.0 +lib/libmetacity-private.so.0.0.0 libdata/pkgconfig/libmetacity-private.pc +man/man1/metacity-message.1.gz +man/man1/metacity-theme-viewer.1.gz +man/man1/metacity-window-demo.1.gz +man/man1/metacity.1.gz share/applications/metacity.desktop share/gnome-control-center/keybindings/50-metacity-desktop-key.xml share/gnome-control-center/keybindings/50-metacity-key.xml