From owner-svn-ports-all@FreeBSD.ORG Wed Dec 24 01:28:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADFE7795; Wed, 24 Dec 2014 01:28:16 +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 99FA219E6; Wed, 24 Dec 2014 01:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO1SGtk081797; Wed, 24 Dec 2014 01:28:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO1SGLe081796; Wed, 24 Dec 2014 01:28:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412240128.sBO1SGLe081796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 24 Dec 2014 01:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375381 - head/x11-wm/compiz 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.18-1 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: Wed, 24 Dec 2014 01:28:16 -0000 Author: antoine Date: Wed Dec 24 01:28:15 2014 New Revision: 375381 URL: https://svnweb.freebsd.org/changeset/ports/375381 QAT: https://qat.redports.org/buildarchive/r375381/ Log: Properly support png15 Modified: head/x11-wm/compiz/Makefile Modified: head/x11-wm/compiz/Makefile ============================================================================== --- head/x11-wm/compiz/Makefile Wed Dec 24 01:27:03 2014 (r375380) +++ head/x11-wm/compiz/Makefile Wed Dec 24 01:28:15 2014 (r375381) @@ -9,7 +9,7 @@ MASTER_SITES= http://releases.compiz.org MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Compiz Composite/Window Manager -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= glxinfo:${PORTSDIR}/graphics/mesa-demos \ @@ -109,10 +109,6 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgco CONFIGURE_ARGS+= --disable-dbus --disable-dbus-glib .endif -post-patch: - @${REINPLACE_CMD} -e 's|libpng|libpng15|' \ - ${WRKSRC}/configure - post-install: ${INSTALL_SCRIPT} ${WRKDIR}/compiz-manager ${STAGEDIR}${PREFIX}/bin/compiz-manager