pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

don't depend directly on database server packages



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sun Nov 1 21:39:07 2015 +0100
Changeset:	0986c957cf21f602e357fd5658d992a3661223de

Modified Files:
	dotproject/Makefile
	gitlab/options.mk
	moregroupware/Makefile
	py-CalendarServer/Makefile

Log Message:
don't depend directly on database server packages

(it is common practice to run the database on a remote host)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0986c957cf21f602e357fd5658d992a3661223de

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dotproject/Makefile        | 1 -
 gitlab/options.mk          | 2 --
 moregroupware/Makefile     | 1 -
 py-CalendarServer/Makefile | 1 -
 4 files changed, 5 deletions(-)

diffs:
diff --git a/dotproject/Makefile b/dotproject/Makefile
index b2e052a..0e0456b 100644
--- a/dotproject/Makefile
+++ b/dotproject/Makefile
@@ -26,7 +26,6 @@ BROKEN=		depends on missing www/php-eaccelerator package
 DEPENDS+=	${PHP_PKG_PREFIX}-gd>=4.4.0:../../graphics/php-gd
 DEPENDS+=	${PHP_PKG_PREFIX}-mysql>=4.4.0:../../databases/php-mysql
 DEPENDS+=	${PHP_PKG_PREFIX}-pdflib>=4.4.0:../../print/php-pdflib
-DEPENDS+=	mysql-server>=4.1:../../databases/mysql${MYSQL_VERSION_DEFAULT}-server
 
 .include "../../lang/php/phpversion.mk"
 .include "../../mk/mysql.buildlink3.mk"
diff --git a/gitlab/options.mk b/gitlab/options.mk
index eaf828b..abf131b 100644
--- a/gitlab/options.mk
+++ b/gitlab/options.mk
@@ -21,13 +21,11 @@ PKG_SUGGESTED_OPTIONS=  sqlite3 apache22
 
 .if !empty(PKG_OPTIONS:Mmysql)
 .include "../../databases/mysql56-client/buildlink3.mk"
-.include "../../databases/mysql56-server/buildlink3.mk"
 OPT_MYSQL=
 OPT_POSTGRES=echo
 .endif
 
 .if !empty(PKG_OPTIONS:Mpostgres)
-DEPENDS+=	postgresql93-[0-9]*:../../databases/postgresql93-server
 .include "../../databases/postgresql93-client/buildlink3.mk"
 OPT_POSTGRES=
 OPT_MYSQL=echo
diff --git a/moregroupware/Makefile b/moregroupware/Makefile
index c0f6276..aee9986 100644
--- a/moregroupware/Makefile
+++ b/moregroupware/Makefile
@@ -14,7 +14,6 @@ HOMEPAGE=	http://www.moregroupware.de/
 COMMENT=	Web based GroupWare system
 
 DEPENDS+=	${PHP_PKG_PREFIX}-curl>=4.3.4:../../www/php-curl
-DEPENDS+=	mysql-server>=4.0.0:../../databases/mysql${MYSQL_VERSION_DEFAULT}-server
 DEPENDS+=	${PHP_PKG_PREFIX}-ldap>=4.3.4:../../databases/php-ldap
 DEPENDS+=	${PHP_PKG_PREFIX}-mysql>=4.3.4:../../databases/php-mysql
 DEPENDS+=	${PHP_PKG_PREFIX}-gd>=4.3.4:../../graphics/php-gd
diff --git a/py-CalendarServer/Makefile b/py-CalendarServer/Makefile
index 4560a4d..40fb243 100644
--- a/py-CalendarServer/Makefile
+++ b/py-CalendarServer/Makefile
@@ -35,7 +35,6 @@ DEPENDS+=	${PYPKGPREFIX}-xattr-[0-9]*:../../sysutils/py-xattr
 DEPENDS+=	epydoc-[0-9]*:../../devel/epydoc
 DEPENDS+=	memcached-[0-9]*:../../devel/memcached
 DEPENDS+=	openldap-client-[0-9]*:../../databases/openldap-client
-DEPENDS+=	postgresql94-server-[0-9]*:../../databases/postgresql94-server
 DEPENDS+=	subversion-base-[0-9]*:../../devel/subversion-base
 
 PYTHON_VERSIONED_DEPENDENCIES=	dateutil


Home | Main Index | Thread Index | Old Index