View | Details | Raw Unified | Return to bug 63132
Collapse All | Expand All

(-)databases/unixODBC/Makefile (-9 / +3 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	unixODBC
8
PORTNAME=	unixODBC
9
PORTVERSION=	2.2.7
9
PORTVERSION=	2.2.8
10
PORTREVISION=	1
11
CATEGORIES=	databases
10
CATEGORIES=	databases
12
MASTER_SITES=	http://www.unixodbc.org/
11
MASTER_SITES=	http://www.unixodbc.org/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	ODBC library suite for Unix
14
COMMENT=	ODBC library suite for Unix
16
15
17
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
18
19
CONFLICTS=	libiodbc-*
16
CONFLICTS=	libiodbc-*
20
17
21
USE_REINPLACE=	yes
18
USE_GNOME=	gnomehack gnometarget lthack
19
USE_ICONV=	yes
22
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ARGS=	--enable-static --enable-shared \
21
CONFIGURE_ARGS=	--enable-static --enable-shared \
25
		--with-libiconv-prefix=${LOCALBASE}
22
		--with-libiconv-prefix=${LOCALBASE}
26
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
Lines 45-53 Link Here
45
.else
42
.else
46
CONFIGURE_ARGS+=	--enable-threads=no
43
CONFIGURE_ARGS+=	--enable-threads=no
47
.endif
44
.endif
48
49
post-patch:
50
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
51
45
52
post-install:
46
post-install:
53
.if !defined(NOPORTDOCS)
47
.if !defined(NOPORTDOCS)
(-)databases/unixODBC/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (unixODBC-2.2.7.tar.gz) = 5006259f2044666c733651263722bbdd
1
MD5 (unixODBC-2.2.8.tar.gz) = 1738ac06c5fae51fe214993cf8b3bf2b
2
SIZE (unixODBC-2.2.7.tar.gz) = 2345674
2
SIZE (unixODBC-2.2.8.tar.gz) = 2351939
(-)databases/unixODBC/files/patch-DataManager::SQLMoreResults.c (-11 lines)
Lines 1-11 Link Here
1
--- DriverManager/SQLMoreResults.c.orig	Fri Oct 31 03:20:46 2003
2
+++ DriverManager/SQLMoreResults.c	Tue Jan 13 23:25:00 2004
3
@@ -262,7 +262,7 @@
4
          * We don't know for sure
5
          */
6
         statement -> hascols = 0;
7
-        statement -> state = STATE_S4;
8
+        statement -> state = STATE_S5;
9
 #endif
10
     }
11
     else if ( ret == SQL_STILL_EXECUTING )
(-)databases/unixODBC/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Sun Apr 28 08:36:46 2002
2
+++ configure	Sun Apr 28 08:55:08 2002
3
@@ -5733,6 +5733,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
(-)databases/unixODBC/pkg-plist (+3 lines)
Lines 25-30 Link Here
25
lib/libgtrtst.a
25
lib/libgtrtst.a
26
lib/libgtrtst.so
26
lib/libgtrtst.so
27
lib/libgtrtst.so.1
27
lib/libgtrtst.so.1
28
lib/libmimerS.a
29
lib/libmimerS.so
30
lib/libmimerS.so.1
28
lib/libnn.a
31
lib/libnn.a
29
lib/libnn.so
32
lib/libnn.so
30
lib/libnn.so.1
33
lib/libnn.so.1

Return to bug 63132