ports/100748: Fix some dependences

redchrom at gmail.com redchrom at gmail.com
Sun Jul 23 13:30:25 UTC 2006


>Number:         100748
>Category:       ports
>Synopsis:       Fix some dependences
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 13:30:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     RedChrom
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
RedChrom
>Environment:
System: FreeBSD death.ispvds.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 27 05:24:47 CEST 2006 root at dione.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM i386


	
>Description:
	This is the small patch to the www/oscommerce port. some parts of oscommerce does not work normal with php5 and se modules do not work without pcre. This patch fix it.
>How-To-Repeat:
	Just install oscommerce and try to register user/login or open a category.
>Fix:

	

--- oscommerce_deps_patch begins here ---
diff -urN oscommerce.orig/Makefile oscommerce/Makefile
--- oscommerce.orig/Makefile	Sun Jul 23 22:05:17 2006
+++ oscommerce/Makefile	Sun Jul 23 22:05:29 2006
@@ -17,7 +17,8 @@
 MAINTAINER=	hcoyote at ghostar.org
 COMMENT=	An full-featured open source e-commerce system
 
-USE_PHP=	mysql session
+USE_PHP=	mysql session pcre
+PHP_VER=	4
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes
 OSCOMMERCE=	${PREFIX}/www/data/oscommerce
--- oscommerce_deps_patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list