Bug 81609 - oscommerce had mysql dependency removed... should not have...
Summary: oscommerce had mysql dependency removed... should not have...
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 01:10 UTC by William O. Yates
Modified: 2005-05-30 17:52 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 William O. Yates 2005-05-29 01:10:01 UTC
      oscommerce package has been changed by removing dependence of mysql...

mysql is required for oscommerce to operate at all...

Fix: 

put mysql dependency back...
How-To-Repeat:       install oscommerce package...    try to make it work...
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-05-29 13:20:51 UTC
State Changed
From-To: open->feedback


Waiting for maintainer's approval of the following patch: 

--- oscommerce.diff begins here --- 
--- www/oscommerce/Makefile.orig        Wed Feb 18 21:14:30 2004 
+++ www/oscommerce/Makefile     Sun May 29 14:18:08 2005 
@@ -17,7 +17,7 @@ 
MAINTAINER=    hcoyote@ghostar.org 
COMMENT=       An full-featured open source e-commerce system 

-USE_PHP=       yes 
+USE_PHP=       mysql 
WANT_PHP_WEB=  yes 
NO_BUILD=      yes 
OSCOMMERCE=    ${PREFIX}/www/data/oscommerce 
--- oscommerce.diff ends here --- 



Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-05-29 13:20:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-05-30 17:52:29 UTC
State Changed
From-To: feedback->closed


Committed, thanks!