summaryrefslogtreecommitdiff
path: root/databases/oracle8-client
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2007-11-13 20:25:46 +0000
committerMax Khon <fjoe@FreeBSD.org>2007-11-13 20:25:46 +0000
commit10fff72a645d6265a6b67c686cb162aae49719ea (patch)
tree7baeb337aca0842bad4929984a75c8bd3f19955f /databases/oracle8-client
parent- Marked broken (doesn't work in jails) (diff)
Update to 0.2.0. This fixes unresolved symbols in libclntsh.a on FreeBSD 7 and later.
Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=202691
Diffstat (limited to 'databases/oracle8-client')
-rw-r--r--databases/oracle8-client/Makefile12
-rw-r--r--databases/oracle8-client/distinfo6
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/oracle8-client/Makefile b/databases/oracle8-client/Makefile
index 776d737bdd06..f5dc03e20b9a 100644
--- a/databases/oracle8-client/Makefile
+++ b/databases/oracle8-client/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= oracle8-client
-PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fjoe
@@ -20,10 +19,15 @@ ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/${PORTNAME}
ORACLE_HOME= ${PREFIX}/${PORTNAME}
-NO_BUILD= yes
+.include <bsd.port.pre.mk>
+
+do-build:
+.if ${OSVERSION} < 700000
+ @cd ${WRKSRC}/freebsd && ${MAKE} all patch clean ORACLE_HOME=${WRKSRC}
+.endif
do-install:
@${MKDIR} ${ORACLE_HOME}
cd ${WRKSRC} && ${FIND} . -print0 | ${CPIO} -dump0 -R ${SHAREOWN}:${SHAREGRP} ${ORACLE_HOME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/databases/oracle8-client/distinfo b/databases/oracle8-client/distinfo
index 7754027a4ff4..884e7aa74f0d 100644
--- a/databases/oracle8-client/distinfo
+++ b/databases/oracle8-client/distinfo
@@ -1,3 +1,3 @@
-MD5 (oracle8-client-0.1.1.tar.bz2) = f0ec5d995ecae85224c40e510def2c8a
-SHA256 (oracle8-client-0.1.1.tar.bz2) = 3928ffdf042e6dd16b868dc7872205567203184c623f9799660096e1bfe7e8d5
-SIZE (oracle8-client-0.1.1.tar.bz2) = 5581564
+MD5 (oracle8-client-0.2.0.tar.bz2) = 8fea1d0bd6db7d0e24bb24726f8301ee
+SHA256 (oracle8-client-0.2.0.tar.bz2) = 0e8aa55427367a609763a5ef0b5b4c5b6bbf1d5a05d6cb0b1baf26c3da236e61
+SIZE (oracle8-client-0.2.0.tar.bz2) = 5389714