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

Collapse All | Expand All

(-)Makefile (-1 / +8 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	mysql
4
PORTNAME=	mysql
5
PKGNAMESUFFIX=	57-client
5
PKGNAMESUFFIX=	57-client
6
PORTREVISION=	3
6
PORTREVISION=	4
7
7
8
COMMENT=	Multithreaded SQL database (client)
8
COMMENT=	Multithreaded SQL database (client)
9
9
Lines 32-35 MMAN1= comp_err.1 msql2mysql.1 mysql.1 Link Here
32
32
33
CLIENT_ONLY=	yes
33
CLIENT_ONLY=	yes
34
34
35
# MySQL 5.7 uses the same lib for libs as for libs_r, so for now we just create a symlink
36
# to prevent breaking installed ports.
37
post-install:
38
	${LN} -s libmysqlclient.a ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.a
39
	${LN} -s libmysqlclient.so ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so
40
	${LN} -s libmysqlclient.so.20 ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient_r.so.20
41
35
.include "${MASTERDIR}/Makefile"
42
.include "${MASTERDIR}/Makefile"

Return to bug 206805