Bug 60845 - [PATCH] www/plone: depend on Formulator port rather than bundled
Summary: [PATCH] www/plone: depend on Formulator port rather than bundled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-03 01:30 UTC by Tim Middleton
Modified: 2004-01-05 19:14 UTC (History)
1 user (show)

See Also:


Attachments
plone-1.0.5_1.patch (9.86 KB, patch)
2004-01-03 01:30 UTC, Tim Middleton
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Middleton 2004-01-03 01:30:08 UTC
Ignore the Formulator bundled with plone; add dependancy to use the
Formulator port. This fixes ports/54096.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-03 01:37:47 UTC
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.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-03 01:37:50 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-03 01:38:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Mine.
Comment 4 Filippo Natali 2004-01-05 10:35:21 UTC
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
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2004-01-05 19:14:45 UTC
State Changed
From-To: feedback->closed

I added conflicts for now.