diff options
author | riggs <riggs@FreeBSD.org> | 2014-09-27 16:31:58 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-09-27 16:31:58 +0800 |
commit | 42744e3c059a69be53f5e8a1c54325632f565c7a (patch) | |
tree | d805f87c01e88809871cf9b9851ba01afb7daaf3 /lang/php56 | |
parent | 8249d7a3475801269ff15bcd83575b3605ef5713 (diff) | |
download | freebsd-ports-gnome-42744e3c059a69be53f5e8a1c54325632f565c7a.tar.gz freebsd-ports-gnome-42744e3c059a69be53f5e8a1c54325632f565c7a.tar.zst freebsd-ports-gnome-42744e3c059a69be53f5e8a1c54325632f565c7a.zip |
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)
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile | 2 | ||||
-rw-r--r-- | lang/php56/Makefile.ext | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 98d5a19af4ea..e2716e6d3e8c 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -3,7 +3,7 @@ PORTNAME= php56 PORTVERSION= 5.6.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index a6e6175b19a3..d293fa272e8b 100644 --- a/lang/php56/Makefile.ext +++ b/lang/php56/Makefile.ext @@ -185,7 +185,7 @@ CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} .endif .if ${PHP_MODNAME} == "mssql" -LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds CONFIGURE_ARGS+=--with-mssql=${LOCALBASE} .endif @@ -564,7 +564,7 @@ post-extract: .if ${PHP_MODNAME} == "pdo_dblib" . if ${PORT_OPTIONS:MMSSQL} -LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds-msdblib +LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds . else LIB_DEPENDS+= libct.so:${PORTSDIR}/databases/freetds . endif |