From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 1 00:20:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73ADE16A41C for ; Fri, 1 Jul 2005 00:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4364543D49 for ; Fri, 1 Jul 2005 00:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j610K9JS064147 for ; Fri, 1 Jul 2005 00:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j610K9vK064146; Fri, 1 Jul 2005 00:20:09 GMT (envelope-from gnats) Resent-Date: Fri, 1 Jul 2005 00:20:09 GMT Resent-Message-Id: <200507010020.j610K9vK064146@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Durian Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B5216A41C for ; Fri, 1 Jul 2005 00:13:16 +0000 (GMT) (envelope-from durian@boogie.com) Received: from shadetreesoftware.com (ip-64-139-19-166.dsl.den.megapath.net [64.139.19.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9502B43D1F for ; Fri, 1 Jul 2005 00:13:14 +0000 (GMT) (envelope-from durian@boogie.com) Received: from mailhost.boogie.com (root@cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132]) by shadetreesoftware.com (8.13.3/8.13.3) with ESMTP id j610DBYS012127 for ; Thu, 30 Jun 2005 18:13:11 -0600 (MDT) (envelope-from durian@boogie.com) Received: from boogie.com (man.boogie.com [192.168.1.3]) by mailhost.boogie.com (8.13.3/8.13.3) with ESMTP id j610DA6O092518 for ; Thu, 30 Jun 2005 18:13:10 -0600 (MDT) (envelope-from durian@fever.boogie.com) Received: from man.boogie.com (localhost [127.0.0.1]) by boogie.com (8.13.3/8.13.3) with ESMTP id j610DAvu025120 for ; Thu, 30 Jun 2005 18:13:10 -0600 (MDT) (envelope-from durian@man.boogie.com) Received: (from durian@localhost) by man.boogie.com (8.13.3/8.13.1/Submit) id j610DA0s025119; Thu, 30 Jun 2005 18:13:10 -0600 (MDT) (envelope-from durian) Message-Id: <200507010013.j610DA0s025119@man.boogie.com> Date: Thu, 30 Jun 2005 18:13:10 -0600 (MDT) From: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/82843: Trivial patches to build php4 PayFlow Pro extension X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mike Durian List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 00:20:09 -0000 >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: