From owner-cvs-all Thu Apr 18 11:52: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from kornet.hanirc.org (alfenheim.net [211.216.53.129]) by hub.freebsd.org (Postfix) with ESMTP id D39D537BC1D; Thu, 18 Apr 2002 11:49:18 -0700 (PDT) Received: (from perky@localhost) by kornet.hanirc.org (8.11.6/8.11.6) id g3IImiB16640; Fri, 19 Apr 2002 03:48:44 +0900 (KST) (envelope-from perky) Date: Fri, 19 Apr 2002 03:48:44 +0900 From: Hye-Shik Chang To: Ying-Chieh Liao Cc: Thomas Gellekum , cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.python.mk Message-ID: <20020419034844.A16555@fallin.lv> References: <200204171134.g3HBYle31526@freefall.freebsd.org> <20020417215158.A74398@fallin.lv> <20020418182248.GA74141@terry.dragon2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020418182248.GA74141@terry.dragon2.net>; from ijliao@FreeBSD.org on Fri, Apr 19, 2002 at 02:22:48AM +0800 Organization: Yonsei University Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Apr 19, 2002 at 02:22:48AM +0800, Ying-Chieh Liao wrote: > there's the same error when I tried to build net/py-snmp > > ===> py22-snmp-1.6.5 depends on file: /usr/local/bin/python2.2 - found > ===> Patching for py22-snmp-1.6.5 > ===> Configuring for py22-snmp-1.6.5 > ===> Building for py22-snmp-1.6.5 > make: cannot open Makefile. > *** Error code 2 > > Stop in /usr/ports/net/py-snmp. This patch will resolve the problem.. (I sent tg this patch yesterday. Should I send this to portmgr@?) --- bsd.port.mk.orig Fri Apr 19 03:25:59 2002 +++ bsd.port.mk Fri Apr 19 03:26:13 2002 @@ -1039,6 +1039,10 @@ .include "${PORTSDIR}/Mk/bsd.gnome.mk" +.if defined(USE_PYTHON) || defined(PYTHON_VERSION) +.include "${PORTSDIR}/Mk/bsd.python.mk" +.endif + .if exists(${PORTSDIR}/../Makefile.inc) .include "${PORTSDIR}/../Makefile.inc" .endif Regards, -- Hye-Shik Chang Yonsei University, Seoul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message