diff options
author | gdt <gdt@pkgsrc.org> | 2014-10-12 00:08:26 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-10-12 00:08:26 +0000 |
commit | b8c1cebea69775a08435df6a55985678e6263f3a (patch) | |
tree | f4700e2ec5ae9fc61a1616cfc27a525b0d11a281 | |
parent | d5b3266b80ead468d51764622931381117b52469 (diff) | |
download | pkgsrc-b8c1cebea69775a08435df6a55985678e6263f3a.tar.gz |
Enable ssl option by default.
-rw-r--r-- | sysutils/bacula-clientonly/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-clientonly/options.mk | 3 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula/options.mk | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile index bd55aacab10..5afd5f0ef17 100644 --- a/sysutils/bacula-clientonly/Makefile +++ b/sysutils/bacula-clientonly/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2014/02/12 23:18:38 tron Exp $ +# $NetBSD: Makefile,v 1.25 2014/10/12 00:08:26 gdt Exp $ PKGNAME= ${DISTNAME:S/-/-clientonly-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= The Network Backup Solution (client only) CONFLICTS= bacula-[0-9]* bacula-client-[0-9]* diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk index 4ba8455a8e9..85ff42e12fe 100644 --- a/sysutils/bacula-clientonly/options.mk +++ b/sysutils/bacula-clientonly/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.8 2012/09/08 12:36:57 shattered Exp $ +# $NetBSD: options.mk,v 1.9 2014/10/12 00:08:26 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly # bacula-static is broken -- see PR 42954 PKG_SUPPORTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 9ab039bed29..8504196cedb 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2014/10/07 16:47:35 adam Exp $ +# $NetBSD: Makefile,v 1.60 2014/10/12 00:08:26 gdt Exp $ -PKGREVISION= 4 +PKGREVISION= 5 CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]* diff --git a/sysutils/bacula/options.mk b/sysutils/bacula/options.mk index e1f8e92381b..dc734a4706c 100644 --- a/sysutils/bacula/options.mk +++ b/sysutils/bacula/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.20 2013/05/19 11:00:03 shattered Exp $ +# $NetBSD: options.mk,v 1.21 2014/10/12 00:08:26 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bacula PKG_SUPPORTED_OPTIONS= ssl PKG_OPTIONS_REQUIRED_GROUPS= database PKG_OPTIONS_GROUP.database= catalog-sqlite3 catalog-pgsql catalog-mysql -PKG_SUGGESTED_OPTIONS= catalog-sqlite3 +PKG_SUGGESTED_OPTIONS= ssl catalog-sqlite3 .include "../../mk/bsd.options.mk" |