mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Fix port because it was not installing php5-pdo_pgsql depend
- Add php5-pgsql as RUN_DEPEND to minimize PostgreSQL verisioning conflicts - Bump PORTREVISION PR: ports/146874 Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
This commit is contained in:
parent
35caeb9a31
commit
43b24b8190
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255841
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= thundercache
|
||||
PORTVERSION= 4.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.bmsoftware.org/freebsd/ \
|
||||
http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/ \
|
||||
@ -57,16 +57,17 @@ WANT_PGSQL_VER= 84
|
||||
RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PHP) && defined(WITH_PGSQL)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pgsql.so:${PORTSDIR}/databases/php5-pgsql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PHP)
|
||||
USE_PHP+= curl pcre bcmath pdo mcrypt mhash session pgsql
|
||||
USE_PHP+= curl pcre bcmath pdo mcrypt mhash session
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl:install
|
||||
|
||||
.if defined(APACHE+PHP) && defined(WITH_PGSQL)
|
||||
LIB_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/pdo_pgsql.so:${PORTSDIR}/databases/php5-pdo_pgsql
|
||||
.endif
|
||||
|
||||
SUB_FILES= pkg-message log.sh test-deps.sh
|
||||
SUB_LIST= "GREP=${GREP}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user