Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 12:35:55 -0200
From:      Luiz Fernando <pasquall@terra.com.br>
To:        tg@FreeBSD.org, simuran@shaw.ca
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: py23-mx-base-2.0.4 and py23-psycopg-1.1.9
Message-ID:  <3FD880CB.7080506@terra.com.br>

next in thread | raw e-mail | index | archive | help
I would like to suggest a few changes in these ports:

py-mx-base:
1- In the 'Makefile', add a conditional:

---
.if defined(WITH_ZOPE)
USE_ZOPE=yes
.endif
---


py-psycopg:
1 - Add the same conditional in the Makefile:

---
.if defined(WITH_ZOPE)
USE_ZOPE=yes
.endif
---

2 - After the installation, run the equivalent of "make install-zope" if 
"WITH_ZOPE was defined.


The reason of these changes is that I want to use the database adapter 
in the Zope, but for this I have to compile these softwares with python 
2.1 and according with bsd.python.mk if we set USE_ZOPE we will compile 
with the right python version.

Thank you and if you have any question, please, send it to me.

[]'s

-- 
<about>
  <name>Luiz Fernando Pasqual S. Souza</name>
  <email>pasquall at terra dot com dot br</email>
  <icq>59929504</icq>
</about>



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