Move mytop back to the server sub-package where I had it originally.
It requires DBD::mysql which the server sub-package already has and I don't want to add more dependencies to the client sub-package. Plus add the missing dependency on Term::ReadKey for mytop. From giovanni@ OK sthen@
This commit is contained in:
parent
ba97497164
commit
8c4568d6e0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/04 18:58:44 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2013/04/11 21:02:19 brad Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -39,7 +39,8 @@ MODULES= devel/cmake
|
||||
BUILD_DEPENDS= devel/bison
|
||||
|
||||
RUN_DEPENDS-server= ${BASE_PKGPATH}>=5.5,<5.6 \
|
||||
databases/p5-DBD-mysql
|
||||
databases/p5-DBD-mysql \
|
||||
devel/p5-Term-ReadKey
|
||||
LIB_DEPENDS-server= ${BASE_PKGPATH}>=5.5,<5.6
|
||||
LIB_DEPENDS-tests= ${BASE_PKGPATH}>=5.5,<5.6
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2013/04/04 18:58:45 brad Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2013/04/11 21:02:19 brad Exp $
|
||||
@conflict mysql-client-*
|
||||
@pkgpath databases/mysql,-main
|
||||
bin/msql2mysql
|
||||
@ -16,7 +16,6 @@ bin/mysqldumpslow
|
||||
@bin bin/mysqlimport
|
||||
@bin bin/mysqlshow
|
||||
@bin bin/mysqlslap
|
||||
bin/mytop
|
||||
include/mysql/
|
||||
include/mysql/auth_dialog_client.h
|
||||
include/mysql/client_plugin.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.1.1.1 2013/04/04 18:58:45 brad Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.2 2013/04/11 21:02:19 brad Exp $
|
||||
@conflict mysql-server-*
|
||||
@pkgpath databases/mysql,-server
|
||||
@newgroup _mysql:502
|
||||
@ -26,6 +26,7 @@ bin/mysql_zap
|
||||
bin/mysqld_multi
|
||||
bin/mysqld_safe
|
||||
bin/mysqlhotcopy
|
||||
bin/mytop
|
||||
@bin bin/perror
|
||||
@bin bin/replace
|
||||
@bin bin/resolve_stack_dump
|
||||
|
Loading…
Reference in New Issue
Block a user