svn commit: r363230 - head/net/turnserver
John Marino
marino at FreeBSD.org
Mon Jul 28 19:00:11 UTC 2014
Author: marino
Date: Mon Jul 28 19:00:10 2014
New Revision: 363230
URL: http://svnweb.freebsd.org/changeset/ports/363230
QAT: https://qat.redports.org/buildarchive/r363230/
Log:
net/turnserver: Resolve potential db client conflicts
The libevent2 commit to this port achieved half of the changes outlined
in the PR.
PR: 184973
Submitted by: Arnaud Houdelette
Approved by: maintainer (Oleg Moskalenko)
Modified:
head/net/turnserver/Makefile
Modified: head/net/turnserver/Makefile
==============================================================================
--- head/net/turnserver/Makefile Mon Jul 28 19:00:04 2014 (r363229)
+++ head/net/turnserver/Makefile Mon Jul 28 19:00:10 2014 (r363230)
@@ -2,7 +2,7 @@
PORTNAME= turnserver
PORTVERSION= 3.2.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/ \
http://turnserver.open-sys.org/downloads/extradocs/ \
@@ -84,7 +84,6 @@ CONFIGURE_ENV+= TURN_NO_PQ=1
.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
-LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/databases/mysql55-client
.else
CONFIGURE_ENV+= TURN_NO_MYSQL=1
.endif
More information about the svn-ports-all
mailing list