svn commit: r435679 - head/www/rt44
Rene Ladan
rene at FreeBSD.org
Wed Mar 8 12:18:59 UTC 2017
Author: rene
Date: Wed Mar 8 12:18:57 2017
New Revision: 435679
URL: https://svnweb.freebsd.org/changeset/ports/435679
Log:
www/rt44: remove optional dependency on expired databases/p5-DBD-Oracle
Modified:
head/www/rt44/Makefile
head/www/rt44/Makefile.cpan
Modified: head/www/rt44/Makefile
==============================================================================
--- head/www/rt44/Makefile Wed Mar 8 12:18:28 2017 (r435678)
+++ head/www/rt44/Makefile Wed Mar 8 12:18:57 2017 (r435679)
@@ -29,14 +29,14 @@ NO_ARCH= yes
# builtin webserver, simply deselect all of the web options.
#
# See doc/full_text_indexing.pod if you need to set up full text
-# indexes on your ticket database. PostgreSQL or Oracle are
+# indexes on your ticket database. PostgreSQL is
# recommended in this case: the MYSQL / SphinxSearch combination
# mentioned in the docs is currently unsupported in the ports, but see
# http://www.infracaninophile.co.uk/articles/sphinxse.html
OPTIONS_DEFINE= DEVELOPER GD GPG GRAPHVIZ SMIME DOCS
OPTIONS_SINGLE= DB
-OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE
+OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE
OPTIONS_RADIO= WEB
OPTIONS_RADIO_WEB= AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI
@@ -86,8 +86,6 @@ MYSQL_RUN_DEPENDS= ${MYSQL_DEPS}
PGSQL_RUN_DEPENDS= ${PGSQL_DEPS}
-ORACLE_RUN_DEPENDS= ${ORACLE_DEPS}
-
SQLITE_RUN_DEPENDS= ${SQLITE_DEPS}
DEVELOPER_DESC= Configure for developers
@@ -114,8 +112,8 @@ BUILD_DEPENDS+= ${RUN_DEPENDS}
.include <bsd.port.options.mk>
.if !${PORT_OPTIONS:MMYSQL} && !${PORT_OPTIONS:MPGSQL} && \
- ! ${PORT_OPTIONS:MORACLE} && !${PORT_OPTIONS:MSQLITE}
-IGNORE= please select one of MYSQL, PGSQL, ORACLE or SQLITE
+ !${PORT_OPTIONS:MSQLITE}
+IGNORE= please select one of MYSQL, PGSQL or SQLITE
.endif
.if ${PORT_OPTIONS:MMYSQL}
@@ -126,10 +124,6 @@ DB_TYPE= mysql
DB_TYPE= Pg
.endif
-.if ${PORT_OPTIONS:MORACLE}
-DB_TYPE= Oracle
-.endif
-
.if ${PORT_OPTIONS:MSQLITE}
DB_TYPE= SQLite
.endif
Modified: head/www/rt44/Makefile.cpan
==============================================================================
--- head/www/rt44/Makefile.cpan Wed Mar 8 12:18:28 2017 (r435678)
+++ head/www/rt44/Makefile.cpan Wed Mar 8 12:18:57 2017 (r435679)
@@ -242,11 +242,6 @@ MODPERL2_DEPS= p5-libapreq2>0:www/p5-lib
MYSQL_DEPS= p5-DBD-mysql>=2.1018:databases/p5-DBD-mysql
-### --- ORACLE ---
-### DBD::Oracle (avoid 1.23 -- ports has 1.19)
-
-ORACLE_DEPS= p5-DBD-Oracle>0:databases/p5-DBD-Oracle
-
### --- PGSQL ---
### DBD::Pg 3.3.1
@@ -292,6 +287,5 @@ GD_DEPS= p5-GD>0:graphics/p5-GD \
p5-GD-TextUtil>0:graphics/p5-GD-TextUtil
### --- AVOID ---
-### 'DBD::Oracle' => [qw(1.23)],
### 'Devel::StackTrace' => [qw(1.28 1.29)],
### 'DateTime::Locale' => [qw(1.00 1.01)]
More information about the svn-ports-all
mailing list