diff options
author | linimon <linimon@FreeBSD.org> | 2004-03-23 03:11:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-03-23 03:11:39 +0800 |
commit | 41c001c810dca2bf6ea0e9f81a9c774e12ace42b (patch) | |
tree | d7bedb832038b92cc3aaa2e7821545fd9ffc924c /databases | |
parent | 44521b7d81a892156547fffef5344a7522863f68 (diff) | |
download | freebsd-ports-gnome-41c001c810dca2bf6ea0e9f81a9c774e12ace42b.tar.gz freebsd-ports-gnome-41c001c810dca2bf6ea0e9f81a9c774e12ace42b.tar.zst freebsd-ports-gnome-41c001c810dca2bf6ea0e9f81a9c774e12ace42b.zip |
Update to 3.51.1: catch up with the newest development branch, but not
yet the newest release from that branch. From the PR:
"I am aware that this patch does not update to the very latest version
of the libiodbc library, but I will submit another update when I am
back online after my move (along with a maintainer-email update)."
Changes over time include: added new SQLDrivers implementation; added
ODBC Tracing facility; code restructuring; fixes for installations in
many more environments; bugfixes. See ChangeLog for complete details.
PR: ports/62877
Submitted by: Erik H. Bakke <ebakke@trolltech.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libiodbc/Makefile | 9 | ||||
-rw-r--r-- | databases/libiodbc/distinfo | 3 | ||||
-rw-r--r-- | databases/libiodbc/files/patch-configure | 13 | ||||
-rw-r--r-- | databases/libiodbc/pkg-plist | 9 |
4 files changed, 10 insertions, 24 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 86cd0c8b36ab..c75ab3ab4bea 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -9,10 +9,10 @@ # databases/unixODBC. PORTNAME= libiodbc -PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTVERSION= 3.51.1 +PORTREVISION= 3 CATEGORIES= databases -MASTER_SITES= http://www.iodbc.org/dist/ +MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ MAINTAINER= ebakke@trolltech.com COMMENT= An ODBC 3.x driver manager, for universal data source access @@ -25,6 +25,7 @@ INSTALLS_SHLIB= yes INIDIR= ${PREFIX}/etc/${PORTNAME} CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR} --with-pthread +CFLAGS += -D_BSD_WCHAR_T_DEFINED_ .if !defined(WITHOUT_GUI) USE_GNOME= gtk12 @@ -35,8 +36,6 @@ PLIST_SUB+= GUI="@comment " .endif post-install: - @ ${MKDIR} ${PREFIX}/bin && ${INSTALL_PROGRAM} \ - ${WRKSRC}/samples/odbctest ${PREFIX}/bin/iodbc-odbctest @ ${MKDIR} ${INIDIR} && \ ${INSTALL_DATA} ${WRKSRC}/etc/odbc*.ini.sample ${INIDIR} .if !defined(NOPORTDOCS) diff --git a/databases/libiodbc/distinfo b/databases/libiodbc/distinfo index 155b1db958b2..3908189d8288 100644 --- a/databases/libiodbc/distinfo +++ b/databases/libiodbc/distinfo @@ -1 +1,2 @@ -MD5 (libiodbc-3.0.5.tar.gz) = fea3df52843bec96293ff37a08cf1478 +MD5 (libiodbc-3.51.1.tar.gz) = c63b6f3d7bc459bdf791517c84402160 +SIZE (libiodbc-3.51.1.tar.gz) = 540563 diff --git a/databases/libiodbc/files/patch-configure b/databases/libiodbc/files/patch-configure deleted file mode 100644 index a1227006a8fc..000000000000 --- a/databases/libiodbc/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Mon Jun 11 16:30:50 2001 -+++ configure Tue Oct 2 12:25:50 2001 -@@ -6458,8 +6458,8 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+# Always use FreeBSD's libtool port. -+LIBTOOL='libtool' - - # Prevent multiple expansion - diff --git a/databases/libiodbc/pkg-plist b/databases/libiodbc/pkg-plist index d69527d2371e..6b4b40bf8ace 100644 --- a/databases/libiodbc/pkg-plist +++ b/databases/libiodbc/pkg-plist @@ -4,10 +4,11 @@ %%PORTDOCS%%share/doc/libiodbc/NEWS %%PORTDOCS%%share/doc/libiodbc/README bin/iodbc-config -bin/iodbc-odbctest +bin/iodbctest %%GUI%%bin/iodbcadm-gtk etc/libiodbc/odbc.ini.sample etc/libiodbc/odbcinst.ini.sample +include/iodbcext.h include/iodbcinst.h include/isql.h include/isqlext.h @@ -15,8 +16,7 @@ include/isqltypes.h include/sql.h include/sqlext.h include/sqltypes.h -%%GUI%%lib/libdrvproxy-gtk.a -%%GUI%%lib/libdrvproxy-gtk.la +include/sqlucode.h %%GUI%%lib/libdrvproxy.a %%GUI%%lib/libdrvproxy.la %%GUI%%lib/libdrvproxy.so @@ -25,8 +25,6 @@ lib/libiodbc.a lib/libiodbc.la lib/libiodbc.so lib/libiodbc.so.3 -%%GUI%%lib/libiodbcadm-gtk.a -%%GUI%%lib/libiodbcadm-gtk.la %%GUI%%lib/libiodbcadm.a %%GUI%%lib/libiodbcadm.la %%GUI%%lib/libiodbcadm.so @@ -36,3 +34,4 @@ lib/libiodbcinst.la lib/libiodbcinst.so lib/libiodbcinst.so.3 %%PORTDOCS%%@dirrm share/doc/libiodbc +@dirrm etc/libiodbc |