Date: Wed, 6 Aug 2003 18:08:52 +0900 From: Hye-Shik Chang <perky@i18n.org> To: Daichi GOTO <daichi@freebsd.org> Cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/security/py-m2crypto Makefile ports/security/py-m2crypto/files patch-SWIG::Makefile Message-ID: <20030806090852.GA23464@i18n.org> In-Reply-To: <200308060846.h768kj6L020832@repoman.freebsd.org> References: <200308060846.h768kj6L020832@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 =)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030806090852.GA23464>
