From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 18:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D280BE1D for ; Thu, 3 Apr 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB662C8F for ; Thu, 3 Apr 2014 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s33IA0SE010041 for ; Thu, 3 Apr 2014 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s33IA07F010040; Thu, 3 Apr 2014 18:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 3 Apr 2014 18:10:00 GMT Resent-Message-Id: <201404031810.s33IA07F010040@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, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9462A7D for ; Thu, 3 Apr 2014 18:01:42 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B03E5C15 for ; Thu, 3 Apr 2014 18:01:42 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id rd3so2208882pab.39 for ; Thu, 03 Apr 2014 11:01:42 -0700 (PDT) Received: from www.joehorn.idv.tw (ec2-54-215-150-136.us-west-1.compute.amazonaws.com. [54.215.150.136]) by mx.google.com with ESMTPSA id ug9sm12583841pbc.11.2014.04.03.11.01.40 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 03 Apr 2014 11:01:41 -0700 (PDT) Received: by www.joehorn.idv.tw (Postfix, from userid 0) id 5EEA56C5F2; Fri, 4 Apr 2014 02:01:39 +0800 (CST) Message-Id: <20140403180139.5EEA56C5F2@www.joehorn.idv.tw> Date: Fri, 4 Apr 2014 02:01:39 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188236: [MAINTAINER] databases/php-adodb-ext: Solve compilation problem with PHP 5.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 18:10:01 -0000 >Number: 188236 >Category: ports >Synopsis: [MAINTAINER] databases/php-adodb-ext: Solve compilation problem with PHP 5.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 18:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Taiwanese user >Environment: System: FreeBSD www.joehorn.idv.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Thu Dec 13 20:04:15 UTC 2012 >Description: - Solve compilation problem with PHP 5.5 - Remove DEFAULT_PHP_VER setting Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- php-adodb-ext-5.04_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 350030) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= adodb-ext PORTVERSION= 5.04 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://phplens.com/lens/dl/ PKGNAMEPREFIX= php- @@ -17,7 +17,6 @@ USES= zip USE_PHP= yes USE_PHPIZE= yes -DEFAULT_PHP_VER=53 CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config \ --prefix=${PREFIX}/lib/php/${PHP_EXT_DIR} @@ -28,9 +27,9 @@ NO_STAGE= yes .include -.if ${PHP_VER} == "5" +.if ${PHP_VER} == "5" || ${PHP_VER} == "54" || ${PHP_VER} == "55" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-php54-adodb.c -.elif ${PHP_VER} != "52" +.elif ${PHP_VER} == "53" EXTRA_PATCHES= ${PATCHDIR}/extra-patch-adodb.c .endif --- php-adodb-ext-5.04_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: