Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 11:03:46 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487983 - head/databases/pear-MDB2_Driver_mysql
Message-ID:  <201812211103.wBLB3kJX006709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Fri Dec 21 11:03:46 2018
New Revision: 487983
URL: https://svnweb.freebsd.org/changeset/ports/487983

Log:
   - After changing to "mysqli", this port builds successfully with PHP 7.x
   - Ignore for PHP 56
   - Add NO_ARCH
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/databases/pear-MDB2_Driver_mysql/Makefile

Modified: head/databases/pear-MDB2_Driver_mysql/Makefile
==============================================================================
--- head/databases/pear-MDB2_Driver_mysql/Makefile	Fri Dec 21 10:53:50 2018	(r487982)
+++ head/databases/pear-MDB2_Driver_mysql/Makefile	Fri Dec 21 11:03:46 2018	(r487983)
@@ -8,17 +8,16 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	PEAR MySQL MDB2 driver
 
-DEPRECATED=	Works only with EOL php 5.6
-EXPIRATION_DATE=	2018-12-30
-
 LICENSE=	BSD3CLAUSE
 
+IGNORE_WITH_PHP=	56
+
 BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-NO_ARCH=	yes
 USES=		pear
-USE_PHP=	mysql
-IGNORE_WITH_PHP=	71 72 73
+USE_PHP=	mysqli
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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