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

(-)databases/unixODBC/Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	unixODBC
8
PORTNAME=	unixODBC
9
PORTVERSION=	2.2.0
9
PORTVERSION=	2.2.1
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	http://www.unixodbc.org/
11
MASTER_SITES=	http://www.unixodbc.org/
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
14
15
GNU_CONFIGURE=	yes
15
USE_LIBTOOL=	yes
16
CONFIGURE_ARGS=	--enable-static --enable-shared
16
CONFIGURE_ARGS=	--enable-static --enable-shared
17
INSTALLS_SHLIB=	yes
17
INSTALLS_SHLIB=	yes
18
18
(-)databases/unixODBC/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (unixODBC-2.2.0.tar.gz) = ef280d18e855b55592a2472679382008
1
MD5 (unixODBC-2.2.1.tar.gz) = 3b116091eb40e55a1d4ffed337f37768
(-)databases/unixODBC/files/patch-configure (+10 lines)
Line 0 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/files/patch-ltmain.sh (-33 lines)
Lines 1-33 Link Here
1
--- ltmain.sh.orig	Wed Oct 31 22:35:16 2001
2
+++ ltmain.sh	Thu Dec 13 05:47:16 2001
3
@@ -944,6 +944,7 @@
4
 	;;
5
 
6
       -avoid-version)
7
+	build_old_libs=no
8
 	avoid_version=yes
9
 	continue
10
 	;;
11
@@ -2408,6 +2409,9 @@
12
 	  *-*-netbsd*)
13
 	    # Don't link with libc until the a.out ld.so is fixed.
14
 	    ;;
15
+	  *-*-freebsd*)
16
+	    # FreeBSD doesn't need this...
17
+	    ;;
18
 	  *)
19
 	    # Add libc to deplibs on all other systems if necessary.
20
 	    if test $build_libtool_need_lc = "yes"; then
21
@@ -4175,10 +4179,12 @@
22
 	fi
23
 
24
 	# Install the pseudo-library for information purposes.
25
+	if /usr/bin/false; then
26
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
27
 	instname="$dir/$name"i
28
 	$show "$install_prog $instname $destdir/$name"
29
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
30
+	fi
31
 
32
 	# Maybe install the static library, too.
33
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)databases/unixODBC/pkg-plist (-4 lines)
Lines 43-50 Link Here
43
lib/libodbcinst.so
43
lib/libodbcinst.so
44
lib/libodbcinst.so.1
44
lib/libodbcinst.so.1
45
%%GUI:%%lib/libodbcinstQ.a
45
%%GUI:%%lib/libodbcinstQ.a
46
%%GUI:%%lib/libodbcinstQ.so
47
%%GUI:%%lib/libodbcinstQ.so.1
48
lib/libodbcminiS.a
46
lib/libodbcminiS.a
49
lib/libodbcminiS.so
47
lib/libodbcminiS.so
50
lib/libodbcminiS.so.1
48
lib/libodbcminiS.so.1
Lines 62-69 Link Here
62
lib/libodbcpsqlS.so
60
lib/libodbcpsqlS.so
63
lib/libodbcpsqlS.so.1
61
lib/libodbcpsqlS.so.1
64
lib/libodbctxt.a
62
lib/libodbctxt.a
65
lib/libodbctxt.so
66
lib/libodbctxt.so.1
67
lib/libodbctxtS.a
63
lib/libodbctxtS.a
68
lib/libodbctxtS.so
64
lib/libodbctxtS.so
69
lib/libodbctxtS.so.1
65
lib/libodbctxtS.so.1

Return to bug 37836