Bug 104534 - wrong dependency versions listed for deskutils/sugarcrm
Summary: wrong dependency versions listed for deskutils/sugarcrm
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-18 14:40 UTC by Greg Grothj
Modified: 2006-12-27 23:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Grothj 2006-10-18 14:40:15 UTC
from the following url:  

http://www.freebsd.org/cgi/ports.cgi?query=sugarcrm&stype=all

sugarcrm-3.5.1 

"Requires: expat-2.0.0_1, fontconfig-2.3.2_6,1, freetype2-2.2.1_1, jpeg-6b_4, libdrm-2.0.2, libiconv-1.9.2_2, libxml2-2.6.26, mysql-client-5.0.24a_1, php5-5.1.6_2, php5-gd-5.1.6_2, php5-mysql-5.1.6_2, php5-pcre-5.1.6_2, php5-session-5.1.6_2, php5-xml-5.1.6_2, pkg-config-0.21, png-1.2.12_1, t1lib-5.1.0_1,1, xorg-libraries-6.9.0"

After many hours of trying to get the port to install, I spent a lot of
time digging around the help forums at sugarcrm.com, there I discovered
that version 3.5.1 is incompatible with mysql 5+ because of issues of
reserved keywords used as table names.  This issue has been corrected in
sugarcrm 4+

Also from the forums:
All versions of sugarcrm are incompatible with php 5, and will only install
with php 4.

Fix: 

Update the port to include version 4+ of sugarcrm, change documentation to
display that port is only compatible with php4.
How-To-Repeat: Try to install the port using mysql 5 & php 5
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-10-18 16:30:40 UTC
Class Changed
From-To: doc-bug->sw-bug

Make this a ports PR. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-10-18 16:30:40 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2006-10-22 13:06:40 UTC
State Changed
From-To: open->feedback
Comment 4 Stefan Walter 2006-10-22 13:11:06 UTC
Dear maintainer of deskutils/sugarcrm,

a problem report has been submitted and is waiting for you to look at it
at the following URL:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104534

Regards,
Stefan
Comment 5 Nick Hilliard 2006-10-22 14:21:56 UTC
> a problem report has been submitted and is waiting for you to look at it
> at the following URL:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104534

Yes, aware of this.  Will deal with it shortly.

Nick
Comment 6 Stefan Walter freebsd_committer freebsd_triage 2006-10-22 17:16:58 UTC
State Changed
From-To: feedback->open

Maintainer's feedback received.
Comment 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-10-22 19:54:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 8 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-10-22 19:56:20 UTC
State Changed
From-To: open->feedback

Do you agree with the following patch for now ? If not, please provide a better 
one ASAP, else this port will ship broken on 6.2-RELEASE. 

Index: Makefile 
=================================================================== 
RCS file: /home/pcvs/ports/deskutils/sugarcrm/Makefile,v 
retrieving revision 1.6 
diff -u -r1.6 Makefile 
--- Makefile    25 Aug 2006 21:24:10 -0000      1.6 
+++ Makefile    22 Oct 2006 18:56:01 -0000 
@@ -6,6 +6,7 @@ 

PORTNAME=      sugarcrm 
PORTVERSION=   3.5.1 
+PORTREVISON=   1 
CATEGORIES=    deskutils www 
MASTER_SITES=  ${SCRM_DISPATCHER}/sugarcrm/SugarOSArchive/SugarSuiteDownloadArchive/:src  
${SCRM_DISPATCHER}/sugardocs/Manuals/v3.5Manuals/:userdoc  
@@ -19,7 +20,8 @@ 
MAINTAINER=    nick@foobar.org 
COMMENT=       A web based customer relationship management suite 

-USE_PHP=       gd mysql session pcre xml 
+DEFAULT_PHP_VER=4 
+IGNORE_WITH_PHP=5 
USE_PHP=       gd mysql session pcre xml 
USE_ZIP=       yes 
NO_BUILD=      yes
Comment 9 dfilter service freebsd_committer freebsd_triage 2006-12-27 23:47:59 UTC
itetcu      2006-12-27 23:47:52 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/sugarcrm   Makefile 
  Log:
  Restrict to php4 / mysql4 else 3.x version doesnt work. At lest mysql problem
  should be corrected in 4.x version.
  
  PR:             ports/104534
  Submitted by:   Greg Grothj
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.8       +5 -1      ports/deskutils/sugarcrm/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-12-27 23:48:05 UTC
State Changed
From-To: feedback->closed

Commited, thanks!