View | Details | Raw Unified | Return to bug 61302 | Differences between
and this patch

Collapse All | Expand All

(-)databases/freetds//Makefile (-7 / +9 lines)
Lines 5-11 Link Here
5
# $FreeBSD$
5
# $FreeBSD$
6
6
7
PORTNAME=	freetds
7
PORTNAME=	freetds
8
PORTVERSION=	0.61.2
8
PORTVERSION=	0.62
9
CATEGORIES=	databases
9
CATEGORIES=	databases
10
MASTER_SITES=	${MASTER_SITE_SUNSITE}
10
MASTER_SITES=	${MASTER_SITE_SUNSITE}
11
MASTER_SITE_SUBDIR=	ALPHA/freetds/stable
11
MASTER_SITE_SUBDIR=	ALPHA/freetds/stable
Lines 14-20 Link Here
14
COMMENT=	Sybase/Microsoft TDS protocol library
14
COMMENT=	Sybase/Microsoft TDS protocol library
15
15
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
17
BUILD_DEPENDS=	${LOCALBASE}/bin/automake17:${PORTSDIR}/devel/automake17
18
17
19
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
20
USE_GMAKE=	yes
19
USE_GMAKE=	yes
Lines 27-32 Link Here
27
CONFIGURE_ARGS=	--with-tdsver=5.0
26
CONFIGURE_ARGS=	--with-tdsver=5.0
28
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
29
28
29
DOCSDIR=	${PREFIX}/share/doc/freetds-${PORTVERSION}
30
MAN1=		freebcp.1 tsql.1
30
MAN1=		freebcp.1 tsql.1
31
31
32
.if defined(WITH_IODBC)
32
.if defined(WITH_IODBC)
Lines 45-54 Link Here
45
PLIST_SUB+=	ODBC="@comment "
45
PLIST_SUB+=	ODBC="@comment "
46
.endif
46
.endif
47
47
48
.if defined(WITH_MSDBLIB)
49
CONFIGURE_ARGS+=	--enable-msdblib
50
.endif
51
48
post-extract:
52
post-extract:
49
	@cd ${WRKSRC} && ${LN} -s freetds.conf freetds.conf.dist
53
	@cd ${WRKSRC} && ${LN} -s freetds.conf freetds.conf.dist
50
	@cd ${WRKSRC} && ${LN} -s locales.conf locales.conf.dist
54
	@cd ${WRKSRC} && ${LN} -s locales.conf locales.conf.dist
51
	@cd ${WRKSRC}/src/pool && ${LN} -s pool.conf pool.conf.dist
55
	@cd ${WRKSRC}/src/pool && ${LN} -s pool.conf pool.conf.dist
56
.if defined(WITH_EXPERIMENTAL_PATCH)
57
	cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/exp-patch-src-tds-read.c.diff
58
.endif
52
59
53
post-patch:
60
post-patch:
54
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
61
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
Lines 57-67 Link Here
57
		 s|/locales.conf|/locales.conf.dist|g ; \
64
		 s|/locales.conf|/locales.conf.dist|g ; \
58
		 s|/pool.conf|/pool.conf.dist|g ; \
65
		 s|/pool.conf|/pool.conf.dist|g ; \
59
		 s| common.h||g'
66
		 s| common.h||g'
60
61
post-configure:
62
	@cd ${WRKSRC} && ${REINPLACE_CMD} -e \
63
		's|automake-1..|automake17|g ; \
64
		 s|aclocal-1..|aclocal17|g' Makefile
65
67
66
post-install:
68
post-install:
67
	@${MKDIR} ${PREFIX}/etc/freetds
69
	@${MKDIR} ${PREFIX}/etc/freetds
