Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 22:33:15 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535686 - head/sysutils/bareos18-server
Message-ID:  <202005172233.04HMXFDK060861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sun May 17 22:33:14 2020
New Revision: 535686
URL: https://svnweb.freebsd.org/changeset/ports/535686

Log:
  - Fix traymonitor build
  
  Reported by:    pkg-fallout

Modified:
  head/sysutils/bareos18-server/Makefile.common

Modified: head/sysutils/bareos18-server/Makefile.common
==============================================================================
--- head/sysutils/bareos18-server/Makefile.common	Sun May 17 22:31:55 2020	(r535685)
+++ head/sysutils/bareos18-server/Makefile.common	Sun May 17 22:33:14 2020	(r535686)
@@ -7,7 +7,7 @@ post-build:
 .endif
 
 pre-install:
-.if ${PKGNAMESUFFIX} == "-traymonitor"
+.if ${PKGNAMESUFFIX} == "18-traymonitor"
 .	for d in client director monitor storage
 		${MKDIR} ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}
 		${FIND} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d} -type f -name '*.conf' -exec ${MV} -v {} {}.sample \;
@@ -20,11 +20,7 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/examples/nagios/check_bareos/check_bareos \
 	${STAGEDIR}${PREFIX}/libexec/nagios
 .endif
-.if ${PKGNAMESUFFIX} == "-client-static"
-	${INSTALL_PROGRAM} ${WRKSRC}/src/filed/static-bareos-fd ${STAGEDIR}${PREFIX}/sbin/bareos-fd-static
-	${INSTALL_PROGRAM} ${WRKSRC}/src/console/static-bconsole ${STAGEDIR}${PREFIX}/sbin/bconsole-static
-.endif
-.if ${PKGNAMESUFFIX} == "-traymonitor"
+.if ${PKGNAMESUFFIX} == "18-traymonitor"
 # Install config files and preserve existing ones
 .for d in client director monitor storage
 	${INSTALL_SCRIPT} ${WRKSRC}/core/src/defaultconfigs/tray-monitor.d/${d}/*.sample ${STAGEDIR}${ETCDIR}/tray-monitor.d/${d}/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005172233.04HMXFDK060861>