Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Nov 2014 15:18:33 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373567 - head/www/rt42
Message-ID:  <201411281518.sASFIXUr064575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411281518.sASFIXUr064575>