Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 13:27:31 GMT
From:      redchrom@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100748: Fix some dependences
Message-ID:  <200607231327.k6NDRVvv020697@death.ispvds.com>
Resent-Message-ID: <200607231330.k6NDUOm4095863@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607231327.k6NDRVvv020697>