From owner-freebsd-ports Wed Aug 21 12:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2195037B401 for ; Wed, 21 Aug 2002 12:40:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54DCF43E42 for ; Wed, 21 Aug 2002 12:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7LJe5JU037702 for ; Wed, 21 Aug 2002 12:40:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7LJe54B037700; Wed, 21 Aug 2002 12:40:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94D837B400 for ; Wed, 21 Aug 2002 12:35:43 -0700 (PDT) Received: from srrc.ars.usda.gov (marconi.srrc.ars.usda.gov [199.133.86.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5CF6443E65 for ; Wed, 21 Aug 2002 12:35:42 -0700 (PDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: from SRRCDOM-Message_Server by srrc.ars.usda.gov with Novell_GroupWise; Wed, 21 Aug 2002 14:35:36 -0500 Received: from symbion.srrc.usda.gov ([199.133.86.40]) by srrc.ars.usda.gov; Wed, 21 Aug 2002 14:34:07 -0500 Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.5/8.12.5) with ESMTP id g7LJY6Fu071839 for ; Wed, 21 Aug 2002 14:34:06 -0500 (CDT) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost) by node1.cluster.srrc.usda.gov (8.12.5/8.12.5/Submit) id g7LJY6af071838 for gjohnson@srrc.ars.usda.gov; Wed, 21 Aug 2002 14:34:06 -0500 (CDT) (envelope-from glenn) Message-Id: <200208211934.g7LJY6af071838@node1.cluster.srrc.usda.gov> Date: Wed, 21 Aug 2002 14:34:06 -0500 (CDT) From: Glenn Johnson Reply-To: Glenn Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41857: Fix dependency in biology/pymol Makefile so interface is built. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41857 >Category: ports >Synopsis: Fix dependency in biology/pymol Makefile so interface is built. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 21 12:40:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD node1.cluster.srrc.usda.gov 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 19 12:01:41 CDT 2002 root@node1.cluster.srrc.usda.gov:/usr/obj/usr/src/sys/CLUSTER-FW i386 >Description: The biology/pymol port should be built with the pmw user interface. Make pmw a dependency so that the interface can be built and used for pymol. >How-To-Repeat: >Fix: --- Makefile.patch begins here --- --- Makefile.orig Wed Aug 21 14:06:52 2002 +++ Makefile Wed Aug 21 14:09:31 2002 @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMERIC} RUN_DEPENDS= ${PYNUMERIC} \ - ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + ${PYTHON_SITELIBDIR}/PMW:${PORTSDIR}/x11-toolkits/pmw LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/Mesa3 WRKSRC= ${WRKDIR}/${PKGNAME} --- Makefile.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message