svn commit: r373567 - head/www/rt42

Matthew Seaman matthew at FreeBSD.org
Fri Nov 28 15:18:33 UTC 2014


Author: matthew
Date: Fri Nov 28 15:18:32 2014
New Revision: 373567
URL: https://svnweb.freebsd.org/changeset/ports/373567
QAT: https://qat.redports.org/buildarchive/r373567/

Log:
  RT contains no compiled code, so code equivalent to USES=pgsql --
  which adds a LIB_DEPENDS on libpg.so -- and similarly for USES=mysql
  and USES=sqlite is actually wrong.  RT will inherit the correct
  dependencies from p5-DBD-Pg, p5-DBD-mysql or p5-DBD-Sqlite.

Modified:
  head/www/rt42/Makefile

Modified: head/www/rt42/Makefile
==============================================================================
--- head/www/rt42/Makefile	Fri Nov 28 14:04:53 2014	(r373566)
+++ head/www/rt42/Makefile	Fri Nov 28 15:18:32 2014	(r373567)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	42
@@ -81,15 +81,12 @@ SPAWN_FCGI_DESC=		Deploy with spawn_fcgi
 SPAWN_FCGI_RUN_DEPENDS=		${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi \
 				${FASTCGI_DEPS}
 
-MYSQL_USE=			MYSQL=yes
 MYSQL_RUN_DEPENDS=		${MYSQL_DEPS}
 
-PGSQL_USES=			pgsql
 PGSQL_RUN_DEPENDS=		${PGSQL_DEPS}
 
 ORACLE_RUN_DEPENDS=		${ORACLE_DEPS}
 
-SQLITE_USE=			SQLITE=yes
 SQLITE_RUN_DEPENDS=		${SQLITE_DEPS}
 
 DEVELOPER_DESC=			Configure for Developers


More information about the svn-ports-all mailing list