mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to version 3.0.5
- Add dependency on GTK (new in this version) via USE_GTK knob - Install sample configuration files - Install odbctest binary - Tweak installation directory of configuration files, and name of odbctest binary so as not to conflict with the port databases/unixODBC - Install some basic documentation in $DOCSDIR - Expand and clarify pkg-descr; reword pkg-comment to be more correct Approved by: No response in ~25h from maintainer. (Apologies for the short wait; I have a port waiting in the wings which depends on this one.)
This commit is contained in:
parent
3477ac9a45
commit
46e10b77bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48390
@ -4,15 +4,34 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Note: The location of ${INIDIR} and the installed name of the "odbctest"
|
||||
# binary were chosen such that this port does not conflict with
|
||||
# databases/unixODBC.
|
||||
|
||||
PORTNAME= libiodbc
|
||||
PORTVERSION= 2.50.3
|
||||
PORTVERSION= 3.0.5
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyODBC/
|
||||
MASTER_SITES= http://www.iodbc.org/dist/
|
||||
|
||||
MAINTAINER= erikhb@bgnett.no
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
INIDIR= ${PREFIX}/etc/${PORTNAME}
|
||||
CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR}
|
||||
|
||||
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)
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
.for docfile in AUTHORS COPYING ChangeLog NEWS README
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libiodbc-2.50.3.tar.gz) = 5d23b748d4c57d61a004395cea5ff0f0
|
||||
MD5 (libiodbc-3.0.5.tar.gz) = fea3df52843bec96293ff37a08cf1478
|
||||
|
13
databases/libiodbc/files/patch-configure
Normal file
13
databases/libiodbc/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
--- 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
|
||||
|
@ -1 +1 @@
|
||||
ODBC library, for universal database access
|
||||
An ODBC 3.x driver manager, for universal data source access
|
||||
|
@ -1,5 +1,14 @@
|
||||
libiodbc is an ODBC implementation that allows access to a variety
|
||||
of databases
|
||||
iODBC (intrinsic Open Database Connectivity) is an ODBC driver manager that
|
||||
is compatible with the ODBC 2.x and 3.x specifications. It performs the
|
||||
standard tasks of a driver manager, i.e. driver loading, parameter and
|
||||
function sequence checking, driver function invocation, etc.
|
||||
|
||||
- Erik H. Bakke
|
||||
erikhb@bgnett.no
|
||||
Applications linked with the iODBC driver manager will be able - through ODBC
|
||||
function calls - to access simultaneously different types of data sources
|
||||
within one process through suitable ODBC drivers.
|
||||
|
||||
iODBC is freely redistributable under either the GNU Library General Public
|
||||
Licence (LGPL) or the BSD licence.
|
||||
|
||||
Authors: <iodbc@openlinksw.com>
|
||||
WWW: http://www.iodbc.org/
|
||||
|
@ -1,9 +1,38 @@
|
||||
lib/libiodbc.so.2
|
||||
lib/libiodbc.so
|
||||
lib/libiodbc.a
|
||||
%%PORTDOCS%%share/doc/libiodbc/AUTHORS
|
||||
%%PORTDOCS%%share/doc/libiodbc/COPYING
|
||||
%%PORTDOCS%%share/doc/libiodbc/ChangeLog
|
||||
%%PORTDOCS%%share/doc/libiodbc/NEWS
|
||||
%%PORTDOCS%%share/doc/libiodbc/README
|
||||
bin/iodbc-config
|
||||
bin/iodbc-odbctest
|
||||
bin/iodbcadm-gtk
|
||||
etc/libiodbc/odbc.ini.sample
|
||||
etc/libiodbc/odbcinst.ini.sample
|
||||
include/iodbcinst.h
|
||||
include/isql.h
|
||||
include/isqlext.h
|
||||
include/isqltypes.h
|
||||
include/sql.h
|
||||
include/sqlext.h
|
||||
include/sqltypes.h
|
||||
lib/libdrvproxy-gtk.a
|
||||
lib/libdrvproxy-gtk.la
|
||||
lib/libdrvproxy.a
|
||||
lib/libdrvproxy.la
|
||||
lib/libdrvproxy.so
|
||||
lib/libdrvproxy.so.3
|
||||
lib/libiodbc.a
|
||||
lib/libiodbc.la
|
||||
lib/libiodbc.so
|
||||
lib/libiodbc.so.3
|
||||
lib/libiodbcadm-gtk.a
|
||||
lib/libiodbcadm-gtk.la
|
||||
lib/libiodbcadm.a
|
||||
lib/libiodbcadm.la
|
||||
lib/libiodbcadm.so
|
||||
lib/libiodbcadm.so.3
|
||||
lib/libiodbcinst.a
|
||||
lib/libiodbcinst.la
|
||||
lib/libiodbcinst.so
|
||||
lib/libiodbcinst.so.3
|
||||
%%PORTDOCS%%@dirrm share/doc/libiodbc
|
||||
|
Loading…
Reference in New Issue
Block a user