Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 18:13:10 -0600 (MDT)
From:      Mike Durian <durian@shadetreesoftware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82843: Trivial patches to build php4 PayFlow Pro extension
Message-ID:  <200507010013.j610DA0s025119@man.boogie.com>
Resent-Message-ID: <200507010020.j610K9vK064146@freefall.freebsd.org>

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

>Number:         82843
>Category:       ports
>Synopsis:       Trivial patches to build php4 PayFlow Pro extension
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 01 00:20:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mike Durian
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD man.boogie.com 5.4-STABLE FreeBSD 5.4-STABLE #22: Wed May 18 22:47:08 MDT 2005 root@man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386


	
>Description:
	Here is a patch and Makefile that add the PayFlow Pro PHP4 extension
	to the ports collection.  It is still up to the user to manually
	download and install the PayFlow Pro SDK from VeriSign.
>How-To-Repeat:
	N/A
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	php4_Makefile.ext.diff
#	sysutils_php4-pfpro_Makefile
#
echo x - php4_Makefile.ext.diff
sed 's/^X//' >php4_Makefile.ext.diff << 'END-of-php4_Makefile.ext.diff'
X--- Makefile.ext.orig   Fri Jun 24 14:54:47 2005
X+++ Makefile.ext        Fri Jun 24 14:55:48 2005
X@@ -251,6 +251,10 @@
X CONFIGURE_ARGS+=--enable-overload
X .endif
X
X+.if ${PHP_MODNAME} == "pfpro"
X+CONFIGURE_ARGS+=--with-pfpro
X+.endif
X+
X .if ${PHP_MODNAME} == "pcntl"
X CONFIGURE_ARGS+=--enable-pcntl
X .endif
X
END-of-php4_Makefile.ext.diff
echo x - sysutils_php4-pfpro_Makefile
sed 's/^X//' >sysutils_php4-pfpro_Makefile << 'END-of-sysutils_php4-pfpro_Makefile'
X# New ports collection makefile for:	php4-pfpro
X# Date created:				Fri Jun 24 14:47:29 MDT 2005
X#
X# $FreeBSD:$o#
X
XCATEGORIES=	sysutils
XPKGNAMESUFFIX=	-pfpro
X
XCOMMENT=	PHP VeriSign PayFlow Pro credit card processing
X
XMASTERDIR=	${.CURDIR}/../../lang/php4
X
X.include "${MASTERDIR}/Makefile"
END-of-sysutils_php4-pfpro_Makefile
exit


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



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