From owner-svn-ports-all@freebsd.org Wed May 13 17:56:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6CDBD2FBC3B; Wed, 13 May 2020 17:56:01 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Mj5Y2537z4LN4; Wed, 13 May 2020 17:56:01 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E73825413; Wed, 13 May 2020 17:56:01 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04DHu16R093339; Wed, 13 May 2020 17:56:01 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04DHu1EW093338; Wed, 13 May 2020 17:56:01 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202005131756.04DHu1EW093338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Wed, 13 May 2020 17:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535122 - head/sysutils/bareos18-server X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/sysutils/bareos18-server X-SVN-Commit-Revision: 535122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2020 17:56:01 -0000 Author: acm Date: Wed May 13 17:56:00 2020 New Revision: 535122 URL: https://svnweb.freebsd.org/changeset/ports/535122 Log: - Commit forgotten changes Modified: head/sysutils/bareos18-server/Makefile Modified: head/sysutils/bareos18-server/Makefile ============================================================================== --- head/sysutils/bareos18-server/Makefile Wed May 13 17:40:41 2020 (r535121) +++ head/sysutils/bareos18-server/Makefile Wed May 13 17:56:00 2020 (r535122) @@ -44,7 +44,7 @@ MTX_DESC= Install mtx for control of autochanger devi NDMP_DESC= Enable build of NDMP support SCSICRYPTO_DESC= Build LTO AME crypto plugin -.if ${PKGNAMESUFFIX} == "-server" +.if ${PKGNAMESUFFIX} == "18-server" OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO OPTIONS_DEFAULT+= PGSQL SCSICRYPTO OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL @@ -65,7 +65,7 @@ OPENSSL_CMAKE_OFF= -Dopenssl=OFF SCSICRYPTO_CMAKE_ON= -Dscsi-crypto=ON SCSICRYPTO_CMAKE_OFF= -Dscsi-crypto=OFF -.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file +.if ${PKGNAMESUFFIX} == "18-client" || ${PKGNAMESUFFIX} == "18-server" #Till end of the file PYTHON_USES= python PYTHON_CMAKE_ON= -Dpython=ON PYTHON_CMAKE_OFF= -Dpython=OFF @@ -193,7 +193,7 @@ MAKE_ENV+= MAN8="${MP8}" MAN1="${MP1}" post-patch: @${REINPLACE_CMD} '42d' ${WRKSRC}/CMakeLists.txt -.if ${PKGNAMESUFFIX} == "-server" +.if ${PKGNAMESUFFIX} == "18-server" @${REINPLACE_CMD} '25d' ${WRKSRC}/core/src/plugins/CMakeLists.txt .endif @@ -223,5 +223,5 @@ post-install: .endif .else .include "${MASTERDIR}/Makefile.common" -.endif # -client and -server are defined +.endif # 18-client and 18-server are defined .include