(-)databases/freetds//distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (freetds-0.61.2.tar.gz) = 95e91d26ddfdeed255771f3fa2c28129
1
MD5 (freetds-0.62.tar.gz) = 8dfeedf975362bf4fad3bba7d8936a3c
(-)databases/freetds//pkg-plist (-4 / +172 lines)
Lines 8-14 Link Here
8
include/bkpublic.h
8
include/bkpublic.h
9
include/cspublic.h
9
include/cspublic.h
10
include/cstypes.h
10
include/cstypes.h
11
include/ctlib.h
12
include/ctpublic.h
11
include/ctpublic.h
13
include/dblib.h
12
include/dblib.h
14
include/sqldb.h
13
include/sqldb.h
Lines 25-41 Link Here
25
share/nls/en_US.US-ASCII
24
share/nls/en_US.US-ASCII
26
lib/libct.a
25
lib/libct.a
27
lib/libct.so
26
lib/libct.so
28
lib/libct.so.1
27
lib/libct.so.2
29
lib/libsybdb.a
28
lib/libsybdb.a
30
lib/libsybdb.so
29
lib/libsybdb.so
31
lib/libsybdb.so.3
30
lib/libsybdb.so.4
32
lib/libtds.a
31
lib/libtds.a
33
lib/libtds.so
32
lib/libtds.so
34
lib/libtds.so.2
33
lib/libtds.so.3
35
%%ODBC%%lib/libtdsodbc.a
34
%%ODBC%%lib/libtdsodbc.a
36
%%ODBC%%lib/libtdsodbc.so
35
%%ODBC%%lib/libtdsodbc.so
37
%%ODBC%%lib/libtdsodbc.so.0
36
%%ODBC%%lib/libtdsodbc.so.0
38
lib/libtdssrv.a
37
lib/libtdssrv.a
39
lib/libtdssrv.so
38
lib/libtdssrv.so
40
lib/libtdssrv.so.1
39
lib/libtdssrv.so.1
40
%%DOCSDIR%%/userguide/gfdl-11.htm
41
%%DOCSDIR%%/userguide/index.htm
42
%%DOCSDIR%%/userguide/about.htm
43
%%DOCSDIR%%/userguide/what.htm
44
%%DOCSDIR%%/userguide/tdshistory.htm
45
%%DOCSDIR%%/userguide/freetdshistory.htm
46
%%DOCSDIR%%/userguide/projects.htm
47
%%DOCSDIR%%/userguide/build.htm
48
%%DOCSDIR%%/userguide/packages.htm
49
%%DOCSDIR%%/userguide/config.htm
50
%%DOCSDIR%%/userguide/osissues.htm
51
%%DOCSDIR%%/userguide/install.htm
52
%%DOCSDIR%%/userguide/choosingtdsprotocol.htm
53
%%DOCSDIR%%/userguide/freetdsconf.htm
54
%%DOCSDIR%%/userguide/locales.htm
55
%%DOCSDIR%%/userguide/envvar.htm
56
%%DOCSDIR%%/userguide/configurations.htm
57
%%DOCSDIR%%/userguide/confirminstall.htm
58
%%DOCSDIR%%/userguide/prepodbc.htm
59
%%DOCSDIR%%/userguide/odbcconnattr.htm
60
%%DOCSDIR%%/userguide/php.htm
61
%%DOCSDIR%%/userguide/dsnless.htm
62
%%DOCSDIR%%/userguide/odbcinionly.htm
63
%%DOCSDIR%%/userguide/odbcombo.htm
64
%%DOCSDIR%%/userguide/odbcdiagnose.htm
65
%%DOCSDIR%%/userguide/configs.htm
66
%%DOCSDIR%%/userguide/nonwestern.htm
67
%%DOCSDIR%%/userguide/domains.htm
68
%%DOCSDIR%%/userguide/appendmode.htm
69
%%DOCSDIR%%/userguide/tdspool.htm
70
%%DOCSDIR%%/userguide/stunnel.htm
71
%%DOCSDIR%%/userguide/software.htm
72
%%DOCSDIR%%/userguide/perl.htm
73
%%DOCSDIR%%/userguide/sybsql.htm
74
%%DOCSDIR%%/userguide/python.htm
75
%%DOCSDIR%%/userguide/troubleshooting.htm
76
%%DOCSDIR%%/userguide/serverthere.htm
77
%%DOCSDIR%%/userguide/logging.htm
78
%%DOCSDIR%%/userguide/pagenodata.htm
79
%%DOCSDIR%%/userguide/seemtooslow.htm
80
%%DOCSDIR%%/userguide/help.htm
81
%%DOCSDIR%%/userguide/mailinglist.htm
82
%%DOCSDIR%%/userguide/askingforhelp.htm
83
%%DOCSDIR%%/userguide/contrib.htm
84
%%DOCSDIR%%/userguide/advocacy.htm
85
%%DOCSDIR%%/userguide/programming.htm
86
%%DOCSDIR%%/userguide/apireference.htm
87
%%DOCSDIR%%/userguide/dblib.api.summary.htm
88
%%DOCSDIR%%/userguide/ctlib.api.summary.htm
89
%%DOCSDIR%%/userguide/odbc.api.summary.htm
90
%%DOCSDIR%%/userguide/samplecode.htm
91
%%DOCSDIR%%/userguide/acknowledgments.htm
92
%%DOCSDIR%%/userguide/contributors.htm
93
%%DOCSDIR%%/userguide/interfacesfile.htm
94
%%DOCSDIR%%/userguide/interfaceslocation.htm
95
%%DOCSDIR%%/userguide/interfacespurpose.htm
96
%%DOCSDIR%%/userguide/interfacesformat.htm
97
%%DOCSDIR%%/userguide/aboutunicode.htm
98
%%DOCSDIR%%/userguide/iso8859.htm
99
%%DOCSDIR%%/userguide/unicode.htm
100
%%DOCSDIR%%/userguide/unicodegoodbad.htm
101
%%DOCSDIR%%/userguide/gfdl.htm
102
%%DOCSDIR%%/userguide/unicodeutf.htm
103
%%DOCSDIR%%/userguide/unicodefreetds.htm
104
%%DOCSDIR%%/userguide/gfdl-1.htm
105
%%DOCSDIR%%/userguide/gfdl-2.htm
106
%%DOCSDIR%%/userguide/gfdl-3.htm
107
%%DOCSDIR%%/userguide/gfdl-4.htm
108
%%DOCSDIR%%/userguide/gfdl-5.htm
109
%%DOCSDIR%%/userguide/gfdl-6.htm
110
%%DOCSDIR%%/userguide/gfdl-7.htm
111
%%DOCSDIR%%/userguide/gfdl-8.htm
112
%%DOCSDIR%%/userguide/gfdl-9.htm
113
%%DOCSDIR%%/userguide/gfdl-10.htm
114
%%DOCSDIR%%/userguide/index.html
115
%%DOCSDIR%%/reference/todo.html
116
%%DOCSDIR%%/reference/a00057.html
117
%%DOCSDIR%%/reference/a00063.html
118
%%DOCSDIR%%/reference/a00064.html
119
%%DOCSDIR%%/reference/a00065.html
120
%%DOCSDIR%%/reference/a00066.html
121
%%DOCSDIR%%/reference/a00070.html
122
%%DOCSDIR%%/reference/a00126.html
123
%%DOCSDIR%%/reference/a00129.html
124
%%DOCSDIR%%/reference/a00160.html
125
%%DOCSDIR%%/reference/a00163.html
126
%%DOCSDIR%%/reference/a00164.html
127
%%DOCSDIR%%/reference/a00177.html
128
%%DOCSDIR%%/reference/a00181.html
129
%%DOCSDIR%%/reference/a00196.html
130
%%DOCSDIR%%/reference/a00218.html
131
%%DOCSDIR%%/reference/a00265.html
132
%%DOCSDIR%%/reference/a00268.html
133
%%DOCSDIR%%/reference/a00292.html
134
%%DOCSDIR%%/reference/a00293.html
135
%%DOCSDIR%%/reference/a00294.html
136
%%DOCSDIR%%/reference/a00295.html
137
%%DOCSDIR%%/reference/a00296.html
138
%%DOCSDIR%%/reference/a00297.html
139
%%DOCSDIR%%/reference/a00298.html
140
%%DOCSDIR%%/reference/a00299.html
141
%%DOCSDIR%%/reference/a00300.html
142
%%DOCSDIR%%/reference/a00301.html
143
%%DOCSDIR%%/reference/a00302.html
144
%%DOCSDIR%%/reference/a00303.html
145
%%DOCSDIR%%/reference/a00304.html
146
%%DOCSDIR%%/reference/a00305.html
147
%%DOCSDIR%%/reference/a00306.html
148
%%DOCSDIR%%/reference/a00307.html
149
%%DOCSDIR%%/reference/a00308.html
150
%%DOCSDIR%%/reference/a00309.html
151
%%DOCSDIR%%/reference/a00310.html
152
%%DOCSDIR%%/reference/a00312.html
153
%%DOCSDIR%%/reference/a00314.html
154
%%DOCSDIR%%/reference/a00315.html
155
%%DOCSDIR%%/reference/a00316.html
156
%%DOCSDIR%%/reference/a00317.html
157
%%DOCSDIR%%/reference/a00318.html
158
%%DOCSDIR%%/reference/a00319.html
159
%%DOCSDIR%%/reference/a00320.html
160
%%DOCSDIR%%/reference/a00321.html
161
%%DOCSDIR%%/reference/a00322.html
162
%%DOCSDIR%%/reference/a00323.html
163
%%DOCSDIR%%/reference/a00324.html
164
%%DOCSDIR%%/reference/a00325.html
165
%%DOCSDIR%%/reference/a00326.html
166
%%DOCSDIR%%/reference/a00327.html
167
%%DOCSDIR%%/reference/a00328.html
168
%%DOCSDIR%%/reference/a00329.html
169
%%DOCSDIR%%/reference/a00330.html
170
%%DOCSDIR%%/reference/a00331.html
171
%%DOCSDIR%%/reference/a00332.html
172
%%DOCSDIR%%/reference/a00333.html
173
%%DOCSDIR%%/reference/a00334.html
174
%%DOCSDIR%%/reference/a00335.html
175
%%DOCSDIR%%/reference/a00336.html
176
%%DOCSDIR%%/reference/a00337.html
177
%%DOCSDIR%%/reference/a00338.html
178
%%DOCSDIR%%/reference/a00339.html
179
%%DOCSDIR%%/reference/a00340.html
180
%%DOCSDIR%%/reference/a00341.html
181
%%DOCSDIR%%/reference/a00342.html
182
%%DOCSDIR%%/reference/a00343.html
183
%%DOCSDIR%%/reference/a00345.html
184
%%DOCSDIR%%/reference/a00347.html
185
%%DOCSDIR%%/reference/a00348.html
186
%%DOCSDIR%%/reference/a00349.html
187
%%DOCSDIR%%/reference/a00350.html
188
%%DOCSDIR%%/reference/a00351.html
189
%%DOCSDIR%%/reference/a00352.html
190
%%DOCSDIR%%/reference/a00353.html
191
%%DOCSDIR%%/reference/annotated.html
192
%%DOCSDIR%%/reference/bug.html
193
%%DOCSDIR%%/reference/doxygen.css
194
%%DOCSDIR%%/reference/doxygen.png
195
%%DOCSDIR%%/reference/files.html
196
%%DOCSDIR%%/reference/functions.html
197
%%DOCSDIR%%/reference/globals.html
198
%%DOCSDIR%%/reference/index.html
199
%%DOCSDIR%%/reference/modules.html
200
%%DOCSDIR%%/reference/pages.html
201
%%DOCSDIR%%/reference/a00046.html
202
%%DOCSDIR%%/images/important.gif
203
%%DOCSDIR%%/images/note.gif
204
%%DOCSDIR%%/images/tip.gif
205
@dirrm %%DOCSDIR%%/userguide
206
@dirrm %%DOCSDIR%%/reference
207
@dirrm %%DOCSDIR%%/images
208
@dirrm %%DOCSDIR%%
41
@dirrm etc/freetds
209
@dirrm etc/freetds

Return to bug 61302