From owner-svn-ports-all@FreeBSD.ORG Fri Dec 26 14:32:47 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 B26A9B10; Fri, 26 Dec 2014 14:32:47 +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 9E3812545; Fri, 26 Dec 2014 14:32:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQEWljx037916; Fri, 26 Dec 2014 14:32:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBQEWl7c037915; Fri, 26 Dec 2014 14:32:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201412261432.sBQEWl7c037915@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 26 Dec 2014 14:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375626 - head/emulators/wine 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: Fri, 26 Dec 2014 14:32:47 -0000 Author: gerald Date: Fri Dec 26 14:32:46 2014 New Revision: 375626 URL: https://svnweb.freebsd.org/changeset/ports/375626 QAT: https://qat.redports.org/buildarchive/r375626/ Log: Replay revision r375594 (change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade of graphics/png). Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Fri Dec 26 14:28:39 2014 (r375625) +++ head/emulators/wine/Makefile Fri Dec 26 14:32:46 2014 (r375626) @@ -96,7 +96,7 @@ X11_LIB_DEPENDS= libfontconfig.so:${PORT libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png pre-build: cd ${WRKSRC} && ${MAKE_CMD} depend