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

(-)databases/unixODBC/Makefile (-9 / +9 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/databases/unixODBC/Makefile 393429 2015-08-02 15:03:19Z tijl $
2
# $FreeBSD: head/databases/unixODBC/Makefile 393429 2015-08-02 15:03:19Z tijl $
3
3
4
PORTNAME=	unixODBC
4
PORTNAME=	unixODBC
5
PORTVERSION=	2.3.2
5
PORTVERSION=	2.3.3
6
PORTREVISION=	2
7
CATEGORIES=	databases
6
CATEGORIES=	databases
8
MASTER_SITES=	http://www.unixodbc.org/
7
MASTER_SITES=	http://www.unixodbc.org/
9
8
Lines 13-38 Link Here
13
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
14
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
15
14
16
OPTIONS_DEFINE=	DOCS
15
# :keepla because port uses lt_dlopen
17
16
USES=		iconv libtool:keepla
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	ac_cv_header_msql_h=no
18
CONFIGURE_ENV=	ac_cv_header_msql_h=no
20
CONFIGURE_ARGS=	--enable-static --enable-shared \
19
CONFIGURE_ARGS=	--enable-static --enable-shared \
21
		${ICONV_CONFIGURE_ARG}
20
		${ICONV_CONFIGURE_ARG}
22
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
23
# :keepla because port uses lt_dlopen
24
USES=		iconv libtool:keepla
25
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
26
23
27
PORTDOCS=	*
24
PORTDOCS=	*
28
25
26
OPTIONS_DEFINE=	DOCS
27
29
post-patch:
28
post-patch:
30
	@${REINPLACE_CMD} -e \
29
	@${REINPLACE_CMD} -e \
31
		'/\.ini/s|^|#|' ${WRKSRC}/Makefile.in
30
		's|\.ini$$|.ini.sample|' ${WRKSRC}/Makefile.in
32
31
33
post-install:
32
post-install:
34
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
33
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
35
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
34
	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
36
	@${FIND} ${STAGEDIR}${DOCSDIR} -type f -name "*Makefile*" -delete
35
		"! -name Makefile.am -and ! -name Makefile.in -and \
36
		! -name Makefile")
37
37
38
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)databases/unixODBC/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (unixODBC-2.3.2.tar.gz) = 9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
1
SHA256 (unixODBC-2.3.3.tar.gz) = 90a4d04962050113ffc6507094cce3d1770f84926f4c032f23892ce57df5d788
2
SIZE (unixODBC-2.3.2.tar.gz) = 1849173
2
SIZE (unixODBC-2.3.3.tar.gz) = 1824430
(-)databases/unixODBC/pkg-plist (-4 / +7 lines)
Lines 4-14 Link Here
4
bin/odbc_config
4
bin/odbc_config
5
bin/odbcinst
5
bin/odbcinst
6
bin/slencheck
6
bin/slencheck
7
@sample etc/odbc.ini.sample
8
@sample etc/odbcinst.ini.sample
7
include/autotest.h
9
include/autotest.h
8
include/odbcinst.h
10
include/odbcinst.h
9
include/odbcinstext.h
11
include/odbcinstext.h
10
include/sql.h
12
include/sql.h
11
include/sqlext.h
13
include/sqlext.h
14
include/sqlspi.h
12
include/sqltypes.h
15
include/sqltypes.h
13
include/sqlucode.h
16
include/sqlucode.h
14
include/unixodbc_conf.h
17
include/unixodbc_conf.h
Lines 29-40 Link Here
29
lib/libodbcinst.so
32
lib/libodbcinst.so
30
lib/libodbcinst.so.2
33
lib/libodbcinst.so.2
31
lib/libodbcinst.so.2.0.0
34
lib/libodbcinst.so.2.0.0
35
man/man1/dltest.1.gz
32
man/man1/isql.1.gz
36
man/man1/isql.1.gz
37
man/man1/iusql.1.gz
38
man/man1/odbc_config.1.gz
33
man/man1/odbcinst.1.gz
39
man/man1/odbcinst.1.gz
34
man/man5/odbc.ini.5.gz
40
man/man5/odbc.ini.5.gz
35
man/man5/odbcinst.ini.5.gz
41
man/man5/odbcinst.ini.5.gz
36
@unexec test -s %D/etc/odbcinst.ini || rm -f %D/etc/odbcinst.ini
42
man/man7/unixODBC.7.gz
37
@unexec test -s %D/etc/odbc.ini || rm -f %D/etc/odbc.ini
38
@dir etc/ODBCDataSources
43
@dir etc/ODBCDataSources
39
@exec test -e %D/etc/odbc.ini || touch %D/etc/odbc.ini
40
@exec test -e %D/etc/odbcinst.ini || touch %D/etc/odbcinst.ini

Return to bug 203243