FreeBSD Bugzilla – Attachment 53909 Details for
Bug 81567
Replace databases/jdbc-oracle816 by databases/jdbc-oracle8i and databases/jdbc-oracle9i.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.51 KB, created by
Thierry Thomas
on 2005-05-27 21:00:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2005-05-27 21:00:14 UTC
Size:
3.51 KB
patch
obsolete
>diff -urN databases/jdbc-oracle816/Makefile databases/jdbc-oracle9i/Makefile >--- databases/jdbc-oracle816/Makefile Sat Jun 5 07:48:31 2004 >+++ databases/jdbc-oracle9i/Makefile Fri May 27 10:53:50 2005 >@@ -5,37 +5,43 @@ > # $FreeBSD: ports/databases/jdbc-oracle816/Makefile,v 1.6 2004/06/02 22:17:12 patrick Exp $ > # > >-PORTNAME= oracle816 >-PORTVERSION= 1.11 >+PORTNAME= oracle9i >+PORTVERSION= 9.2.0.5 > CATEGORIES= databases java > MASTER_SITES= # none > PKGNAMEPREFIX= jdbc- >-DISTNAME= classes111_01. >-EXTRACT_SUFX= zip >+DISTFILES= ${CLASSES} ${OCRS_FILE} >+DIST_SUBDIR= oracle > EXTRACT_ONLY= # none > >-MAINTAINER= ports@FreeBSD.Org >-COMMENT= The JDBC drivers for Oracle 8.1.6 >+MAINTAINER= thierry@FreeBSD.Org >+COMMENT= The JDBC drivers for Oracle 9i > >-RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 >+RESTRICTED= 'Must be downloaded direct from Oracle via www interface' >+NO_CDROM= ${RESTRICTED} >+NO_PACKAGE= ${RESTRICTED} > >-ALL_TARGET= jar >+USE_JAVA= yes >+JAVA_VERSION= 1.4+ >+JAVA_RUN= jre > >-RESTRICTED= 'Must be downloaded direct from Oracle via www interface' >-NO_CDROM= 'Must be downloaded direct from Oracle via www interface' >-NO_PACKAGE= 'Must be downloaded direct from Oracle via www interface' > NO_BUILD= yes > NO_WRKSUBDIR= yes >-PLIST_FILES= share/java/classes/classes111_01.zip >+ >+CLASSES= ojdbc14.jar >+OCRS_FILE= ocrs12.zip >+ >+PLIST_FILES= %%JAVAJARDIR%%/${CLASSES} \ >+ %%JAVAJARDIR%%/${OCRS_FILE} > > .include <bsd.port.pre.mk> > >-.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) >-IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm Oracle8i 8.1.6.0.1 JDBC Drivers for use with JDK 1.1.x, JDBC-Thin 100% Java. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again." >+.if !exists(${CLASSES:S|^|${_DISTDIR}/|}}) \ >+ && !exists(${OCRS_FILE:S|^|${_DISTDIR}/|}) >+IGNORE="Please manually download ${DISTFILES} from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Oracle9i ${PORTVERSION} JDBC Drivers for use with JDK 1.4 \(JDBC classes + Additional RowSet support\). Put ${DISTFILES} into the directory ${_DISTDIR} and run make again." > .endif > > do-install: >- @${MKDIR} ${PREFIX}/share/java/classes >- @${INSTALL_DATA} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${LOCALBASE}/share/java/classes >+ ${INSTALL_DATA} ${DISTFILES:S|^|${_DISTDIR}/|} ${JAVAJARDIR} > > .include <bsd.port.post.mk> >diff -urN databases/jdbc-oracle816/distinfo databases/jdbc-oracle9i/distinfo >--- databases/jdbc-oracle816/distinfo Thu Oct 26 15:06:18 2000 >+++ databases/jdbc-oracle9i/distinfo Thu May 26 23:49:04 2005 >@@ -1 +1,4 @@ >-MD5 (classes111_01.zip) = ca3c45844a5d6f05841fa28f6320374c >+MD5 (oracle/ojdbc14.jar) = da6c3a4718acf5253c2fd7fd02150319 >+SIZE (oracle/ojdbc14.jar) = 1200046 >+MD5 (oracle/ocrs12.zip) = d9407f784d0e0b56313f229d74b7c147 >+SIZE (oracle/ocrs12.zip) = 37194 >diff -urN databases/jdbc-oracle816/pkg-descr databases/jdbc-oracle9i/pkg-descr >--- databases/jdbc-oracle816/pkg-descr Sun Jul 14 09:30:41 2002 >+++ databases/jdbc-oracle9i/pkg-descr Thu May 26 23:51:40 2005 >@@ -1,6 +1,6 @@ >-This is a port of the JDBC driver which is used to access Oracle >-databases using a database-independant API in Java. >+This is a port of the JDBC driver which is used to access Oracle 9i >+databases using a database-independant API in Java for use with JDK 1.4. > >-WWW: http://technet.oracle.com/tech/java/sqlj_jdbc/content.html >+WWW: http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html > > patrick@freebsd.org >--- jdbc-oracle9i.diff ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81567
:
53908
| 53909