[Bug 245316] databases/linux-oracle-instantclient-sqlplus and basic, sdk port update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 3 16:07:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245316

papowell at astart.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |papowell at astart.com

--- Comment #4 from papowell at astart.com ---
databases/linux-oracle-instantclient-sqlplus provides the Linux 32bit version
of the Oracle Instantclient application.

The port has been removed from the Ports Tree as of April 3, 2020 and the MOVED
file has the notation:
databases/linux-oracle-instantclient-sqlplus||2019-12-31|Has expired: Depends
on deprecated Centos 6 framework

I have updated the databases/linux-oracle-instantclient-sqlplus,
linux-oracle-instantclient-sdk, linux-oracle-instantclient-basic ports to use
the Oracle Openclient Version 11.1.0.7 for Linux 32bit and Linux Centos 7.

The port has updated information on how to get the
instantclient-sqlplus-linux32-11.1.0.7.zip and other files from the
https://www.oracle.com/database/technologies/instant-client/linux-x86-32-downloads.html
web site. LICENSE information has been added to the Port Makefile.

Portlint was run on the updated ports and the reported errors and warnings
fixed.
Portlint reports a warning when the recommended in the Porters Handbook
construction for checking for the existence of files is used:

.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=\
    Due to Oracle license restrictions, you must fetch the source\
    ....
.endif

The .if conditional test appears to confuse portlint.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list