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

(-)phpmyadmin211/Makefile (-10 / +3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	phpMyAdmin211
8
PORTNAME=	phpMyAdmin211
9
DISTVERSION=	2.11.9.4
9
DISTVERSION=	2.11.9.4
10
PORTREVISION=	1
10
CATEGORIES=	databases www
11
CATEGORIES=	databases www
11
MASTER_SITES=	SF/phpmyadmin
12
MASTER_SITES=	SF/phpmyadmin
12
DISTNAME=	${PORTNAME:S/211//}-${DISTVERSION}-all-languages
13
DISTNAME=	${PORTNAME:S/211//}-${DISTVERSION}-all-languages
Lines 71-77 Link Here
71
72
72
OPTIONS=	BZ2	 "bzip2 library support" on \
73
OPTIONS=	BZ2	 "bzip2 library support" on \
73
		GD	 "GD library support" on \
74
		GD	 "GD library support" on \
74
		MYSQLI	 "Improved MySQL support" off \
75
		OPENSSL	 "OpenSSL support" on \
75
		OPENSSL	 "OpenSSL support" on \
76
		PDF	 "PDFlib support (implies GD)" on \
76
		PDF	 "PDFlib support (implies GD)" on \
77
		ZLIB	 "ZLIB support" on \
77
		ZLIB	 "ZLIB support" on \
Lines 93-105 Link Here
93
USE_PHP+=	${opt:L}
93
USE_PHP+=	${opt:L}
94
.    endif
94
.    endif
95
.endfor
95
.endfor
96
97
# Options that default to off:
98
.for opt in MYSQLI
99
.    if defined(WITH_${opt}) && !defined(WITHOUT_${opt})
100
USE_PHP+=	${opt:L}
101
.    endif
102
.endfor
103
.endif
96
.endif
104
97
105
.include <bsd.port.pre.mk>
98
.include <bsd.port.pre.mk>
Lines 128-135 Link Here
128
	${ECHO_MSG} "    WITH_SUPHP=yes   Install appropriately for use with"
121
	${ECHO_MSG} "    WITH_SUPHP=yes   Install appropriately for use with"
129
	${ECHO_MSG} "                     the www/suphp port [default: no]"
122
	${ECHO_MSG} "                     the www/suphp port [default: no]"
130
	${ECHO_MSG} ""
123
	${ECHO_MSG} ""
131
	${ECHO_MSG} "Note that selecting the MYSQLI option will only work"
124
	${ECHO_MSG} "Note that the mysqli option is not available with this"
132
	${ECHO_MSG} "with PHP5 and MySQL 4.1.x"
125
	${ECHO_MSG} "port.  Please use databases/phpmyadmin instead."
133
	${ECHO_MSG} ""
126
	${ECHO_MSG} ""
134
	${ECHO_MSG} "If you want to use PHP4, for best results, please"
127
	${ECHO_MSG} "If you want to use PHP4, for best results, please"
135
	${ECHO_MSG} "install lang/php4 before attempting to install"
128
	${ECHO_MSG} "install lang/php4 before attempting to install"

Return to bug 130897