|
Lines 19-24
Link Here
|
| 19 |
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts |
19 |
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts |
| 20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
| 21 |
MAKE_JOBS_SAFE= yes |
21 |
MAKE_JOBS_SAFE= yes |
|
|
22 |
USE_LDCONFIG= yes |
| 22 |
|
23 |
|
| 23 |
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ |
24 |
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ |
| 24 |
--without-debug \ |
25 |
--without-debug \ |
|
Lines 29-34
Link Here
|
| 29 |
--with-comment='FreeBSD port: ${PKGNAME}' \ |
30 |
--with-comment='FreeBSD port: ${PKGNAME}' \ |
| 30 |
--enable-thread-safe-client |
31 |
--enable-thread-safe-client |
| 31 |
|
32 |
|
|
|
33 |
USERS= mysql |
| 34 |
GROUPS= mysql |
| 35 |
|
| 32 |
.ifdef USE_MYSQL |
36 |
.ifdef USE_MYSQL |
| 33 |
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. |
37 |
.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. |
| 34 |
.endif |
38 |
.endif |
|
Lines 160-166
Link Here
|
| 160 |
|
164 |
|
| 161 |
post-install: |
165 |
post-install: |
| 162 |
.if !defined(PACKAGE_BUILDING) |
166 |
.if !defined(PACKAGE_BUILDING) |
| 163 |
@${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |
|
|
| 164 |
@${CAT} ${PKGMESSAGE} |
167 |
@${CAT} ${PKGMESSAGE} |
| 165 |
.endif |
168 |
.endif |
| 166 |
|
169 |
|