From owner-svn-ports-all@FreeBSD.ORG Tue Sep 24 22:26:45 2013 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 ESMTP id 2B76B225; Tue, 24 Sep 2013 22:26:45 +0000 (UTC) (envelope-from bsam@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18AF220E2; Tue, 24 Sep 2013 22:26:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OMQiDx093071; Tue, 24 Sep 2013 22:26:44 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8OMQiii093070; Tue, 24 Sep 2013 22:26:44 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309242226.r8OMQiii093070@svn.freebsd.org> From: Boris Samorodov Date: Tue, 24 Sep 2013 22:26:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328208 - head/graphics/iccxml 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.14 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, 24 Sep 2013 22:26:45 -0000 Author: bsam Date: Tue Sep 24 22:26:44 2013 New Revision: 328208 URL: http://svnweb.freebsd.org/changeset/ports/328208 Log: . support stage; . use new LIB_DEPENDS syntax; . add pkgconfig to USES. Modified: head/graphics/iccxml/Makefile Modified: head/graphics/iccxml/Makefile ============================================================================== --- head/graphics/iccxml/Makefile Tue Sep 24 22:26:34 2013 (r328207) +++ head/graphics/iccxml/Makefile Tue Sep 24 22:26:44 2013 (r328208) @@ -9,18 +9,13 @@ DISTNAME= IccXML-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files -LIB_DEPENDS= SampleICC:${PORTSDIR}/graphics/sampleicc +LIB_DEPENDS= libSampleICC.so:${PORTSDIR}/graphics/sampleicc -USES= gmake pkgconfig +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} 's:(libdir)/pkgconfig:(prefix)/libdata/pkgconfig:g' \ - ${WRKSRC}/Makefile.in - .include