diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-09-27 08:31:58 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-09-27 08:31:58 +0000 |
commit | b97f4dcc3a1b65539ecb1deb3f2f3b57e9ea7839 (patch) | |
tree | d805f87c01e88809871cf9b9851ba01afb7daaf3 /lang/php53 | |
parent | Fix name typo and pkg-descr of rubygem-bundler_ext (diff) |
Modernise databases/freetds port
- Retire databases/freetds-msdblib port
(no longer needed, recently updated upstream version has necessary compat
option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports
PR: 193850
Submitted by: 5u623l20@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=369379
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 2b96d3df0db7..b0f539a07c2a 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -3,7 +3,7 @@ PORTNAME= php53 PORTVERSION= 5.3.29 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index d2271e7a5805..721fa72e9817 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -181,7 +181,7 @@ CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif @@ -563,7 +563,7 @@ CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE} .if ${PHP_MODNAME} == "pdo_dblib" .if ${PORT_OPTIONS:MMSSQL} -LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds .else LIB_DEPENDS+= libct.so.4:${PORTSDIR}/databases/freetds .endif |