summaryrefslogtreecommitdiff
path: root/databases/linux-oracle-instantclient-sqlplus
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-11-23 16:55:31 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-11-23 16:55:31 +0000
commit7031d148476b1b954a75796e4f7bcdca716ee368 (patch)
tree11f8ec4f4e022dcff91188c4b429d39e20fea61f /databases/linux-oracle-instantclient-sqlplus
parentCleanup plist (diff)
databases/linux-oracle-instantclient-*: fix download link, take maintainer
- The download link given in the IGNORE message was out-dated. - ldconfig was not invoked so the shared libraries were not found - taking maintainer
Diffstat (limited to 'databases/linux-oracle-instantclient-sqlplus')
-rw-r--r--databases/linux-oracle-instantclient-sqlplus/Makefile23
1 files changed, 17 insertions, 6 deletions
diff --git a/databases/linux-oracle-instantclient-sqlplus/Makefile b/databases/linux-oracle-instantclient-sqlplus/Makefile
index 01922334c8e2..7c712220bbeb 100644
--- a/databases/linux-oracle-instantclient-sqlplus/Makefile
+++ b/databases/linux-oracle-instantclient-sqlplus/Makefile
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -sqlplus
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${ORACLEVERSION}-${DISTDATE}
DIST_SUBDIR= oracle
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pi@FreeBSD.org
COMMENT= Oracle 10 32 Bit Linux InstantClient SQLPlus for RDBMS 8.1.2+
ONLY_FOR_ARCHS= i386 amd64
@@ -20,8 +20,11 @@ DISTINFO_FILE= ${MASTERDIR}/distinfo.i386
RESTRICTED= Packaging prohibited by Oracle license
+# base
+RUN_DEPENDS+= linux-oracle-instantclient-basic>0:${PORTSDIR}/databases/linux-oracle-instantclient-basic
+
USES= zip
-USE_LINUX= yes
+USE_LINUX= c6
USE_LINUX_PREFIX= yes
ORACLEVERSION= 10.2.0.3
@@ -37,14 +40,17 @@ WRKSRC= ${WRKDIR}/instantclient_10_2
INSTBINSDIR= ${STAGEDIR}${PREFIX}/usr/bin
INSTLIBSDIR= ${STAGEDIR}${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib
-USE_LDCONFIG= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib
+#USE_LDCONFIG= ${PREFIX}/usr/lib/oracle/${ORACLEVERSION}/client/lib
+USE_LDCONFIG= yes
PLIST_SUB= ORACLEVERSION=${ORACLEVERSION}
.include <bsd.port.pre.mk>
+#LINUXXVAL= x86-64
#.if ${ARCH} == "i386"
LINUXARCH= linux32
+LINUXXVAL= x86
DISTDATE= 20061115
#.elif ${ARCH} == "amd64"
#LINUXARCH= linux-x86-64
@@ -52,12 +58,17 @@ DISTDATE= 20061115
#.endif
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE+= due to Oracle license restrictions, you must fetch the source distribution manually from http://www.oracle.com/technology/software/tech/oci/instantclient/index.html , follow the link for ${DISTFILES} and place them in ${DISTDIR}/${DIST_SUBDIR}/
+IGNORE=\
+ Due to Oracle license restrictions, you must fetch the source\
+ distribution manually from\
+ http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html\
+ , follow the link for Linux ${LINUXXVAL} and ${DISTFILES}\
+ and place them in ${DISTDIR}/${DIST_SUBDIR}/
.endif
do-install:
- @${MKDIR} -m 0755 ${INSTBINSDIR}
- @${MKDIR} -m 0755 ${INSTLIBSDIR}
+ ${MKDIR} -m 0755 ${INSTBINSDIR}
+ ${MKDIR} -m 0755 ${INSTLIBSDIR}
.for i in ${BINS_LIST}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${INSTBINSDIR}/${i}
.endfor