From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 01:19:23 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 300D8704; Tue, 3 Jun 2014 01:19:23 +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 03D722903; Tue, 3 Jun 2014 01:19:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s531JMFv039093; Tue, 3 Jun 2014 01:19:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s531JM3G039091; Tue, 3 Jun 2014 01:19:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406030119.s531JM3G039091@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 01:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356275 - head/science/chemtool-devel 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 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, 03 Jun 2014 01:19:23 -0000 Author: amdmi3 Date: Tue Jun 3 01:19:22 2014 New Revision: 356275 URL: http://svnweb.freebsd.org/changeset/ports/356275 QAT: https://qat.redports.org/buildarchive/r356275/ Log: - Support staging - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Modified: head/science/chemtool-devel/Makefile head/science/chemtool-devel/pkg-plist Modified: head/science/chemtool-devel/Makefile ============================================================================== --- head/science/chemtool-devel/Makefile Tue Jun 3 01:18:59 2014 (r356274) +++ head/science/chemtool-devel/Makefile Tue Jun 3 01:19:22 2014 (r356275) @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= Drawing organic molecules easily and store them (developer version) -LIB_DEPENDS= EMF.1:${PORTSDIR}/graphics/libemf +LIB_DEPENDS= libEMF.so:${PORTSDIR}/graphics/libemf RUN_DEPENDS= transfig:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ @@ -23,24 +23,21 @@ GNU_CONFIGURE= yes USES= gettext gmake pkgconfig CONFIGURE_ARGS= --enable-emf=yes PKGNAMESUFFIX= -devel -MAN1= chemtool.1 cht.1 MAKE_ARGS+= MAKE=${GMAKE} MAKE_JOBS_UNSAFE= yes #to include emf CFLAGS+= -I${LOCALBASE}/include/libEMF CXXFLAGS+= -I${LOCALBASE}/include/libEMF -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure.in @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+g;' ${WRKSRC}/configure -do-install: - @(cd ${WRKSRC}; ${GMAKE} install) +post-install: @(cd ${WRKSRC}; \ - ${MKDIR} ${PREFIX}/share/examples/chemtool/; \ - cd ${WRKSRC}/examples/; \ - ${INSTALL_DATA} * ${PREFIX}/share/examples/chemtool; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/chemtool/; \ + cd ${WRKSRC}/examples/; \ + ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/examples/chemtool; \ ) .include Modified: head/science/chemtool-devel/pkg-plist ============================================================================== --- head/science/chemtool-devel/pkg-plist Tue Jun 3 01:18:59 2014 (r356274) +++ head/science/chemtool-devel/pkg-plist Tue Jun 3 01:19:22 2014 (r356275) @@ -1,5 +1,7 @@ bin/chemtool bin/cht +man/man1/chemtool.1.gz +man/man1/cht.1.gz %%EXAMPLESDIR%%/14263232.mol %%EXAMPLESDIR%%/AMP.cht %%EXAMPLESDIR%%/Adenosine.cht