From owner-cvs-ports@FreeBSD.ORG Wed Aug 6 02:08:56 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B74F37B401; Wed, 6 Aug 2003 02:08:56 -0700 (PDT) Received: from hanirc.kr.psi.net (hanirc.higlobe.net [203.255.112.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C6643F75; Wed, 6 Aug 2003 02:08:54 -0700 (PDT) (envelope-from perky@hanirc.kr.psi.net) Received: from hanirc.kr.psi.net (wendy@localhost [127.0.0.1]) by hanirc.kr.psi.net (8.12.9/8.12.5) with ESMTP id h7698qdA023472; Wed, 6 Aug 2003 18:08:52 +0900 (KST) (envelope-from perky@hanirc.kr.psi.net) Received: (from perky@localhost) by hanirc.kr.psi.net (8.12.9/8.12.6/Submit) id h7698qiu023471; Wed, 6 Aug 2003 18:08:52 +0900 (KST) Date: Wed, 6 Aug 2003 18:08:52 +0900 From: Hye-Shik Chang To: Daichi GOTO Message-ID: <20030806090852.GA23464@i18n.org> References: <200308060846.h768kj6L020832@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308060846.h768kj6L020832@repoman.freebsd.org> User-Agent: Mutt/1.4i Organization: Yonsei University X-PGP: finger perky@freebsd.org cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/py-m2crypto Makefile ports/security/py-m2crypto/files patch-SWIG::Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 09:08:57 -0000 On Wed, Aug 06, 2003 at 01:46:45AM -0700, Daichi GOTO wrote: > daichi 2003/08/06 01:46:45 PDT > > FreeBSD ports repository > > Modified files: > security/py-m2crypto Makefile > security/py-m2crypto/files patch-SWIG::Makefile > Log: > fix security/py-m2crypto: > - use PYTHON_VERSION > > Pointed out by: kuriyama > [snip] > =================================================================== > RCS file: /usr/local/www/cvsroot/FreeBSD/ports/security/py-m2crypto/files/patch-SWIG::Makefile,v > retrieving revision 1.1 > retrieving revision 1.2 > diff -u -p -r1.1 -r1.2 > --- ports/security/py-m2crypto/files/patch-SWIG::Makefile 2003/08/06 07:58:01 1.1 > +++ ports/security/py-m2crypto/files/patch-SWIG::Makefile 2003/08/06 08:46:45 1.2 > @@ -1,11 +1,12 @@ > ---- Makefile.orig Wed Aug 6 16:47:51 2003 > -+++ Makefile Wed Aug 6 16:49:15 2003 > -@@ -3,7 +3,7 @@ > +--- Makefile.orig Wed Aug 6 17:33:10 2003 > ++++ Makefile Wed Aug 6 17:34:04 2003 > +@@ -3,8 +3,7 @@ > CFLAGS = -DTHREADING -g > INCLUDE = -I/usr/local/include -I. > LIBS = -L/usr/local/lib -lssl -lcrypto > -PYVER = 2.2 > -+PYVER = 2.3 > - PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ > +-PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/python$(PYVER) \ > ++PYINCLUDE = -DHAVE_CONFIG_H -I/usr/local/include/PYTHON_VERSION \ ^ ${PYTHONPREFIX_INCLUDEDIR} is preferred for whom didn't installed python into /usr/local > -I/usr/local/lib/python$(PYVER)/config > PYLIB = /usr/local/lib/python$(PYVER)/config > + Regards, Hye-Shik =)