From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 31 12:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDBC910656F5 for ; Sat, 31 Jan 2009 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6F58FC0C for ; Sat, 31 Jan 2009 12:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0VCo2Y3035172 for ; Sat, 31 Jan 2009 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0VCo2dN035171; Sat, 31 Jan 2009 12:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 31 Jan 2009 12:50:02 GMT Resent-Message-Id: <200901311250.n0VCo2dN035171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3E2C106564A for ; Sat, 31 Jan 2009 12:47:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D28748FC13 for ; Sat, 31 Jan 2009 12:47:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0VCl8p4028019 for ; Sat, 31 Jan 2009 12:47:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0VCl82I028018; Sat, 31 Jan 2009 12:47:08 GMT (envelope-from nobody) Message-Id: <200901311247.n0VCl82I028018@www.freebsd.org> Date: Sat, 31 Jan 2009 12:47:08 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131202: [Maintainer Update]devel/py-simpy:fix the compile error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2009 12:50:05 -0000 >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 .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 >Release-Note: >Audit-Trail: >Unformatted: