Update to 2.2.1.
PR: 37836 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
2f4048b50d
commit
c42ff00e0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62307
5 changed files with 13 additions and 38 deletions
|
@ -6,13 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= unixODBC
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.2.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.unixodbc.org/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-static --enable-shared
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (unixODBC-2.2.0.tar.gz) = ef280d18e855b55592a2472679382008
|
||||
MD5 (unixODBC-2.2.1.tar.gz) = 3b116091eb40e55a1d4ffed337f37768
|
||||
|
|
10
databases/unixODBC/files/patch-configure
Normal file
10
databases/unixODBC/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Sun Apr 28 08:36:46 2002
|
||||
+++ configure Sun Apr 28 08:55:08 2002
|
||||
@@ -5733,6 +5733,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@ -1,33 +0,0 @@
|
|||
--- ltmain.sh.orig Wed Oct 31 22:35:16 2001
|
||||
+++ ltmain.sh Thu Dec 13 05:47:16 2001
|
||||
@@ -944,6 +944,7 @@
|
||||
;;
|
||||
|
||||
-avoid-version)
|
||||
+ build_old_libs=no
|
||||
avoid_version=yes
|
||||
continue
|
||||
;;
|
||||
@@ -2408,6 +2409,9 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
@@ -4175,10 +4179,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
|
@ -43,8 +43,6 @@ lib/libodbcinst.a
|
|||
lib/libodbcinst.so
|
||||
lib/libodbcinst.so.1
|
||||
%%GUI:%%lib/libodbcinstQ.a
|
||||
%%GUI:%%lib/libodbcinstQ.so
|
||||
%%GUI:%%lib/libodbcinstQ.so.1
|
||||
lib/libodbcminiS.a
|
||||
lib/libodbcminiS.so
|
||||
lib/libodbcminiS.so.1
|
||||
|
|
Loading…
Reference in a new issue