Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2002 08:29:50 -0700 (PDT)
From:      Terry Huang <terry@taipeitimes.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37421: Makefile of /usr/ports/net/py-ldap2 should able to adapt for different version of Python
Message-ID:  <200204241529.g3OFToO51975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37421
>Category:       ports
>Synopsis:       Makefile of /usr/ports/net/py-ldap2 should able to adapt for different version of Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 24 08:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Terry Huang
>Release:        4.5
>Organization:
Taipei Times
>Environment:
FreeBSD terry.lifetaiwan.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 15 07:04:37 GMT 2002     root@terry.lifetaiwan.net:/usr/obj/usr/src/sys/SND  i386

>Description:
Mostly to make the Zope user easier to install this port.

Now, the Makefile for this port only for python2.2



>How-To-Repeat:
*_*
>Fix:
diff for Makefile 
---------------------------------
37c37
<       cd ${WRKSRC} && python setup.py build
---
>       cd ${WRKSRC} && ${PYTHON_CMD} setup.py build
40c40
<       cd ${WRKSRC} && python setup.py install
---
>       cd ${WRKSRC} && ${PYTHON_CMD} setup.py install
---------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204241529.g3OFToO51975>