cvs commit: ports/security/py-m2crypto Makefile ports/security/py-m2crypto/files patch-SWIG::Makefile

Hye-Shik Chang perky at i18n.org
Wed Aug 6 02:08:57 PDT 2003


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 =)



More information about the cvs-ports mailing list