Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 13:30:02 -0400 (EDT)
From:      "Chris D.Faulhaber" <jedgar@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37601: add MCVE support to mod_php4
Message-ID:  <20020430173002.215F31366E@peitho.fxp.org>

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

>Number:         37601
>Category:       ports
>Synopsis:       add MCVE support to mod_php4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 10:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:

System: FreeBSD peitho.fxp.org 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Apr 23 11:02:11 EDT 2002 root@peitho.fxp.org:/data/RELENG_4/src/sys/compile/PEITHO i386

>Description:

The following patch adds MCVE (Main Street Credit Card Verification
Engine) support (using ports/devel/libmcve) to ports/www/mod_php4...

>How-To-Repeat:

N/A

>Fix:

apply the following:

Index: scripts/configure.php
===================================================================
RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v
retrieving revision 1.166
diff -u -r1.166 configure.php
--- scripts/configure.php	27 Apr 2002 11:15:18 -0000	1.166
+++ scripts/configure.php	28 Apr 2002 02:46:56 -0000
@@ -51,6 +51,7 @@
 YP		"YP/NIS support" OFF \
 BCMath		"BCMath support" OFF \
 Hyperwave	"Hyperwave support" OFF \
+mcve		"MCVE Credit Card Verification support" OFF \
 ming		"ming library support" OFF \
 MCAL		"Modular Calendar Access Library support" OFF \
 sockets		"sockets support" OFF \
@@ -324,6 +325,10 @@
 		\"ming\")
 			echo "LIB_DEPENDS+=	ming.3:\${PORTSDIR}/graphics/ming"
 			echo "CONFIGURE_ARGS+=--with-ming=\${LOCALBASE}"
+			;;
+		\"mcve\")
+			echo "LIB_DEPENDS+=	mcve.0:\${PORTSDIR}/devel/libmcve"
+			echo "CONFIGURE_ARGS+=--with-mcve=\${LOCALBASE}"
 			;;
 		\"MCAL\")
 			echo "CONFIGURE_ARGS+=--with-mcal=\${LOCALBASE}"


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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