1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

www/rt44: remove optional dependency on expired databases/p5-DBD-Oracle

This commit is contained in:
Rene Ladan 2017-03-08 12:18:57 +00:00
parent 0062a39db9
commit b94208b869
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435679
2 changed files with 4 additions and 16 deletions

View File

@ -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

View File

@ -242,11 +242,6 @@ MODPERL2_DEPS= p5-libapreq2>0:www/p5-libapreq2 \
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)]