mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Update to 0.2.0. This fixes unresolved symbols in libclntsh.a on FreeBSD 7 and later.
Approved by: portmgr (pav)
This commit is contained in:
parent
e8af3ed99c
commit
10fff72a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202691
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user