Ignore the Formulator bundled with plone; add dependancy to use the Formulator port. This fixes ports/54096.
Dear maintainer of port www/plone, please take a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=60845 Do you approve this change? -- Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> The answer to the all-encompassing question on life, the universe and everything: close windows and reboot.
State Changed From-To: open->feedback Asked maintainer for approval.
Responsible Changed From-To: freebsd-ports-bugs->pav Mine.
Hi, I tested the patch and I found that current version of Plone (1.0.5) has some problems with Formulator 1.6.0 provided by zope-formulator port, for example when registering a new user. I think they're related to an API change in Formulator 1.6.0 and will be fixed with upcoming Plone 2. Meanwhile I suggest to add a conflict with zope-formulator: *** Makefile Fri Sep 26 09:31:34 2003 --- Makefile.new Mon Jan 5 11:10:25 2004 *************** *** 24,29 **** --- 24,30 ---- WRKSRC= ${WRKDIR}/CMFPlone-1.0.5 MODULES= CMFPlone DCWorkflow Formulator i18n + CONFLICTS= zope-formulator-* # You can change this in the environment if you like. SZOPEBASEDIR?= www/Zope best regards, Filippo Natali
State Changed From-To: feedback->closed I added conflicts for now.