summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsbd <sbd>2012-07-30 07:02:17 +0000
committersbd <sbd>2012-07-30 07:02:17 +0000
commit87da1624fa309064b733a54350adcbcff090a43f (patch)
tree2bf568f4ff95e973f11042876f9f4863af32dc94 /sysutils
parent638040cd728ea362856e740a9c5cbd3945c4f403 (diff)
downloadpkgsrc-87da1624fa309064b733a54350adcbcff090a43f.tar.gz
Add some new configure args to bring the config in-line with other binary
distributions: + Add bsd-security, bsdtcp-security, bsdudp-security. + Set default index and tape server to localhost + Build with assertions. + Use a debugging log directory (and add it to OWN_DIRS_PERMS in amanda-common)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/amanda-common/Makefile3
-rw-r--r--sysutils/amanda-common/Makefile.common9
2 files changed, 10 insertions, 2 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index 19a60f33384..a192f0d49ae 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2012/07/30 07:01:32 sbd Exp $
+# $NetBSD: Makefile,v 1.54 2012/07/30 07:02:17 sbd Exp $
PKGNAME= amanda-common-${AMANDA_VERSION}
SVR4_PKGNAME= amaco
@@ -32,6 +32,7 @@ PKG_SHELL.${AMANDA_USER}= ${SH}
OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0750
OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0750
+OWN_DIRS_PERMS+= ${VARBASE}/log/amanda ${AMANDA_USER} ${AMANDA_GROUP} 0750
INSTALL_MAKE_FLAGS+= SETUID_GROUP=${ROOT_GROUP}
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 5c2b80e2066..4d4f93d42de 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2012/07/30 07:00:12 sbd Exp $
+# $NetBSD: Makefile.common,v 1.34 2012/07/30 07:02:17 sbd Exp $
# used by sysutils/amanda-common/Makefile
# used by sysutils/amanda-client/Makefile
@@ -43,11 +43,18 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${AMANDA_VAR:Q}
CONFIGURE_ARGS+= --with-tmpdir=${AMANDA_TMP:Q}
CONFIGURE_ARGS+= --with-gnutar-listdir=${AMANDA_VAR:Q}/gnutar-lists
+CONFIGURE_ARGS+= --with-debugging=${VARBASE:Q}/log/amanda
CONFIGURE_ARGS+= --with-user=${AMANDA_USER:Q}
CONFIGURE_ARGS+= --with-group=${AMANDA_GROUP:Q}
CONFIGURE_ARGS+= --with-owner=${REAL_ROOT_USER:Q}
CONFIGURE_ARGS+= --with-mmap
+CONFIGURE_ARGS+= --with-index-server=localhost
+CONFIGURE_ARGS+= --with-tape-server=localhost
+CONFIGURE_ARGS+= --with-assertions
CONFIGURE_ARGS+= --with-amandahosts
+CONFIGURE_ARGS+= --with-bsd-security
+CONFIGURE_ARGS+= --with-bsdtcp-security
+CONFIGURE_ARGS+= --with-bsdudp-security
CONFIGURE_ARGS+= --with-dump-honor-nodump
.include "../../sysutils/amanda-common/options.mk"