From owner-svn-ports-head@freebsd.org Wed May 13 17:58:17 2020 Return-Path: Delivered-To: svn-ports-head@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 1E90D2FBCBA; Wed, 13 May 2020 17:58:17 +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 49Mj8875Nhz4LYH; Wed, 13 May 2020 17:58:16 +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 EEB9E25415; Wed, 13 May 2020 17:58:16 +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 04DHwGVf093690; Wed, 13 May 2020 17:58:16 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04DHwG3q093689; Wed, 13 May 2020 17:58:16 GMT (envelope-from acm@FreeBSD.org) Message-Id: <202005131758.04DHwG3q093689@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:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535124 - head/sysutils/bareos17-server X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/sysutils/bareos17-server X-SVN-Commit-Revision: 535124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2020 17:58:17 -0000 Author: acm Date: Wed May 13 17:58:16 2020 New Revision: 535124 URL: https://svnweb.freebsd.org/changeset/ports/535124 Log: - Commit forgotten changes Modified: head/sysutils/bareos17-server/Makefile Modified: head/sysutils/bareos17-server/Makefile ============================================================================== --- head/sysutils/bareos17-server/Makefile Wed May 13 17:57:14 2020 (r535123) +++ head/sysutils/bareos17-server/Makefile Wed May 13 17:58:16 2020 (r535124) @@ -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} == "17-server" OPTIONS_DEFINE= MTX PYTHON NDMP NLS SCSICRYPTO OPTIONS_DEFAULT+= PGSQL SCSICRYPTO OPTIONS_SINGLE_DATABASE= SQLITE3 MYSQL PGSQL @@ -65,7 +65,7 @@ OPENSSL_CONFIGURE_OFF= --with-openssl="no" SCSICRYPTO_CONFIGURE_ON= --enable-scsi-crypto=yes SCSICRYPTO_CONFIGURE_OFF= --enable-scsi-crypto=no -.if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file +.if ${PKGNAMESUFFIX} == "17-client" || ${PKGNAMESUFFIX} == "17-server" #Till end of the file PYTHON_USES= python PYTHON_CONFIGURE_ON= --with-python=yes PYTHON_CONFIGURE_OFF= --with-python=no @@ -233,5 +233,5 @@ post-install: .endif .else .include "${MASTERDIR}/Makefile.common" -.endif # -client and -server are defined +.endif # 17-client and 17-server are defined .include