aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bareos-client
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2018-05-19 03:00:37 +0800
committeracm <acm@FreeBSD.org>2018-05-19 03:00:37 +0800
commit35e438ca7028b355e2a084547961bb8b8275bc99 (patch)
treee9f6bc8bfef72b280bb4b22f7e2b1b4b8912f27a /sysutils/bareos-client
parenta9814ac7af5538adffef402b1a6710b4646eba70 (diff)
downloadfreebsd-ports-gnome-35e438ca7028b355e2a084547961bb8b8275bc99.tar.gz
freebsd-ports-gnome-35e438ca7028b355e2a084547961bb8b8275bc99.tar.zst
freebsd-ports-gnome-35e438ca7028b355e2a084547961bb8b8275bc99.zip
- Import chio-bareos
- Fix perl path into mtx-changer - Add/modify CONFLICTS - Add GNUTLS option - Few other modifications PR: 225119 225908 227318
Diffstat (limited to 'sysutils/bareos-client')
-rw-r--r--sysutils/bareos-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/bareos-client/Makefile b/sysutils/bareos-client/Makefile
index f933f74db6c6..cff41eaa0ee1 100644
--- a/sysutils/bareos-client/Makefile
+++ b/sysutils/bareos-client/Makefile
@@ -1,14 +1,15 @@
-# Created by: Alonso Cardenas <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bareos
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -client
COMMENT= Backup archiving recovery open sourced (client)
BROKEN_aarch64= Fails to link: missing sbrk
+CONFLICTS= bareos16-client-*
+
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bareos-fd
@@ -16,7 +17,6 @@ PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
-OPTIONS_DEFAULT=#
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"