- activate regression-test

- fix option SMX_WITH_BDB_VER
This commit is contained in:
Dirk Meyer 2006-06-24 08:25:41 +00:00
parent 2f3683d211
commit 5377ca2fb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166177

View File

@ -60,6 +60,9 @@ IGNORE= Use SMX_WITH_BERKELEYDB to select Berkeley DB.
BERKELEYDB_SUFFIX= -intbdb
PLIST_SUB+= WITH_BDBINT=""
.else
.if defined(SMX_WITH_BDB_VER)
SMX_WITH_BERKELEYDB=yes
.endif
.if !defined(SMX_WITH_BERKELEYDB)
SMX_WITH_BERKELEYDB=yes
WITH_BDB_VER= 43
@ -126,6 +129,8 @@ test:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
regression-test: test
pre-install:
if ! pw groupshow smxm; then pw groupadd smxs -g 260; fi
if ! pw groupshow smxq; then pw groupadd smxq -g 261; fi