Date: Sat, 31 Jan 2009 12:47:08 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131202: [Maintainer Update]devel/py-simpy:fix the compile error Message-ID: <200901311247.n0VCl82I028018@www.freebsd.org> Resent-Message-ID: <200901311250.n0VCo2dN035171@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131202 >Category: ports >Synopsis: [Maintainer Update]devel/py-simpy:fix the compile error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 12:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: >Description: Fix the compile error reported by QAT >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-01-31 20:33:18.000000000 +0800 +++ Makefile 2009-01-31 20:33:18.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= simpy PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,11 +23,6 @@ OPTIONS= TKINTER "Install py-tkinter for plot" off OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options -.if !defined(NOPORTDOCS) -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -.endif -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} - .include <bsd.port.pre.mk> .if defined(WITH_TKINTER) @@ -38,8 +34,11 @@ @${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/SimPyDocs && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif + +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/SimPyModels && ${FIND} . | \ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}) +.endif .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311247.n0VCl82I028018>