mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 0.5.6
- Fix objformat issue [1] Submitted by: miwi [1]
This commit is contained in:
parent
3e9eaed62a
commit
8881424bf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194797
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= oracle_odbc_driver
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://home.fnal.gov/~dbox/oracle/odbc/
|
||||
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
||||
@ -26,9 +25,11 @@ ORACLE_HOME= ${LOCALBASE}/oracle8-client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ORACLE_HOME="${ORACLE_HOME}" \
|
||||
LIBS="`${CAT} ${ORACLE_HOME}/lib/sysliblist`"
|
||||
LIBS="`${CAT} ${ORACLE_HOME}/lib/sysliblist`"\
|
||||
AUTOHEADER=true
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/-lclntst8 -lcompat -lpthread -lm/-lclntst8 -lcompat ${PTHREAD_LIBS} -lm/' ${WRKSRC}/configure
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (oracle_odbc_driver.0.5.5.tar.gz) = 77a576b947437e915491ecd30f036c85
|
||||
SHA256 (oracle_odbc_driver.0.5.5.tar.gz) = 683de004c4517e64d74c4c248b18245db56bfdc38990842a5d4429e5fec76aac
|
||||
SIZE (oracle_odbc_driver.0.5.5.tar.gz) = 483118
|
||||
MD5 (oracle_odbc_driver.0.5.6.tar.gz) = 2a27268a088586c044f7ffa93ee2122b
|
||||
SHA256 (oracle_odbc_driver.0.5.6.tar.gz) = 8c41adc9df122c7b9b4bdda213465ee3ea9ebe5c0dd5e75120bd7e585499c898
|
||||
SIZE (oracle_odbc_driver.0.5.6.tar.gz) = 422133
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/oracle_functions.c.orig Wed Jun 8 19:39:20 2005
|
||||
+++ src/oracle_functions.c Wed Jun 8 19:39:32 2005
|
||||
@@ -48,6 +48,7 @@
|
||||
--- src/oracle_functions.c.orig Tue Jul 3 23:11:11 2007
|
||||
+++ src/oracle_functions.c Tue Jul 3 23:11:24 2007
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
long local_min(long a, long b){if(a<b)return a; return b;}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
int epc_exit_handler()
|
||||
{
|
||||
/* in oracle 8.1.6 and 8.1.7 libclntsh.so registers an
|
||||
@@ -65,6 +66,7 @@
|
||||
@@ -67,6 +68,7 @@
|
||||
printf("neener neener caught the exit handler bug!\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user