mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 2.2.2
PR: 40357 Submitted by: Ports Fury
This commit is contained in:
parent
cdf8e698db
commit
bf24d154b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62688
3 changed files with 7 additions and 3 deletions
|
@ -6,12 +6,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= unixODBC
|
PORTNAME= unixODBC
|
||||||
PORTVERSION= 2.2.1
|
PORTVERSION= 2.2.2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://www.unixodbc.org/
|
MASTER_SITES= http://www.unixodbc.org/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
USE_REINPLACE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
CONFIGURE_ARGS= --enable-static --enable-shared
|
CONFIGURE_ARGS= --enable-static --enable-shared
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
@ -40,7 +41,7 @@ QT_NAME= qt2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||||
s|"-lqt"|"-l${QT_NAME}"|g ; \
|
s|"-lqt"|"-l${QT_NAME}"|g ; \
|
||||||
s|"-lqt-mt"|"-l${QT_NAME}"|g' ${WRKSRC}/configure
|
s|"-lqt-mt"|"-l${QT_NAME}"|g' ${WRKSRC}/configure
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (unixODBC-2.2.1.tar.gz) = 3b116091eb40e55a1d4ffed337f37768
|
MD5 (unixODBC-2.2.2.tar.gz) = cbd9305c06b315effb970f843df8ac1c
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
%%GUI:%%bin/ODBCConfig
|
%%GUI:%%bin/ODBCConfig
|
||||||
bin/dltest
|
bin/dltest
|
||||||
bin/isql
|
bin/isql
|
||||||
|
bin/iusql
|
||||||
bin/odbcinst
|
bin/odbcinst
|
||||||
%%GUI:%%bin/odbctest
|
%%GUI:%%bin/odbctest
|
||||||
include/autotest.h
|
include/autotest.h
|
||||||
|
@ -12,6 +13,8 @@ include/sqlext.h
|
||||||
include/sqltypes.h
|
include/sqltypes.h
|
||||||
include/sqlucode.h
|
include/sqlucode.h
|
||||||
include/uodbc_stats.h
|
include/uodbc_stats.h
|
||||||
|
etc/odbc.ini
|
||||||
|
etc/odbcinst.ini
|
||||||
lib/libboundparam.a
|
lib/libboundparam.a
|
||||||
lib/libboundparam.so
|
lib/libboundparam.so
|
||||||
lib/libboundparam.so.1
|
lib/libboundparam.so.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue