Revision: 144098 https://trac.macports.org/changeset/144098 Author: khindenburg@macports.org Date: 2016-01-01 10:13:23 -0800 (Fri, 01 Jan 2016) Log Message: ----------- TOra: remove legacy variant no_oracle Modified Paths: -------------- trunk/dports/aqua/TOra/Portfile Modified: trunk/dports/aqua/TOra/Portfile =================================================================== --- trunk/dports/aqua/TOra/Portfile 2016-01-01 18:11:17 UTC (rev 144097) +++ trunk/dports/aqua/TOra/Portfile 2016-01-01 18:13:23 UTC (rev 144098) @@ -79,21 +79,16 @@ # # Oracle -# Legacy no_oracle variant to be removed after October 2013. -variant no_oracle conflicts oracle description {Legacy compatibility variant} {} -variant oracle conflicts no_oracle description {Enable support for Oracle} { +variant oracle description {Enable support for Oracle} { depends_lib-append port:oracle-instantclient configure.args-delete -DENABLE_ORACLE=0 configure.args-append -DENABLE_ORACLE=1 \ -DORACLE_PATH_INCLUDES=${prefix}/lib/oracle/sdk/include \ -DORACLE_PATH_LIB=${prefix}/lib/oracle \ } -if {[variant_isset no_oracle]} { - default_variants -oracle -} else { - default_variants +oracle -} +default_variants +oracle + # # Debug variant debug description {provide a debug build in case of difficulties} {
participants (1)
-
khindenburg@macports.org